Skip to content

Releases: openrewrite/rewrite-maven-plugin

4.16.0

28 Oct 02:42
Compare
Choose a tag to compare

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 NullPointerExceptions when a MavenVisitor would try to retrieve information from the non-existent Maven model 00dd505

4.15.0

26 Oct 20:41
Compare
Choose a tag to compare

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

20 Oct 22:58
Compare
Choose a tag to compare

Fixes:

  • Updated with rewrite 7.15.1

4.14.0

20 Oct 19:17
Compare
Choose a tag to compare

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

05 Oct 17:29
Compare
Choose a tag to compare

Enhancements

  • Updated with rewrite version 7.15.0
  • Better Java type attribution

4.12.0

14 Sep 17:48
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.14.0

4.10.0

22 Aug 05:40
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.12.0
  • Refactored to use new provenance structure #206

4.9.0

13 Aug 00:49
Compare
Choose a tag to compare

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

28 Jul 23:18
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.10.0

4.7.0

16 Jul 23:41
Compare
Choose a tag to compare

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