Skip to content

Releases: openrewrite/rewrite-maven-plugin

4.1.1

22 Apr 18:15
Compare
Choose a tag to compare
  • Fix issue where rewrite:discover was incorrectly displaying log info. The output should now properly have color under the [INFO] log level.
  • A help mojo is now properly generated from the maven-plugin-plugin. You can run this using
./mvnw rewrite:help

Thank you all for your patronage and feedback. Keep any suggestions and bug reports coming. ✨

4.1.0

22 Apr 05:39
Compare
Choose a tag to compare
  • Bump from upstream rewrite 7.1.0 to 7.2.1
  • The default output of rewrite:discover no longer includes Descriptors. This should be much less noisy for the default. Only the Active Recipes and Activatable Recipes are shown by default. More detail can be shown by passing mvn rewrite:discover -Drewrite.discover.verbose=true

4.0.0

07 Apr 19:22
Compare
Choose a tag to compare

Changes!

  • rename goal rewrite:warn to rewrite:dryRun and goal rewrite:fix to rewrite:run #115

As in:

./mvnw rewrite:dryRun
./mvnw rewrite:run
  • simplifies by removing the rewrite:diff goal. This goal isn't present in the rewrite-gradle-plugin, The goal's result is the same as running rewrite:run but without committing the changes directly #119

Thank you all again for your patronage and bug reports.