Mojo AspectJ Maven Plugin Version 1.7 Released

The Mojo team is pleased to announce the release of the AspectJ-Maven-Plugin version 1.7, which contains updates to the internal AspectJ toolset and several bug fixes.

The AspectJ-Maven-Plugin weaves AspectJ aspects into your classes using the AspectJ compiler ("ajc").

To get this update, simply specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.codehaus.mojo</groupId>
3  <artifactId>aspectj-maven-plugin</artifactId>
4  <version>1.7</version>
5</plugin>

Release Notes

Bugs:

  • MASPECTJ-129 - Change name on site to "Mojo's AspectJ Maven Plugin"
  • MASPECTJ-131 - JDK 8 Support
  • MASPECTJ-133 - Integration tests JavaSourcesDefault and JavaSourcesList does not work on Windows
  • MASPECTJ-135 - Some ITs could fail on Windows
  • MASPECTJ-136 - Misconfigured dependencyResolution in AjcReportMojo

Improvements:

  • MASPECTJ-132 - Upgrade to AspectJ version 1.8
  • MASPECTJ-134 - Warnings via are reported without file name and line number

Enjoy,

The Mojo team.

Lennart Jörelid