Skip to content

Drop dependency management for Oracle drivers with old groupId #27827

New issue

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

Closed
wants to merge 1 commit into from
Closed

Conversation

gavvvr
Copy link
Contributor

@gavvvr gavvvr commented Aug 27, 2021

There is an 'ojdbc-bom' v21 already included with groupId 'com.oracle.database.jdbc' covering all jars listed explicitly for v19.3 here (excluding ojdbc10).

Check out the content of Oracle's Maven bom here:
https://repo1.maven.org/maven2/com/oracle/database/jdbc/ojdbc-bom/21.1.0.0/ojdbc-bom-21.1.0.0.pom

Also see Oracle's announcements:
https://medium.com/oracledevs/all-in-and-new-groupids-oracle-jdbc-drivers-on-maven-central-a76d545954c6
https://blogs.oracle.com/developers/post/oracle-database-client-libraries-for-java-now-on-maven-central

The com.oracle.ojdbc version management was originally introduced in: #18242

There is an 'ojdbc-bom' v21 already included
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 27, 2021
@philwebb philwebb added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 27, 2021
@philwebb philwebb added this to the 2.6.x milestone Aug 27, 2021
@snicoll
Copy link
Member

snicoll commented Sep 5, 2021

This can't really be a task as it is a user-facing change that should end up in the changelog.

@snicoll snicoll added the for: team-attention An issue we'd like other members of the team to review label Sep 5, 2021
@wilkinsona
Copy link
Member

I've used enhancement for this sort of issue in the past. See #26574, for example.

@philwebb philwebb added type: enhancement A general enhancement and removed type: task A general task labels Sep 7, 2021
@snicoll snicoll removed the for: team-attention An issue we'd like other members of the team to review label Sep 8, 2021
@snicoll snicoll changed the title Remove Oracle drivers with old groupId Drop dependency management for Oracle drivers with old groupId Sep 8, 2021
@snicoll snicoll self-assigned this Sep 8, 2021
@snicoll snicoll modified the milestones: 2.6.x, 2.6.0-M3 Sep 8, 2021
@snicoll snicoll added the status: noteworthy A noteworthy issue to call out in the release notes label Sep 8, 2021
@snicoll
Copy link
Member

snicoll commented Sep 8, 2021

There is an 'ojdbc-bom' v21 already included with groupId 'com.oracle.database.jdbc' covering all jars listed explicitly for v19.3 here

This is a noteworthy change as users relying on the old groupId won't get dependency management anymore and should upgrade to toe com.oracle.database.jdbc groupId.

snicoll pushed a commit that referenced this pull request Sep 8, 2021
@snicoll snicoll closed this in c83aac6 Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: noteworthy A noteworthy issue to call out in the release notes type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants