cohorte / ipojo-nature

iPOJO Nature Eclipse plugin
Apache License 2.0
1 stars 0 forks source link

Upgrade ASM version #4

Open tcalmant opened 4 years ago

tcalmant commented 4 years ago

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.