-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
status: noteworthyA noteworthy issue to call out in the release notesA noteworthy issue to call out in the release notestype: bugA general bugA general bug
Milestone
Description
Latest Spring Boot 3.2.1 declares a managed dependency of Oracle OJDBC BOM version here:
https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-dependencies/build.gradle#L1101
and documents it here: https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html
however - the Oracle docs say this is not for production use:
https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html
"Note: The Oracle JDBC 23.3 drivers are supported for production use with BaseDB only. The 23.3 release drivers are not supported for production for any other database configuration."
Should pin the BOM version to one that is for production use.
Metadata
Metadata
Assignees
Labels
status: noteworthyA noteworthy issue to call out in the release notesA noteworthy issue to call out in the release notestype: bugA general bugA general bug