Commit cddc8bf 1 parent e2570db commit cddc8bf Copy full SHA for cddc8bf
File tree 1 file changed +8
-0
lines changed
ojdbc-provider-pkl/src/main/java/oracle/jdbc/provider/configuration/generated
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 12
12
import org.pkl.config.java.mapper.NonNull;
13
13
import org.pkl.core.Duration;
14
14
15
+ /**
16
+ * This class is generated by Pkl Code Generator. Some of the properties that
17
+ * contain dot (.) cause compile error as dots are illegal in variable names in
18
+ * Java. The workaround is to replace the dots with double dollar signs ($$) and
19
+ * recover them in the Pkl File Reader. This is not yet supported by Code
20
+ * Generator so the changes are made manually for now. The good thing is that
21
+ * this is a one-time process.
22
+ */
15
23
public final class OjdbcConfig {
16
24
public final @NonNull String connect_descriptor;
17
25
You can’t perform that action at this time.
0 commit comments