jglick commented on issue #3743: URL: https://github.com/apache/netbeans/issues/3743#issuecomment-1064554938
> stay on 12.6 for now That is what we are doing. > on which JDKs you test 8 & 11. No immediate plans to make things compatible with 17. Perhaps https://github.com/apache/netbeans/blob/21022da2cd8b3223dd8921068ea9080caa500eb8/harness/o.n.insane/src/org/netbeans/insane/impl/InsaneEngine.java#L224 and https://github.com/apache/netbeans/blob/21022da2cd8b3223dd8921068ea9080caa500eb8/harness/o.n.insane/src/org/netbeans/insane/impl/InsaneEngine.java#L276 could catch `NoClassDefFoundError` and fall back to ```java act.setAccessible(true); ``` as before? That would let INSANE run without the hook JAR at least on Java 8. Maybe also on 11 in classpath (non-module) mode? If that works then we could just pick up the fix in `RELEASE131` or whatever and not bother with the hook JAR for the near future. -- 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
