Skip to content

javax:javaee-web-api not updated when using ...migrate.jakarta.JakartaEE10 #681

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 19, 2025 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@jepsar
Copy link

jepsar commented Mar 19, 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 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

@jepsar jepsar added the bug Something isn't working label Mar 19, 2025
@melloware
Copy link
Contributor

@timtebeek you can assign this to me.

@timtebeek timtebeek moved this to Backlog in OpenRewrite Mar 19, 2025
melloware added a commit to melloware/rewrite-migrate-java that referenced this issue Mar 19, 2025
@melloware
Copy link
Contributor

PR submitted

@github-project-automation github-project-automation bot moved this from Backlog to Done in OpenRewrite Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants