Skip to content

Releases: openrewrite/rewrite-maven-plugin

5.40.2

12 Sep 13:10
Compare
Choose a tag to compare

What's Changed

  • Throw a MojoFailureException when we fail to parse or resolve the Maven POM file or one of its dependencies by @timtebeek

Full Changelog: v5.40.1...v5.40.2

5.40.1

12 Sep 02:04
Compare
Choose a tag to compare

What's Changed

  • Update with rewrite 8.35.1, which adds support for parsing poms that reference project.prerequisites.maven
  • Exclude transitive dependencies of checkstyle. We don't need them to load checkstyle config and occasionally security scanners get mad about these unused transitive dependencies. by @sambsnyd in 1bb09a1

Full Changelog: v5.40.0...v5.40.1

5.40.0

11 Sep 17:25
Compare
Choose a tag to compare

What's Changed

  • chore(ci): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0 by @dependabot in #854
  • chore(ci): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #855
  • chore(ci): bump org.owasp:dependency-check-maven from 10.0.3 to 10.0.4 by @dependabot in #856
  • Support configure log level for recipe changes by @runeflobakk in #852
  • chore(ci): bump maven-plugin-tools.version from 3.14.0 to 3.15.0 by @dependabot in #858
  • chore(ci): bump io.netty:netty-bom from 4.1.112.Final to 4.1.113.Final by @dependabot in #859
  • Reduce warnings when building rewrite-maven-plugin by @timtebeek in #860
  • feat: option to add additionalPlainTextMasks by @dpozinen in #857

New Contributors

Full Changelog: v5.39.2...v5.40.0

5.39.2

28 Aug 13:55
Compare
Choose a tag to compare

What's Changed

  • chore(ci): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #844
  • chore(ci): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0 by @dependabot in #845
  • chore(ci): bump org.junit:junit-bom from 5.10.3 to 5.11.0 by @dependabot in #847

Full Changelog: v5.39.1...v5.39.2

5.39.1

21 Aug 14:54
Compare
Choose a tag to compare

What's Changed

  • Migrate to JSpecify from OpenRewrite JSR-305 meta-annotations by @jkschneider in #840
  • chore(ci): bump io.micrometer:micrometer-core from 1.13.2 to 1.13.3 by @dependabot in #841
  • chore(ci): bump maven-dependencies.version from 3.9.8 to 3.9.9 by @dependabot in #842
  • chore(ci): bump maven-plugin-tools.version from 3.13.1 to 3.14.0 by @dependabot in #843

Full Changelog: v5.39.0...v5.39.1

5.39.0

12 Aug 20:03
Compare
Choose a tag to compare

What's Changed

  • adjusted MavenMojoProjectParser#logParseErrors to also log poms which… by @nmck257 in #833
  • Drop CycloneDX goal after recipe addition by @timtebeek in #832
  • chore(ci): bump io.micrometer:micrometer-core from 1.12.5 to 1.13.2 by @dependabot in #836

Full Changelog: v5.38.1...v5.39.0

5.38.1

08 Aug 22:56
Compare
Choose a tag to compare

Full Changelog: v5.38.0...v5.38.1

5.38.0

08 Aug 01:44
Compare
Choose a tag to compare

What's Changed

  • Drop interactivity from rewrite:discover by @timtebeek in #828
  • chore(ci): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #830
  • chore(ci): bump org.owasp:dependency-check-maven from 10.0.2 to 10.0.3 by @dependabot in #831
  • chore(ci): bump com.fasterxml.jackson:jackson-bom from 2.16.2 to 2.17.2 by @dependabot in #815

Full Changelog: v5.37.1...v5.38.0

5.37.1

01 Aug 05:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.37.0...v5.37.1

5.37.0

31 Jul 12:10
Compare
Choose a tag to compare

What's Changed

  • Drop misplaced Gradle wrapper files by @timtebeek in #820
  • chore(ci): bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M15 to 4.0.0-M16 by @dependabot in #823
  • chore(ci): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1 by @dependabot in #822
  • Delete unused src/test/resources-its/org/openrewrite/maven/RemoveMojoIT/single_project/pom.xml by @timtebeek in #824
  • Pass in single recipe configuration options on the command line by @velo in #816
  • chore(ci): bump org.assertj:assertj-bom from 3.26.0 to 3.26.3 by @dependabot in #827
  • chore(ci): bump io.netty:netty-bom from 4.1.110.Final to 4.1.112.Final by @dependabot in #826

New Contributors

  • @velo made their first contribution in #816

Full Changelog: v5.36.0...v5.37.0