Skip to content

Releases: openrewrite/rewrite-maven-plugin

4.1.5

27 Apr 23:04
Compare
Choose a tag to compare
  • Add accidentally omitted word to dryRun console output

4.1.4

27 Apr 22:03
Compare
Choose a tag to compare
  • recipe configuration reference information for discover #150 -- this changes the output result of rewrite:discover to include Available Styles, and move the results summary to the bottom of the console.

  • 9674292 -- dryRun now produces a patch file that can be used to see what changes would be made by run

Feel free to submit feedback, questions, or bug reports 🐛

4.1.3

24 Apr 20:37
Compare
Choose a tag to compare
  • fix rewrite.discover parameter discovery and polish help docs #151
./mvnw rewrite:help
./mvnw rewrite:help -Ddetail=true -Dgoal=discover

Feel free to provide any feedback, questions, or bug reports ✨

4.1.2

24 Apr 18:19
Compare
Choose a tag to compare
  • Bump rewrite version to 7.2.2

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.