
The Eclipse Foundation has released the final version of GlassFish 8, an update of its enterprise Java application server. The new release serves as a compatible implementation of the Jakarta EE 11 Java platform and accommodates Jakarta Data repositories for simplifying data access, according to GlassFish development participant OmniFish. Virtual threads support for scalable concurrency also is featured.
Released February 5, the final version of GlassFish 8 can be downloaded from glassfish.org. The previous milestone release of GlassFish 8 was released in December 2025, OmniFish said.
With Jakarta Data repositories support, developers can work with both JPA (Java Persistence API) entities and JNoSQL databases using a consistent, repository-pattern-based approach, said Ondre Mihalyi, OmniFish co-founder and engineer. Key benefits of this feature include reduced boilerplate code, flexible repository organization, and flexible pagination. Support for both Jakarta Persistence entities and Jakarta NoSQL entities in Jakarta Data repositories is featured in GlassFish 8, according to release notes.

