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 Yasson was not upgraded to a EE10 compatible version. I still have:
<groupId>org.eclipse</groupId> <artifactId>yasson</artifactId> <version>1.0.11</version>
but expected:
<groupId>org.eclipse</groupId> <artifactId>yasson</artifactId> <version>3.0.4</version>
CC @melloware
The text was updated successfully, but these errors were encountered:
Fix openrewrite#694: Jakarta EE10 upgrade Yasson library
b87b4bb
PR submitted
Sorry, something went wrong.
f13ff28
Successfully merging a pull request may close this issue.
I ran
and found that Yasson was not upgraded to a EE10 compatible version. I still have:
but expected:
CC @melloware
The text was updated successfully, but these errors were encountered: