We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \ -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-migrate-java:RELEASE \ -Drewrite.activeRecipes=org.openrewrite.java.migrate.jakarta.JakartaEE10
and found that the dependencies
<groupId>org.glassfish.jersey.xxx</groupId> <artifactId>xxx</artifactId> <version>2.x</version>
were not updated to the EE10 compatible version
<groupId>org.glassfish.jersey.xxx</groupId> <artifactId>xxx</artifactId> <version>3.1.10</version>
CC @melloware
GroupIds I've found (not sure how generic the rules can be):
The text was updated successfully, but these errors were encountered:
@timtebeek also assign to me please
Sorry, something went wrong.
Fix openrewrite#682: EE10 migration Jersey to 3.1.x
b569dc8
PR submitted
Fix #682: EE10 migration Jersey to 3.1.x (#684)
06893d0
* Fix #682: EE10 migration Jersey to 3.1.x * Fix punctuation in Jakarta EE 10 YAML --------- Co-authored-by: Tim te Beek <[email protected]>
melloware
Successfully merging a pull request may close this issue.
I ran
and found that the dependencies
were not updated to the EE10 compatible version
CC @melloware
GroupIds I've found (not sure how generic the rules can be):
The text was updated successfully, but these errors were encountered: