Skip to content

Conversation

@timtebeek
Copy link
Member

As we got feedback about these not-yet being version managed previously leading to issues.

@github-project-automation github-project-automation bot moved this to In Progress in OpenRewrite Jan 6, 2026
@timtebeek timtebeek added boot-4.0 recipe Recipe requested enhancement New feature or request labels Jan 6, 2026
@timtebeek timtebeek moved this from In Progress to Ready to Review in OpenRewrite Jan 6, 2026
@timtebeek timtebeek merged commit 96e1007 into main Jan 6, 2026
1 of 2 checks passed
@timtebeek timtebeek deleted the add-ChangeDependency-newVersion branch January 6, 2026 20:31
@github-project-automation github-project-automation bot moved this from Ready to Review to Done in OpenRewrite Jan 6, 2026
oldGroupId: org.springframework.boot
oldArtifactId: spring-boot-starter-oauth2-authorization-server
newArtifactId: spring-boot-starter-security-oauth2-authorization-server
newVersion: 4.0.x
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is strange: this should be covered by this recipe that is executed in the same recipe, no?:

  - org.openrewrite.java.dependencies.UpgradeDependencyVersion:
      groupId: org.springframework.boot
      artifactId: "*"
      newVersion: 4.0.x
      overrideManagedVersion: false

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should, yes, but we're also getting some edge cases reported by friends also involved with

This ought to help them there, and shouldn't be harmful elsewhere ideally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

boot-4.0 enhancement New feature or request recipe Recipe requested

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants