While migrating a Java Spring application from Java 1.6 to Java 1.8 I got on an AspectJ class the following error:
ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet
Even if this question says the opposite, I still have a problem.
I use:
- Java 8
- AspectJ 1.8.9 (also tryed with 1.8.10, same error)
- Tomcat 8
- Spring 4.3.1
What am I missing?