nicolaken commented on pull request #3056: URL: https://github.com/apache/netbeans/pull/3056#issuecomment-888487830
@ebarboni @juneau001 I have updated the PR and it seems to work as intended with GF6.1 on JDK16. Now possible JDKs for GF 6.1 are only 1.8, 11 and 16, removed all other intermediate JDKs. Officially only JDK 11 is supported on GF 6.1, but 16 mainly works so JDK 16 is there too. I'm not sure if GF 6.1 works on 1.8 as it's not clear from the documentation, but included nevertheless. Controlled that GF 6.1 correctly launches from NetBeans running on JDK 16 with Glassfish platform set to JDK 16 and that it does not add the --add-opens to JDKs less than 9. Did not do further testing. -- 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
