netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Add support for GlassFish 7.1.0, and GlassFish 8.0.0-M14

Open dmainardi opened this issue 1 month ago • 1 comments

Thanks @pepness

NetBeans GlassFish module notes:

Add support for GlassFish 7.1.0
Add support for GlassFish 8.0.0-M14

Release Notes for GlassFish 7 Release Notes for GlassFish 8

dmainardi avatar Dec 08 '25 14:12 dmainardi

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!

dmainardi avatar Dec 08 '25 22:12 dmainardi

I updated the code as per your suggestion. I also changed the code in order to add and start Glassfish after the breaking changes.

dmainardi avatar Dec 21 '25 18:12 dmainardi