- delete temporary files created by the plugin.
- not published due to Maven artifact publishing issues. I was stuck in a migration from OSSRH (the legacy Central portal) to the new Central portal. This is now fixed. Big thanks to the Sonatype support team, they helped me a lot with this migration.
- strictly identical to 1.9.0. I had some problems with my Maven setup (again ^_^), which refused to publish the 1.9.0 plugin release. I was using Maven 3.9.6. I had to revert to 3.9.0 (and I updated my deployment script to use the Maven wrapper, finally), and I cleared my m2 cache (to fix a weird error about a missing class in a Maven plugin). After that, I have been able to prepare and publish the 1.9.2 release.
- merge pull request #80: use plexus to support classpath resources.
- upgrade plugin's dependencies.
- fix warning compatibility message for Maven 3.9.2+.
- support addition of definitions with the new
additionalDefinitionFiles
property. - have a separate json for abandoned projects.
- add a property to skip check.
- fix #26 hide success message if found errors but
failOnError
is set to false. - Maven plugins are now analysed in addition to dependencies.
- configure plugin with properties.
(I faced some problems with my GPG setup, so 1.5.0, 1.5.1 and 1.5.2 were not correctly published, but there's no difference with 1.5.3)
- ignore-list support.
- show the number of definitions loaded.
- show the definitions file update date.
- add some context in definitions. Example: indicates if suggested change reflects Java EE migration to Jakarta EE.
- add an option to not fail the build.
- maven-index-search-suspect-coordinates: update Central repository URL to use HTTPS. Thx froque.
- make the plugin compatible with project with multiples modules. Thx froque.
- fix #2 make the
og-definitions.json
configurable.
- the main goal
check
works.