oracle / ojdbc-extensions

The Oracle JDBC Driver Extensions include providers for centralized configuration or token providers for authentication with the DB.
Universal Permissive License v1.0
13 stars 5 forks source link

21 configuration providers with caches should be able to recognized by the driver #26

Closed norah-li closed 5 months ago

norah-li commented 1 year ago

Azure and db tool providers use the newly-added Cachable Interface to for the purge cache when hit 1017 error, which may use latest jdbc.jar. So it may not be urgent to merge this branch to main.

About the azure test part, azure app config docs suggest using Azure Portal or Azure CLI to create a new app config, not java sdk. So I use existing app config to test.

Please take a look.

jeandelavarene commented 1 year ago

This will depend on 23.4 JDBC-thin. So we must wait for that jar to be available on Maven Central before we can merge this PR.