I am executing this mvn command on root level of my project. The project has many submodules and APIs.
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.JavaxMigrationToJakarta
I can see in logs, as seen below, it does this rewrites for all modules. But eventually I dont see anything has changed in my codebase. Everything looks same in the end. What am I missing?
rewrite:5.2.6:run (default-cli) < compile @ my-module <<<
Ofcourse I also see the usual errors in logs
package javax.persistence does not exist