pepness commented on a change in pull request #3056:
URL: https://github.com/apache/netbeans/pull/3056#discussion_r680374623
##########
File path:
enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV6_1_0.xml
##########
@@ -23,9 +23,10 @@
<tools lib="lib">
<asadmin jar="client/appserver-cli.jar"/>
</tools>
- <java version="1.8">
- <platform version="1.7"/>
- <platform version="1.8"/>
+ <java version="11">
+ <platform version="1.8"/>
Review comment:
Glassfish 6.1 and 6.2 correspond with Jakarta 9.1 which runs on JDK 11,
I understand that it should run on JDK 11 or higher.
https://github.com/eclipse-ee4j/glassfish/releases
--
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