-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapted providers to new version of the driver #148
Conversation
…ationJsonSecretProvider
Thank you for making the changes. I felt like I should be the one to take care of since I'm the person who made those changes in the driver. Anyways, please let me know if you have any questions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
...r-azure/src/main/java/oracle/jdbc/provider/azure/configuration/AzureVaultSecretProvider.java
Show resolved
Hide resolved
...r-azure/src/main/java/oracle/jdbc/provider/azure/configuration/AzureVaultSecretProvider.java
Outdated
Show resolved
Hide resolved
@@ -84,7 +84,6 @@ public void test() { | |||
* } | |||
* } | |||
* </pre> | |||
*/ | |||
private OracleJsonObject constructJsonObject( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove this method.
The merge-base changed after approval.
Replaced oracle.jdbc.driver.OracleConfigurationJsonProvider by oracle.jdbc.driver.configuration.OracleConfigurationParsableProvider, and updated javadocs that caused errors.