You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/02/21 12:21:59 UTC

[GitHub] [netbeans] jtulach edited a comment on pull request #2761: Towards building on JDK11 and running on JDK8

jtulach edited a comment 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 travis to use Ubuntu 18.04 which provides newer Ant. That triggered a lot of new failures as the "bionic" docker image is no 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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists