Skip to content

Releases: mojohaus/aspectj-maven-plugin

1.15.0

12 Dec 02:54
Compare
Choose a tag to compare

πŸš€ New features and improvements

1.14.0

02 Aug 01:46
Compare
Choose a tag to compare
  • update reporting dependencies (#105) @hboutemy
  • Improve compilerArgs Javadoc and rename to additionalCompilerArgs (#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

πŸ› Bug Fixes

  • Fixes #29 Latest version of Aspectj (1.8.10) is not supported (#34) @dheid

πŸ“¦ Dependency updates