Skip to main content

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

Hey,

Yep, 1.9.1 supports Java 10, we'll need an upgrade for Java11. When I do the next Eclipse JDT compiler upgrade I think I'll be picking that up, in the not too distant future (likely few weeks as we are getting due a 1.9.2 that includes some other fixes too).

cheers,
Andy

On Thu, 26 Jul 2018 at 02:27, li jian <johnnylj98@xxxxxxxxx> wrote:
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
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Back to the top