Releases: mojohaus/aspectj-maven-plugin
Releases · mojohaus/aspectj-maven-plugin
1.16.0
🚀 New features and improvements
- #243 Add Java 25 support. (#244) @martinaldrin
- Making the plugin compatible with Maven 4 (#223) @slachiewicz
👻 Maintenance
- Fix build with Java 24 (#225) @slachiewicz
- Switch to Doxia 2 (#224) @slachiewicz
📦 Dependency updates
- Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0 (#249) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 94 to 95 (#248) @dependabot[bot]
- Bump actions/cache from 4 to 5 (#247) @dependabot[bot]
- Bump actions/checkout from 5 to 6 (#245) @dependabot[bot]
- Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 (#242) @dependabot[bot]
- Bump org.codehaus.mojo:extra-enforcer-rules from 1.10.0 to 1.11.0 (#237) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 93 to 94 (#238) @dependabot[bot]
- Bump actions/setup-java from 4 to 5 (#236) @dependabot[bot]
- Bump actions/checkout from 4 to 5 (#234) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 92 to 93 (#235) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 91 to 92 (#230) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 87 to 91 (#229) @dependabot[bot]
- Bump org.codehaus.mojo:extra-enforcer-rules from 1.9.0 to 1.10.0 (#221) @dependabot[bot]
- Bump org.apache.maven.reporting:maven-reporting-api from 3.1.1 to 4.0.0 (#214) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 86 to 87 (#219) @dependabot[bot]
- Bump org.codehaus.mojo:l10n-maven-plugin from 1.0.0 to 1.1.0 (#218) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 85 to 86 (#209) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (#212) @dependabot[bot]
- Bump org.codehaus.mojo:extra-enforcer-rules from 1.8.0 to 1.9.0 (#211) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 84 to 85 (#208) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 78 to 84 (#207) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 (#206) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (#205) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (#202) @dependabot[bot]
- Bump org.codehaus.mojo:extra-enforcer-rules from 1.7.0 to 1.8.0 (#200) @dependabot[bot]
- Bump release-drafter/release-drafter from 5 to 6 (#196) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 77 to 78 (#192) @dependabot[bot]
- Bump actions/cache from 3 to 4 (#193) @dependabot[bot]
1.15.0
🚀 New features and improvements
- Add Java 21 to list of accepted valid values for complianceLevel (#187) @slachiewicz
- updated ACCEPTED_COMPLIANCE_LEVEL_VALUES to allow java version 17 (#155) @xkommando
- Require Maven 3.6.3 (#188) @slachiewicz
1.14.0
- update reporting dependencies (#105) @hboutemy
- Improve
compilerArgsJavadoc and rename toadditionalCompilerArgs(#99) @kriegaex - Javadoc + POM improvements from dev.aspectj (#98) @kriegaex
- use reactor artifacts before dependency or plugin artifacts (#73) @zuckel
- Readme updates. (#89) @bmarwell
- Maven Profiles "run-its" and "docs" (#88) @bmarwell
- update workflow, fast fail on single JVM, then others. (#86) @bmarwell
- Fix pom.xml syntax (#43) @paplorinc
- Bump junit version in ITs to 4.13.1 (#72) @mfriedenhagen
- Fix build to make runtime work on JDK 9/10 (#37) @ctomc
- Specify output directories for annotation processing (#6) @nigelzor
- Issue #31 - Skipping POM packaging check when forcing ACP compilation. (#32) @spoutnik-be
- removed activeByDefault from standardToolsJar profile (#35) @megglos
- Issue-27: AJC warning incorrect classpath: ... org.springframework.ro… (#28) @pcolot01
- #7 Add -parameters argument (#22) @zybreak
- Fix for Eclipse problem since plugin version 1.8 (#20) @kriegaex
- Add missing goal 'descriptor' to maven-plugin-plugin configuration (#19) @kriegaex
- honour 'maven.test.skip' system property (#8) @timwebster9
🚀 New features and improvements
- bump next version to 1.14.0 (#107) @olamy
- Support up to java 16 (#87) @olamy
- added generic compiler args setting (#42) @mojo2012
- allow up to java version 15 (#74) @zuckel
- Add Github actions upgrade parent pom (#81) @olamy
🐛 Bug Fixes
📦 Dependency updates
- Bump aspectjtools from 1.9.7.M3 to 1.9.7 (#102) @dependabot
- Bump mojo-parent from 61 to 63 (#96) @dependabot
- update maven dependencies (#90) @bmarwell
- Bump actions/cache from 2.1.3 to 2.1.6 (#93) @dependabot
- Bump actions/cache from 2.1.5 to 2.1.6 (#75) @dependabot
- Bump extra-enforcer-rules from 1.0-beta-7 to 1.3 (#77) @dependabot
- Bump plexus-utils from 3.1.0 to 3.3.0 (#84) @dependabot
- Fixes #29 Latest version of Aspectj (1.8.10) is not supported (#34) @dheid