nbauma109 opened a new pull request, #4273: URL: https://github.com/apache/netbeans/pull/4273
After JDK8, the Instrumentation interface introduced 2 methods isModifiableModule and redefineModule having Module class in their signature. NbInstrumentation implemented the newer version of Instrumentation interface using Module, which was incompatible with JDK8. The compatibility was ensured by an empty class Module which causes package conflict with the JDK. I propose to remove that and have a dynamic proxy that will handle all versions of Instrumentation interface thanks to an invocation handler. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
