Skip to content

Yasson not upgraded in Jakarta EE10 migration #694

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

Closed
jepsar opened this issue Mar 25, 2025 · 1 comment · Fixed by #696
Closed

Yasson not upgraded in Jakarta EE10 migration #694

jepsar opened this issue Mar 25, 2025 · 1 comment · Fixed by #696
Labels
enhancement New feature or request

Comments

@jepsar
Copy link

jepsar commented Mar 25, 2025

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

@jepsar jepsar added the enhancement New feature or request label Mar 25, 2025
melloware added a commit to melloware/rewrite-migrate-java that referenced this issue Mar 25, 2025
@melloware
Copy link
Contributor

PR submitted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants