File tree 3 files changed +17
-17
lines changed
3 files changed +17
-17
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 43
43
# connection property. For details, see:
44
44
# https://docs.oracle.com/en/database/oracle/oracle-database/23/jajdb/oracle/jdbc/OracleConnection.html#CONNECTION_PROPERTY_CONFIG_FILE
45
45
46
- # Configures the OCI Vault Password Provider. The OCID of the password secret
47
- # is configured as an environment variable or JVM system property named
48
- # "PASSWORD_OCID":
49
- oracle.jdbc.provider.user =ojdbc-provider-oci-vault-user
50
- oracle.jdbc.provider.user.ocid =${PASSWORD_OCID}
51
-
52
46
# Configures the OCI Vault Username Provider. The OCID of the username secret
53
47
# is configured as an environment variable or JVM system property named
54
48
# "USERNAME_OCID":
55
- oracle.jdbc.provider.password =ojdbc-provider-oci-vault-user
56
- oracle.jdbc.provider.password.ocid =${USERNAME_OCID}
49
+ oracle.jdbc.provider.username =ojdbc-provider-oci-vault-username
50
+ oracle.jdbc.provider.username.ocid =${USERNAME_OCID}
51
+
52
+ # Configures the OCI Vault Password Provider. The OCID of the password secret
53
+ # is configured as an environment variable or JVM system property named
54
+ # "PASSWORD_OCID":
55
+ oracle.jdbc.provider.password =ojdbc-provider-oci-vault-password
56
+ oracle.jdbc.provider.password.ocid =${PASSWORD_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