We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to highlight that for Oracle JDBC driver for 23. There is a ojdbc17.jar to support JDK 17, 19 and 21. See https://docs.oracle.com/en/database/oracle/oracle-database/23/jjdbc/JDBC-getting-started.html.
23
ojdbc17.jar
Based on Spring Boot 3.4.3 Managed Dependency Coordinates, ojdbc17 is not listed. https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html
ojdbc17
The text was updated successfully, but these errors were encountered:
Our dependency management in 3.4.x is aligned with https://repo.maven.apache.org/maven2/com/oracle/database/jdbc/ojdbc-bom/23.5.0.24.07/ojdbc-bom-23.5.0.24.07.pom. It does not include ojdbc17 as there's no 23.5.0.24.07 version of the ojdbc17 module: https://repo.maven.apache.org/maven2/com/oracle/database/jdbc/ojdbc17/. In 3.5, we've upgrade to 23.7.0.25.01 and dependency management for ojdbc17 is now provided.
23.5.0.24.07
23.7.0.25.01
Sorry, something went wrong.
No branches or pull requests
I would like to highlight that for Oracle JDBC driver for
23
. There is aojdbc17.jar
to support JDK 17, 19 and 21. See https://docs.oracle.com/en/database/oracle/oracle-database/23/jjdbc/JDBC-getting-started.html.Based on Spring Boot 3.4.3 Managed Dependency Coordinates,
ojdbc17
is not listed. https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.htmlThe text was updated successfully, but these errors were encountered: