rewrite-migrate-java icon indicating copy to clipboard operation
rewrite-migrate-java copied to clipboard

Recipe JakartaEE10 does not proceed EJB deployment descriptor

Open marcwhitemore opened this issue 1 year ago • 0 comments

How are you running OpenRewrite?

mvn -U org.openrewrite.maven:rewrite-maven-plugin:5.26.0:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-migrate-java:2.11.0 -Drewrite.activeRecipes=org.openrewrite.java.migrate.jakarta.JakartaEE10

Maven version used: 3.9.2

What did you expect to see?

References to javax.* typed resources in ejb-jar.xml are replaced by jakarta.* references. For example: javax.jms.QueueConnectionFactory should be replaced by jakarta.jms.QueueConnectionFactory Note: the same kind of references are replaced correctly when they are defined in a Web deployment descriptor (web.xml).

What did you see instead?

No changes are made.

marcwhitemore avatar Mar 22 '24 15:03 marcwhitemore