jtulach opened a new pull request, #57: URL: https://github.com/apache/netbeans-html4j/pull/57
I am having problems running JavaFX tests locally on JDK25: ``` initializationError(net.java.html.sound.AudioClipTest): java.lang.reflect.InvocationTargetException Caused by: java.lang.NoSuchMethodError: 'void sun.misc.Unsafe.ensureClassInitialized(java.lang.Class)' ``` Let's verify the problem happens on CI as well and then let's fix it. -- 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
