ASM 6.2.1 (and ASM 6.2) are nestmate ready, but you have to opt-in using the api ASM7_EXPERIMENTAL instead of the api ASM6 (cf @Godin answer). To follow the JDK cadence release, we now introducing features even if the corresponding JDK have not yet released (the spec part has to be finished obviously) but under an EXPERIMENTAL flag, so for ASM 6.2 we have introduce the support of all 3 Java 11 features if you use ASM7_EXPERIMENTAL. ASM 6.2.1 adds bugfixes and the support of Java 12 classfile version.
After the first release candidate of the JDK, so later this month or at the beginning of September, we will release ASM7, remove the support of ASM7_EXPERIMENTAL and add the support of ASM8_EXPERIMENTAL as soon as a feature of Java 13 that impact the classfile will be fully specified (it's Java 13 because currently no VM spec change are scheduled for Java 12). [ Full content available at: https://github.com/apache/maven-plugin-tools/pull/14 ] This message was relayed via gitbox.apache.org for [email protected]
