2.2.0
github-actions
released this
03 Jul 12:59
·
77 commits
to refs/heads/master
since this release
🚀 New features and improvements
- Switch components to JSR-330, Require JDK 1.8 (#501) @slawekjaranowski
- Log message about skip due to packaging in info level (#499) @slawekjaranowski
🐛 Bug Fixes
- Fix #358, #352 NPE on site generation caused by null returned by deprecated MavenProject.getDependencyArtifacts() (#373) @tomred-net
- Fix #413 Use 'GAV' for result keys in LicensedArtifactResolver (#414) @attilapuskas
- Fix #498 add-third-party should not override third-party file with the same content (#500) @slawekjaranowski
- Fix #351 License override does not work for third-party dependencies with multiple licenses (#374) @lama0206
- Fixed '[WARNING] There were 0 download errors - check the warnings above to not log warning unless download errors > 0 (#402) @blekinge
📦 Dependency updates
- Bump mojo-parent from 75 to 76 (#504) @dependabot
- Bump json from 20070829 to 20230227 in /src/it/add-third-party-missing-file (#460) @dependabot
- Bump plexus-xml from 4.0.0 to 4.0.1 (#496) @dependabot
- Bump commons-io from 2.12.0 to 2.13.0 (#493) @dependabot
👻 Maintenance
- Use project.version instead of pom.version in ITs (#507) @slawekjaranowski
- Use JDK 1.8 in ITs - allow build on JDK 20 (#506) @slawekjaranowski
- Enable spotless for automatic code formatting (#505) @slawekjaranowski
- Add LICENSE.txt file (#503) @slawekjaranowski
- Fix formatting in example-thirdparty document (#502) @slawekjaranowski