Releases: openrewrite/rewrite-maven-plugin
Releases · openrewrite/rewrite-maven-plugin
4.17.4
4.17.3
4.17.2
4.17.1
Enhancements:
- Depends on rewrite 7.17.1 to reduce heap size used by the plugin when parsing java source files.
4.17.0
Enhancements
- Updated with rewrite 7.17.0
- Add fail-at-end flags to provide better info per test-run in the event of failure #261
- Have skipMavenParsing be a declared parameter #241
- Rework MavenMojoProjectParser to use SourceSet from parser by @tkvangorder in #244
Fixes
- Close streams when collecting files to parse 0290064
- Re-use MavenPomCache and address Heap pressure a700785
- Fix and test RemoveMojo by @timtebeek in #246
- Add integration tests for init and configure mojos by @timtebeek in #248
- Let Maven resolve settings.xml content for us, get values from MavenExecutionRequest #262
- Handle decrypting encrypted Maven settings #267
- Handle profile activation property being null #270
New Contributors
- @timtebeek made their first contribution in #246
Full Changelog: v4.16.0...v4.17.0
4.16.0
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 inNullPointerException
s when aMavenVisitor
would try to retrieve information from the non-existent Maven model 00dd505
4.15.0
4.14.1
4.14.0
4.13.0
Enhancements
- Updated with rewrite version 7.15.0
- Better Java type attribution