Releases: openrewrite/rewrite-maven-plugin
Releases · openrewrite/rewrite-maven-plugin
4.16.0
Enhancements
- Add new "exclusions" configuration option that can be used to skip parsing on paths matching the supplied glob patterns b72bb88
Fixes
- Prevent
XmlParser
from parsing Maven pom files, which resulted in NullPointerException
s when a MavenVisitor
would try to retrieve information from the non-existent Maven model 00dd505
4.15.0
Enhancements
- Updated with rewrite 7.16.0
- Now includes generated sources found in the /target directory while running Recipes, but will not make changes to these files as part of refactoring
4.14.1
Fixes:
- Updated with rewrite 7.15.1
4.14.0
Enhancements:
- Will now skip parsing Maven poms if
-DskipMavenParsing
is set on the command line
Fixes:
- Fixed some parsed ASTs missing some provenance markers
4.13.0
Enhancements
- Updated with rewrite version 7.15.0
- Better Java type attribution
4.12.0
Enhancements:
- Updated with rewrite 7.14.0
4.10.0
Enhancements:
- Updated with rewrite 7.12.0
- Refactored to use new provenance structure #206
4.9.0
Enhancements:
- Updated with rewrite 7.11.0
- Add JavaProvenance information to ASTs parsed by the maven plugin #194
- Added classpath to JavaProvenance. #201
- Dependency update: rocksdbjni from 6.22.1 to 6.22.1.1 #200
4.8.0
Enhancements:
- Updated with rewrite 7.10.0
4.7.0
Enhancements:
- Added checkstyle configuration parsing. Now if you apply the maven-checkstyle-plugin, or manually specify a checkstyle.xml, that will inform the behavior of relevant rewrite recipes