Releases: openrewrite/rewrite-maven-plugin
Releases · openrewrite/rewrite-maven-plugin
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
4.6.3
Enhancements:
- Updated with rewrite 7.9.0
4.6.2
Enhancements:
- Updated with rewrite 7.8.1
4.6.1
Minor bugfix for processing recipes based on visitor type.
4.6.0
Enhancements:
- Updated with rewrite 7.8.0
4.5.0
Enhancements:
- Updated with rewrite core libraries 7.7.0
- Updated instantiation of RocksdbMavenPomCache. #176
4.4.0
Enhancements:
- Update with rewrite 7.6.0
- Enable logging of Recipe validation failures 8ce4615
Fixes:
- Fix properties and xml files being excluded from parsing and refactoring. b030916