jtulach commented on pull request #2761: URL: https://github.com/apache/netbeans/pull/2761#issuecomment-782810282
To use the Ant's `<javac release="8"/>` tag I had to upgrade to Ubuntu 18.04 which provides newer Ant. That triggered a lot of new failures as the "bionic" docker image is not longer using OracleJDK, but OpenJDK. OpenJDK doesn't have JavaFX installed. A lot of tests were failing due to that. Now everything seems to be fine. 1067e68 adds new commit validation test - it checks if all the generated `.class` files are executable on JDK8. I am going to fix it now. ---------------------------------------------------------------- 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. 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
