pepness commented on code in PR #5466:
URL: https://github.com/apache/netbeans/pull/5466#discussion_r1103863688
##########
enterprise/glassfish.javaee/src/org/netbeans/modules/glassfish/javaee/Hk2JavaEEPlatformFactory.java:
##########
@@ -71,6 +71,10 @@ public class Hk2JavaEEPlatformFactory extends
J2eePlatformFactory {
* when changing it. */
private static final String V6_LOOKUP_KEY =
"J2EE/DeploymentPlugins/gfv6ee9/Lookup";
private static final String V610_LOOKUP_KEY =
"J2EE/DeploymentPlugins/gfv610ee9/Lookup";
+
+ /** GlassFish V7 JakartaEE platform lookup key.
+ * <p/>We will keep V3 value now because no one knows what will get broken
+ * when changing it. */
Review Comment:
Done. There is no need for that comment anymore.
--
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