Skip to content

Releases: openrewrite/rewrite-maven-plugin

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

4.6.3

16 Jul 17:32
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.9.0

4.6.2

02 Jul 01:56
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.8.1

4.6.1

01 Jul 02:03
Compare
Choose a tag to compare

Minor bugfix for processing recipes based on visitor type.

4.6.0

30 Jun 04:51
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.8.0

4.5.0

12 Jun 00:50
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite core libraries 7.7.0
  • Updated instantiation of RocksdbMavenPomCache. #176

4.4.0

26 May 06:24
Compare
Choose a tag to compare

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