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?