Skip to content

Releases: openrewrite/rewrite-maven-plugin

4.3.0

11 May 01:19
Compare
Choose a tag to compare

Updated with rewrite 7.4.0

4.2.3

09 May 13:50
Compare
Choose a tag to compare
  • Formatting polish and tidying

4.2.2

06 May 19:05
Compare
Choose a tag to compare
  • Properly list maven resources for YAML, XML, and properties parsing [987e7d0]

4.2.1

06 May 15:42
Compare
Choose a tag to compare
  • Configurable failOnDryRunResults #163
...
<configuration>
    <failOnDryRunResults>true</failOnDryRunResults>
</configuration>

4.2.0

05 May 17:46
Compare
Choose a tag to compare
  • Bumps version of rewrite to 7.3.0
  • Add status logging when running a recipe #156

Thank you all for your suggestions, feedback, and bug reports. ✨

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. ✨