What version of OpenRewrite are you using?
I am using
- org.openrewrite:rewrite-maven-plugin 6.37.0
- Maven 3.6.3
How are you running OpenRewrite?
Maven Command Line
What is the smallest, simplest way to reproduce the problem?
I copied the jakarta 10 migration example in a personal project
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run --define rewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-migrate-java:RELEASE --define rewrite.activeRecipes=org.openrewrite.java.migrate.jakarta.JakartaEE10 --define rewrite.exportDatatables=true
What did you expect to see?
Jakarta10 rules applied in the project within seconds.
What did you see instead?
Using new version 6.37.0, it took 5minutes to complete the process. However, using version org.openrewrite:rewrite-maven-plugin v6.36.0, the process completed in seconds in the same project.
What is the full stack trace of any errors you encountered?
It didn't throw an error. But the SourcesFileResults.csv file in v6.37 has 2500+ rows. In contrast, v6.36 file only generates 8 rows
What version of OpenRewrite are you using?
I am using
How are you running OpenRewrite?
Maven Command Line
What is the smallest, simplest way to reproduce the problem?
I copied the jakarta 10 migration example in a personal project
What did you expect to see?
Jakarta10 rules applied in the project within seconds.
What did you see instead?
Using new version 6.37.0, it took 5minutes to complete the process. However, using version org.openrewrite:rewrite-maven-plugin v6.36.0, the process completed in seconds in the same project.
What is the full stack trace of any errors you encountered?
It didn't throw an error. But the SourcesFileResults.csv file in v6.37 has 2500+ rows. In contrast, v6.36 file only generates 8 rows
Are you interested in contributing a fix to OpenRewrite?