mbien commented on PR #8361: URL: https://github.com/apache/netbeans/pull/8361#issuecomment-2757449908
I would also like to see this reduced to the clipboard bug fix. I agreed to not get in the way of temporary agent proposals to resolve the issue until it can be hopefully fixed in the JDK. https://github.com/apache/netbeans/discussions/7051#discussioncomment-12556352 Regarding ASM: This PR here will log a exception on JDK 25 and NB will continue to launch. I think this is good enough for a temporary agent driven patch. (speaking only for WClipboard patch). I have a ClassFile API version [here](https://github.com/mbien/agentclippy/blob/master/src/main/java/dev/mbien/agentclippy/AgentClippy.java) - but I wrote this mostly as learning experience. This would require a) build on JDK 24 + multi release jar, or b) release agent separately. For temporary solution it is likely a bit too much overhead. I haven't looked at the code gen bits yet. But it would be good to proof via javap that the generated code is identical to javac emitted code when fed with the patched source file - i think this is probably the fastest way to ensure correctness (see linked repo where I tried that approach) -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists