Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Plans to support Java 11

Hi
I'm trying to compile with aspectj 1.9.1 and Java 11-EA(http://jdk.java.net/11/). And failed with following exception.

[ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.11:compile (default) on project xxx.abc: AJC compiler errors:
[ERROR] error can't find critical required type java.lang.Object

Seems aspectj is not supporting Java 11 for now. So, do we have a plan for that?

Thanks a lot!

--
Jian

Back to the top