Spring + AspectJ weaving for java 8 using aspectj-maven-plugin

Solution before the official release prior to Sep 2015 After many headaches and many hours struggling against this, fortunately I could solve this problem. Here is what I did: To use aspectj-maven-plugin with Java 8 I could configure version aspectj-maven-plugin 1.7 (Note that aspectj-maven-plugin 1.6 works for Java 7). So, the maven plugin configuration needs … Read more