netbeans
netbeans copied to clipboard
Add support for GlassFish 7.1.0, and GlassFish 8.0.0-M14
Thanks @pepness
NetBeans GlassFish module notes:
Add support for GlassFish 7.1.0
Add support for GlassFish 8.0.0-M14
Even if tests pass Netbeans is not able to start Glassfish 7.1.0. I think it is because of Glassfish's breaking changes made for this release, for example see https://github.com/eclipse-ee4j/glassfish/issues/25553 or https://github.com/eclipse-ee4j/glassfish/pull/25183 I tried to understand the code but I failed, it was the first time with Netbeans and Glassfish code. I leave the error (and the fixing) to someone else ;-) Thanks!
I updated the code as per your suggestion. I also changed the code in order to add and start Glassfish after the breaking changes.