Skip to content

Releases: openrewrite/rewrite-maven-plugin

4.31.1

08 Aug 13:09
Compare
Choose a tag to compare

Enhancements

  • Updated to use rewrite 7.27.1

Full Changelog: v4.30.0...v4.31.0

4.30.0

29 Jul 23:47
Compare
Choose a tag to compare

What's new

  • Updated with rewrite 7.26.3

Full Changelog: v4.29.0...v4.30.0

4.29.0

29 Jul 03:38
Compare
Choose a tag to compare

What's new

OpenRewrite 7.26.2

4.28.0

28 Jul 16:32
Compare
Choose a tag to compare

What's Changed

  • Uses rewrite 7.26.1

Full Changelog: v4.27.0...v4.27.1

4.27.0

11 Jul 22:46
Compare
Choose a tag to compare

What's changed

  • Updated with rewrite 7.26.0

4.26.1

08 Jul 22:07
Compare
Choose a tag to compare

Enhancements

Fixes

4.26.0

08 Jul 16:02
Compare
Choose a tag to compare

Enhancements

  • Upgraded with rewrite 7.25.0
  • refactor: Format Java code by @sjungling in #389

Fixes

New Contributors

Full Changelog: v4.25.3...v4.26.0

4.25.3

26 Jun 02:09
Compare
Choose a tag to compare

What's Changed

  • Update with rewrite 7.24.2
  • Upping maven-filter from 3.2.0 (Aug 2020) to 3.3.0 (Jun, 2022) by @rassmate in #384
  • Improve documentation for the 'bootstrap' profile by @dsibilio in #388
  • Improve 'discover' goal behaviour for multi-module/no projects by @dsibilio in #387

New Contributors

Full Changelog: v4.25.2...v4.25.3

4.25.2

15 Jun 01:09
Compare
Choose a tag to compare

Fixes

  • Auto-detection of Style will be ran when a style has not been provided. f202e68

4.25.1

10 Jun 17:06
Compare
Choose a tag to compare

Enhancements

  • Updated with rewrite 7.24.1
  • Exclusion patterns now also apply to Java sources after parsing, before recipe execution 5e2b881
  • Added a method to clear the JavaTypeCache