Skip to content

Fix #681: WebAPI from 8.0 -> 9.1 -> 10.0 #683

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

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

melloware
Copy link
Contributor

This migrates javax to jakarta WEB-API to 9. then in the 10.0 it already has this conversion which will handle taking it to 10.0.0

type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.migrate.jakarta.UpdateJakartaPlatform10
displayName: Update Jakarta EE Platform Dependencies to 10.0.0
description: Update Jakarta EE Platform Dependencies to 10.0.0.
recipeList:
  - org.openrewrite.java.dependencies.UpgradeDependencyVersion:
      groupId: jakarta.platform
      artifactId: "*"
      newVersion: 10.0.0

@github-project-automation github-project-automation bot moved this to In Progress in OpenRewrite Mar 19, 2025
Copy link
Contributor

@timtebeek timtebeek left a comment

Choose a reason for hiding this comment

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

Thanks for the quick turn around here!

@github-project-automation github-project-automation bot moved this from In Progress to Ready to Review in OpenRewrite Mar 19, 2025
@timtebeek timtebeek merged commit de14da1 into openrewrite:main Mar 19, 2025
2 checks passed
@github-project-automation github-project-automation bot moved this from Ready to Review to Done in OpenRewrite Mar 19, 2025
@melloware melloware deleted the OR681 branch March 19, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants