Skip to content

7.0.24

Latest
Compare
Choose a tag to compare
@arjantijms arjantijms released this 22 Apr 22:27
· 22 commits to master since this release

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

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

Release overview

This release marks an important step forward by introducing support for JDK 24 in GlassFish 7—a capability that had previously only been available in milestone builds of GlassFish 8. Achieving this required new versions of CORBA, ORB, and PFL, the result of many months of dedicated work by the team.

The team also undertook a significant revision of how scripts are used across the project. All Linux scripts now consistently use Bash, and a unified method has been adopted for resolving the AS_INSTALL path across all platforms. Additionally, an issue on Windows related to the %t placeholder—used in JDK log formatting—was resolved by ensuring it is properly escaped.

Faster Deployment was achieved by improved file handling; the team replaced custom file discovery with Files.walkFileTree and switched from URI to Path, also adopting try-with-resources for better resource management. On Windows 11, deployment time for specifically selected huge applications dropped from 110s to 100s, with potential for 92s using caching. YourKit profiling showed a 19s improvement in FileSystem.hasBooleanAttributes.

What's Changed

New Features

Fixes

  • Revisited scripts around asenv by @dmatej in #25436
    • Fixed url to file conversion breaking paths with spaces by @dmatej in #25448
    • More robust nadmin/asadmin execution in build by @dmatej in #25451
    • BAT file and startlocal vs endlocal, windows path separator by @dmatej in #25450
    • Fixed PowerShell script on Windows and removed bat file by @dmatej in #25454
    • Fixed SMGlobalPolicyUtil's conversion of file to url by @dmatej in #25460
  • Runnable Embedded GlassFish: properties config improvements, option to start interactive prompt by @OndroMih in #25422
    • Property management used just by embedded pushed down by @dmatej in #25452
    • Fixes in runnable GlassFish Embedded for add-library command by @OndroMih in #25420
  • Make ConnectionPool code more strict and do not return Enlisted resources by @escay in #25373
  • More robust pid file read by @dmatej in #25449
  • Fix View JMS Physical Destination Statistics by @pzygielo in #25464
  • Give a clearer error message if datasource is not defined. by @OndroMih in #25463

Maintenance

Dependencies

New Contributors

Full Changelog: 7.0.23...7.0.24