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

Remove workaround for issue#69 #77

Closed norah-li closed 5 months ago

norah-li commented 5 months ago

After upgrading to newer OCI Java SDK version 3.37.0, remove the workaround for issue69, i.e. changes in PR#72 Also make sure that every client is built with try-with-resource block or calls close().

In src code, every client is built with try-with-resource block. In test code, client.close() is added.

Please take a look.