Skip to content

Switch optional Oracle JDBC driver to the version compiled against Java 17 - #51593

Merged
wilkinsona merged 1 commit into
spring-projects:4.0.xfrom
fabio-grassi:switch-ora-jdbc-to-jdk17
Sep 7, 2026
Merged

Switch optional Oracle JDBC driver to the version compiled against Java 17#51593
wilkinsona merged 1 commit into
spring-projects:4.0.xfrom
fabio-grassi:switch-ora-jdbc-to-jdk17

Conversation

@fabio-grassi

@fabio-grassi fabio-grassi commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Since spring-boot-jdbc requires at least Java 17, it is advisable that the optional dependency from the Oracle JDBC driver points to the version compiled against JDK 17. This PR proposes the following dependency switch:

  • com.oracle.database.jdbc:ojdbc11 -> com.oracle.database.jdbc:ojdbc17
  • com.oracle.database.jdbc:ucp11 -> com.oracle.database.jdbc:ucp17

Please note that this is not a version upgrade in the usual sense and as such apparently it is not covered by the semi-automated process that bumps third party library versions.

See #51570.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 5, 2026
@wilkinsona wilkinsona added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 7, 2026
@wilkinsona wilkinsona self-assigned this Sep 7, 2026
@wilkinsona wilkinsona added this to the 4.0.x milestone Sep 7, 2026
@wilkinsona wilkinsona changed the title Switch Oracle JDBC driver on the version compiled against Java 17 (was #51570) Switch optional Oracle JDBC driver to the version compiled against Java 17 Sep 7, 2026
Signed-off-by: Fabio Grassi <40345396+fabio-grassi@users.noreply.github.com>

See spring-projectsgh-51593
@wilkinsona
wilkinsona force-pushed the switch-ora-jdbc-to-jdk17 branch from 5d0fa47 to b49f9e2 Compare September 7, 2026 07:42
@wilkinsona
wilkinsona changed the base branch from main to 4.0.x September 7, 2026 07:42
@wilkinsona wilkinsona modified the milestones: 4.0.x, 4.0.9 Sep 7, 2026
@wilkinsona
wilkinsona merged commit 2a30bbc into spring-projects:4.0.x Sep 7, 2026
1 check passed
@wilkinsona

Copy link
Copy Markdown
Member

Thank you, @fabio-grassi.

@fabio-grassi
fabio-grassi deleted the switch-ora-jdbc-to-jdk17 branch September 7, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: task A general task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants