Releases: apache/maven-toolchains-plugin
Releases · apache/maven-toolchains-plugin
Release list
3.3.0
🚀 New features and improvements
- Discover additional JDKs on Windows (#140) (#143) @Okeanos
- Log matching discovered toolchain as info in select-jdk-toolchain mojo (#144) @HannesWell
- Add additional locations for auto-discovery to scan (#130) @Okeanos
🐛 Bug Fixes
- Fix matching against one of multiple env-variables pointing to one JDK (#148) @HannesWell
- Fixes #145: JDKs installed by asdf are not discovered. (#146) @mbutov
- [MTOOLCHAINS-53] - Fix possible NPE (#54) @gnodet
📝 Documentation updates
- Update toolchains documentation to use JSR-330 terminology and links (#165) @slawekjaranowski
- Fix Maven site links in See Also menu (#155) @euiwpoi
- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#48) @Bukama
👻 Maintenance
- Replace Plexus XML configuration with JSR-330 annotated beans (#160) @slawekjaranowski
- Add .asf.yaml project metadata for ATR (#158) @slawekjaranowski
- Update site descriptors and download page content (#159) @slawekjaranowski
- feat: enable prevent branch protection rules (#131) @sebtiem
- Prefer Inject API over plexus-component-annotations (#127) @olamy
- Remove Jira URL (#84) @sparsick
- Enable Github Issues (#55) @Bukama
- Remove Java 5 references and clean up (#24) @elharo
📦 Dependency updates
- Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml from 4 to 5 (#162) @dependabot[bot]
- Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml from 4 to 5 (#161) @dependabot[bot]
- Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml from 4 to 5 (#163) @dependabot[bot]
- Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml from 4 to 5 (#164) @dependabot[bot]
- Update plexus-utils to 3.6.1 in IT dependencies (#157) @slawekjaranowski
- Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (#156) @dependabot[bot]
- Bump mavenVersion from 3.9.15 to 3.9.16 (#154) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (#153) @dependabot[bot]
- Bump mavenVersion from 3.9.14 to 3.9.15 (#151) @dependabot[bot]
- Bump mavenVersion from 3.9.13 to 3.9.14 (#149) @dependabot[bot]
- Bump mavenVersion from 3.9.12 to 3.9.13 (#147) @dependabot[bot]
- Update to 47 (#138) @Bukama
- Bump mavenVersion from 3.9.10 to 3.9.11 (#124) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-plugins from 44 to 45 (#61) @dependabot[bot]
- Bump mavenVersion from 3.9.9 to 3.9.10 (#60) @dependabot[bot]
- [MTOOLCHAINS-64] - Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (#52) @dependabot[bot]
- Bump org.junit:junit-bom from 5.12.0 to 5.12.1 (#51) @dependabot[bot]
- Bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#49) @dependabot[bot]
- Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#47) @dependabot[bot]
- Bump org.junit:junit-bom from 5.11.2 to 5.11.3 (#46) @dependabot[bot]
- Bump org.junit:junit-bom from 5.11.1 to 5.11.2 (#45) @dependabot[bot]
- Bump org.junit:junit-bom from 5.11.0 to 5.11.1 (#44) @dependabot[bot]
- [MTOOLCHAINS-55] - Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.0 (#40) @dependabot[bot]
- [MTOOLCHAINS-55] - Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 0.9.0.M2 to 0.9.0.M3 (#36) @dependabot[bot]
- [MTOOLCHAINS-55] - Bump mavenVersion from 3.9.6 to 3.9.9 (#41) @dependabot[bot]
- [MTOOLCHAINS-55] - Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (#34) @dependabot[bot]
- [MTOOLCHAINS-55] - Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#39) @dependabot[bot]
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3 (#38) @dependabot[bot]
3.2.0
🚀 New features and improvements
- [MTOOLCHAINS-49] - Automatic discovery of JDK toolchains (#14) @gnodet
📦 Dependency updates
- Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#33) @dependabot
- Bump apache/maven-gh-actions-shared from 3 to 4 (#29) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/setup-custom-toolchain (#16) @dependabot
- Bump plexus-utils from 3.0.15 to 3.0.16 in /src/it/setup-custom-toolchain (#10) @dependabot
📝 Documentation updates
- rework documentation for new JDK-specific goals (#32) @hboutemy
- Remove duplicate content (#28) @elharo
- rework documentation (#25) @hboutemy
- Use https for site links (#23) @elharo
- improve menu (#22) @hboutemy
- Expand JDK toolchain docs (#18) @elharo
- Minor grammar and typos (#12) @elharo
👻 Maintenance
- Fix dependencies according to dependency:analyze (#27) @gnodet
- add jdk toolchain ITs (#26) @hboutemy
- [MTOOLCHAINS-51] - Upgrade to maven 3.9.6 at compile time and 3.6.3 at runtime (#20) @gnodet
- [MTOOLCHAINS-50] - Update parent pom to 41 (#19) @elharo
3.1.0
What's Changed
- [MTOOLCHAINS-33] minimum Maven 3.1.0 by @elharo in #5
- Fix typo by @henryju in #6
- [MTOOLCHAINS-31] - Not threadsafe for parallel execution by @ThomasReinhardt in #8
- [MTOOLCHAINS-40] Parent to 36, Maven 3.2.5 and Java 8 by @cstamas in #9
New Contributors
- @henryju made their first contribution in #6
- @ThomasReinhardt made their first contribution in #8
- @cstamas made their first contribution in #9
Full Changelog: maven-toolchains-plugin-3.0.0...maven-toolchains-plugin-3.1.0
3.0.0
What's Changed
- [MTOOLCHAINS-21] Remove deadlink to wiki by @jpgough in #2
New Contributors
Full Changelog: maven-toolchains-plugin-1.1...maven-toolchains-plugin-3.0.0
1.1
Full Changelog: maven-toolchains-plugin-1.0...maven-toolchains-plugin-1.1