Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Java 11 Compatibility check: AspectJ

Hi Lubo,
You can use the RC1 in the link from the mail you've replied to test it, it was created for this purpose :)

On Mon, Oct 1, 2018 at 2:01 PM Lubo Pecho <tomorrow10@xxxxxxxxx> wrote:
We're trying to run our application with LTW on openjdk 11. Is the aspectjweaver ready for java 11? The old aspectjweaver seems not to generate any ajc runtime classes.

It always fails on equivalent excpetion.

Caused by: java.lang.ClassNotFoundException: somepackage.SomeClass$AjcClosure{someNumber}

Would it be possible to build aspectjweaver 1.9.2 release candidate. We need to upgrade to java 11 in november, so we'd like to test it to determine, if we need to find some other solution.

With Regards,
Lubos Pecho
_______________________________________________
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