Godin 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-407537781 FWIW just dependency upgrade might be not enough for JDK 11 - [`ClassVisitor` without `Opcodes.ASM7_EXPERIMENTAL` throws `UnsupportedOperationException`](https://gitlab.ow2.org/asm/asm/blob/ASM_6_2/asm/src/main/java/org/objectweb/asm/ClassVisitor.java#L157) when [`ClassReader` encounters/visits nest mates](https://gitlab.ow2.org/asm/asm/blob/ASM_6_2/asm/src/main/java/org/objectweb/asm/ClassReader.java#L541)
---------------------------------------------------------------- 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