Commit a7dc26c 1 parent 931943d commit a7dc26c Copy full SHA for a7dc26c
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 47
47
# Configures the OCI Database Connection String Provider. The OCID of the database
48
48
# is configured as an environment variable or JVM system property named
49
49
# "DATABASE_OCID":
50
- oracle.jdbc.provider.database =ojdbc-provider-oci-database-connection-string
51
- oracle.jdbc.provider.database .ocid =${DATABASE_OCID}
50
+ oracle.jdbc.provider.connectionString =ojdbc-provider-oci-database-connection-string
51
+ oracle.jdbc.provider.connectionString .ocid =${DATABASE_OCID}
52
52
53
53
# Configures the OCI Database TLS Provider. Again, the OCID of the database
54
54
# is configured as an environment variable or JVM system property named
55
55
# "DATABASE_OCID":
56
- oracle.jdbc.provider.sslContext =ojdbc-provider-oci-database-tls
57
- oracle.jdbc.provider.sslContext .ocid =${DATABASE_OCID}
56
+ oracle.jdbc.provider.tlsConfiguration =ojdbc-provider-oci-database-tls
57
+ oracle.jdbc.provider.tlsConfiguration .ocid =${DATABASE_OCID}
Original file line number Diff line number Diff line change 9
9
10
10
<name >Extensions for the Oracle JDBC Driver</name >
11
11
<description >Oracle JDBC Extensions include providers for multiple resources</description >
12
- <url >https://github.com/oracle-samples /ojdbc-extensions</url >
12
+ <url >https://github.com/oracle/ojdbc-extensions</url >
13
13
<licenses >
14
14
<license >
15
15
<name >The Universal Permissive License (UPL), Version 1.0</name >
23
23
</developer >
24
24
</developers >
25
25
<scm >
26
- <url >https://github.com/oracle-samples /ojdbc-extensions</url >
27
- <connection >scm:git:https://github.com/oracle-samples /ojdbc-extensions</connection >
28
- <developerConnection >scm:git:https://github.com/oracle-samples /ojdbc-extensions</developerConnection >
26
+ <url >https://github.com/oracle/ojdbc-extensions</url >
27
+ <connection >scm:git:https://github.com/oracle/ojdbc-extensions</connection >
28
+ <developerConnection >scm:git:https://github.com/oracle/ojdbc-extensions</developerConnection >
29
29
<tag >HEAD</tag >
30
30
</scm >
31
31
42
42
<profiles >
43
43
<!--
44
44
This profile configures the "release" option for javac, which was added
45
- in JDK 9. See https://github.com/oracle-samples /ojdbc-extensions/pull/46
45
+ in JDK 9. See https://github.com/oracle/ojdbc-extensions/pull/46
46
46
-->
47
47
<profile >
48
48
<id >javac-release</id >
You can’t perform that action at this time.
0 commit comments