You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests manually executed in my runtime environment (JDK 14) fail due to the version of ASM included in org.ow2.chameleon.eclipse.ipojo.dependencies.
The ASM version embedded in iPOJO Nature is 5.0.4, but an error occurs indicating the requirement of ASM 7.
Also, ASM 8 was released so days ago (see releases).
Important Note: It seems that the `` package has been removed from ASM since 7.0.
We'll have to investigate that issue on iPOJO.
Note: Since ASM 7, the asm-all JAR file doesn't exist anymore: the classpath of the dependencies plugin will have to be updated accordingly.
The text was updated successfully, but these errors were encountered:
Tests manually executed in my runtime environment (JDK 14) fail due to the version of ASM included in
org.ow2.chameleon.eclipse.ipojo.dependencies
.The ASM version embedded in iPOJO Nature is 5.0.4, but an error occurs indicating the requirement of ASM 7.
Also, ASM 8 was released so days ago (see releases).
Important Note: It seems that the `` package has been removed from ASM since 7.0.
We'll have to investigate that issue on iPOJO.
Note: Since ASM 7, the
asm-all
JAR file doesn't exist anymore: the classpath of the dependencies plugin will have to be updated accordingly.The text was updated successfully, but these errors were encountered: