-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Update Oracle Driver to 23.6.0.24.10 and switch to ojdbc17 #46029
Conversation
237e445
to
13ee5b5
Compare
This comment has been minimized.
This comment has been minimized.
🎊 PR Preview 0d2bdfb has been successfully built and deployed to https://quarkus-pr-main-46029-preview.surge.sh/version/main/guides/
|
This comment has been minimized.
This comment has been minimized.
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.
Thanks. The change makes sense.
FTR I'm planning the same change in Hibernate ORM's test suite: https://hibernate.atlassian.net/browse/HHH-19094
EDIT: Turns out it was already being worked on, see hibernate/hibernate-orm#9310 , https://hibernate.atlassian.net/browse/HHH-18877
The build fails, but failures seem unrelated... I'll try rebasing on main.
13ee5b5
to
ab4e4e0
Compare
Status for workflow
|
Status for workflow
|
Thanks for the contribution! |
Update to new oracle driver version 23.6.0.24.10.
With this version ojdbc17 should be used as this is the "official" certified one for JDK17-21 and Jakarta APIs
see: https://www.oracle.com/de/database/technologies/appdev/jdbc-downloads.html
Closes #46028