Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ 1.8.12 and AspectJ 1.9.0.rc1 released

Both AspectJ 1.8.12 and 1.9.0.rc1 have been released.

1.8.12 includes some slightly radical improvements that impact Spring AOP performance. The README has more details: https://www.eclipse.org/aspectj/doc/released/README-1812.html

1.9.0.RC1 is the AspectJ to use if you are on Java9. It includes the Eclipse Java 9 JDT compiler. You can compile modules that include aspects. It also includes the Spring AOP changes that are in 1.8.12. Some examples of working with modules are in the readme: https://www.eclipse.org/aspectj/doc/released/README-190.html

1.8.12 is in maven central, 1.9.0.RC1 is in the usual maven repository for non final releases: http://repo.spring.io/milestone

Feedback here or on bugzilla is appreciated. I encourage anyone using Spring AOP to kick the tires on 1.8.12 and let me know if it does not behave for you.


Back to the top