Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Java 17 Support for drivers

User_7DN42Dec 9 2022

Hello community,
My company uses Oracle as their main database and it is the job of my team to make the database accessibile by writing API's.
We have found that the Oracle Drivers are holding us back from upgrading our services, as the maximum supported JDK version is Java 15. This already gives problems in pipelines and libraries, but will become an even bigger problem with the Spring Boot and Spring Framework upgrades that require a minimum version of Java 17. Also, docker images for Java 14/15 will soon no longer get security updates any more.
When can we expect java 17 support?

Comments

Post Details

Added on Dec 9 2022
1 comment
12,543 views