github eclipse-ee4j/glassfish 7.0.11

latest releases: 8.0.2, 9.0.0-M2, 8.0.1...
2 years ago

Eclipse GlassFish is an application server, implementing Jakarta EE. This release is corresponding with the Jakarta EE 10 specification, which is a major new feature release. Jakarta EE 10 requires JDK 11 as a minimum, but also works on JDK 17.

GlassFish 7.0.11 is a final release, containing final Jakarta EE 10 APIs. It compiles and runs on JDK 11 to JDK 21. MicroProfile support requires JDK 17 or higher.

Release overview

This release sees an important fix where WebSockets would not work at all for applications on the default context root (e.g. https://example.com vs https://example.com/myapp). This month we have concentrated on the AdminGUI and fixed an assortment of small but annoying defects in it. Various major components were updated, such as Jersey (Jakarta REST), Tyrus (Jakarta WebSockets) and Mojarra (Jakarta Faces). To keep the project maintainable and well tested, several tests were added and improved as well.

Fixes

  • Fixed WebSocket not working for default web module applications. by @arjantijms in #24691
  • Fixed naming context propagation in ContextSetupProviderImpl by @avpinchuk in #24638
  • Fix auto login AdminGUI by accidentally changed constant by @arjantijms in #24697
  • Fixed cleaning of unhandled messages in AdminGUI by @kaido207 in #24665
  • Fixed #24686 "Properties specific to this Class" is not displayed in Edit Realm Page in AdminGUI by @kaido207 in #24687
  • Fixed several things and provided various improvements in AdminGUI by @kaido207 in #24692
  • Fix #24693 Fail to deploy a app when the app's material files remain and if there is a lifecycle module by @kaido207 in #24694
  • Fixed an error message with unnecessary pattern string by @kaido207 in #24679
  • Fixed various aspects of logging by @dmatej in #24685

Component updates

Project refactoring and maintenance

Full Changelog: 7.0.10...7.0.11

Don't miss a new glassfish release

NewReleases is sending notifications on new releases.