spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
https://spring.io/projects/spring-data-jdbc
Apache License 2.0
737 stars 339 forks source link

Upgrade Oracle Database version to the latest 23ai version #1804

Closed loiclefevre closed 1 month ago

loiclefevre commented 1 month ago

There is a 23ai Free Docker image: gvenzl/oracle-free:23-slim Also, the JDBC driver should be updated to: 23.4.0.24.05

loiclefevre commented 1 month ago

Related PR: https://github.com/spring-projects/spring-data-relational/pull/1805