Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AspectJ 1.8 and modularized JARs

Hmmmmm, having jars around in a system that have module-info's probably suggests you should use Aspectj 1.9 - is there any reason not to update? 1.9 does everything 1.8 could do plus has more fixes and is compatible with later versions of Java, it doesn't force you to use Java9/11, it still supports source/target 1.8.

cheers,
Andy

On Fri, 22 Feb 2019 at 14:41, Edens, Eric <ericeden@xxxxxxxxxx> wrote:
When AspectJ 1.8 is used in Java 8 applications, we're seeing failures with modularized JARs. "File: 'module-info.class': Invalid byte tag in constant pool: 20". 

I see the module-info support was rolled forward into 1.9[1]. Any thoughts on having 1.8 ignore the new classes added by modularized and multi-release JARs?

- Eric



_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-dev

Back to the top