Skip to main content

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

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


1. https://bugs.eclipse.org/bugs/show_bug.cgi?id=519976​



Back to the top