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 dependency
<groupId>javax</groupId> <artifactId>javaee-web-api</artifactId> <version>8.0</version>
was not replaced with
<groupId>jakarta.platform</groupId> <artifactId>jakarta.jakartaee-web-api</artifactId> <version>10.0.0</version>
CC @melloware
The text was updated successfully, but these errors were encountered:
@timtebeek you can assign this to me.
Sorry, something went wrong.
Fix openrewrite#681: WebAPI from 8.0 -> 9.1 -> 10.0
b0644c7
PR submitted
de14da1
melloware
No branches or pull requests
I ran
and found that the dependency
was not replaced with
CC @melloware
The text was updated successfully, but these errors were encountered: