Releases: openrewrite/rewrite-maven-plugin
Releases · openrewrite/rewrite-maven-plugin
4.1.5
- Add accidentally omitted word to dryRun console output
4.1.4
-
recipe configuration reference information for discover #150 -- this changes the output result of
rewrite:discover
to includeAvailable 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
4.1.2
- Bump rewrite version to 7.2.2
4.1.1
- 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 themaven-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
- Bump from upstream rewrite
7.1.0
to7.2.1
- The default output of
rewrite:discover
no longer includesDescriptors
. This should be much less noisy for the default. Only theActive Recipes
andActivatable Recipes
are shown by default. More detail can be shown by passingmvn rewrite:discover -Drewrite.discover.verbose=true
4.0.0
Changes!
- rename goal
rewrite:warn
torewrite:dryRun
and goalrewrite:fix
torewrite: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 runningrewrite:run
but without committing the changes directly #119
Thank you all again for your patronage and bug reports.