Skip to content
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

Stop using deprecated ojdbc API #11740

Closed
lukaseder opened this issue Mar 31, 2021 · 0 comments
Closed

Stop using deprecated ojdbc API #11740

lukaseder opened this issue Mar 31, 2021 · 0 comments

Comments

@lukaseder
Copy link
Member

Since we're no longer using reflection to depend on ojdbc API (#11738), I've discovered usage of deprecated API, e.g. in BlobBinding calling:

BLOB.createTemporary(localTargetConnection(configuration), false, BLOB.DURATION_SESSION);

The class is deprecated. It seems we can finally use the standard JDBC Connection.createBlob() method, and similar. For backwards compatibility, we'll continue supporting the call to the old methods, if the new ones are not implemented. (Oracle 12c and less)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant