forax commented on issue #14: [MPLUGIN-336] Upgrade ASM to 6.2 for Java 10,11 
support
URL: https://github.com/apache/maven-plugin-tools/pull/14#issuecomment-414087721
 
 
   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 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). 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to