rfscholte 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-416893061 I've been able to reduce the need for ASM in plexus-java. First implementations always used ASM to read the module descriptor, now that's only done if the runtime is Java 8 or below, otherwise it'll use the `ModuleDescriptor.read()` from the JRE. Plugins that still need ASM ar at least maven-plugin-plugin, maven-shade-plugin, maven-dependency-plugin and probably a few more.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
