Releases: mojohaus/aspectj-maven-plugin
Releases Β· mojohaus/aspectj-maven-plugin
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
compilerArgs
Javadoc 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