This week's Java roundup features GA releases of GlassFish 8.0 and OpenHai 1.0, along with updates to LangChain4j, Infinispan, Hibernate, and JobRunr. The roundup also covers JDK 26 and 27 early-access builds, Helidon 4.3.4, JBang 0.136.0, and JHipster 9.0.0 beta 3.
This week's Java roundup for February 2nd, 2026, features news highlighting: GA releases of GlassFish 8.0 and OpenHai 1.0; point releases of LangChain4j, Infinispan and JBang; maintenance releases of Helidon and JobRunr; and milestone releases of Hibernate ORM, Hibernate Reactive and Hibernate Search.
JDK 26 and 27 Early Access Builds
Build 34 of the JDK 26 early-access builds was made available this past week featuring updates from Build 33 that include fixes for various issues. More details on this release may be found in the release notes.
Build 8 of the JDK 27 early-access builds was also made available this past week featuring updates from Build 7 that include fixes for various issues. Further details on this release may be found in the release notes.
For JDK 26 and JDK 27, developers are encouraged to report bugs via the Java Bug Database.
GlassFish 8.0.0 GA Release
After 15 milestone releases, the GA release of GlassFish 8.0.0 delivers bug fixes, dependency upgrades and new features such as:
- Support for virtual threads that includes the GlassFish Grizzly 5.0 virtual thread pool for HTTP and IIOP requests
- Support for the Jakarta Data specification with an initial integration of Eclipse JNoSQL, the compatible implementation of the Jakarta NoSQL specification
GlassFish 8.0.0 requires JDK 21 as a minimal version and is a compatible implementation of Jakarta EE 11. More details on this release may be found in the release notes and InfoQ will follow up with a more detailed news story.
Helidon 4.3.4 Release
The release of Helidon 4.3.4 ships with bug fixes, dependency upgrades and new features such as:
- Support for Server-Sent Events (SSE) event sources added to the JsonRpcResponse interface that allows for switching to SSE in response to a JSON-RPC request
- Multiple instantiations of the MMeterRegistry class will now be logged if they are not configured to be suppressed
More details on this release may be found in the release notes.
LangChain4j 1.11.0 Release
The formal release (along with the nineteenth beta release) of LangChain4j 1.11.0 provides bug fixes, dependency upgrades and notable changes such as:
- Support for streaming agents by creating an agent that returns an instance of the TokenStream interface
- The ability to listen for tool executions with agents and an instance of the AiServices class
More details on this release may be found in the release notes.
Infinispan 16.1.0 Release
The release of Infinispan 16.1.0 delivers bug fixes, documentation improvements, dependency upgrades and notable changes such as:
- Restore the use of the CountdownLatchLoggingConsumer class for improved testing with Testcontainers
- Adapt the BaseStateTransferTest class to be non-blocking by replacing invocations of the awaitStrict() method with the awaitStrictAsync() method defined in the CheckPoint class
More details on this release may be found in the release notes.
Hibernate ORM 7.3.0.CR2 Release
The second candidate release of Hibernate ORM 7.3.0 ships with notable changes such as:
- A new KeyType enumeration, an implementation of the Jakarta Persistence FindOption interface, that allows use of the find() and findMultiple() methods to perform a load based on a natural ID in addition to an identifier
- A new TenantCredentialsMapper interface that allows an application to supply tenant-specific credentials for database connections
More details on this release may be found in the what's new page.
Hibernate Reactive 4.3.0.CR1 Release
The first candidate release of Hibernate Reactive 4.3.0 provides bug fixes and compatibility with Hibernate ORM 7.3.0.CR2 and Vert.x SQL client 5.0.7. More details on this release may be found in this list of closed issues.
Hibernate Search 8.3.0.CR1 Release
The first candidate release of Hibernate Search 8.3.0 delivers bug fixes, dependency upgrades and notable changes such as:
- An alignment with Hibernate ORM 7.3.0.CR2
- Compatibility with Elasticsearch 9.3 and OpenSearch 3.4 in their Elasticsearch backend
More details on this release may be found in the what's new page.
JobRunr 8.4.2 Maintenance Release
JobRunr 8.4.2, the second maintenance release, primarily focuses on resolving a misuse of constructor injection with the Quarkus @Recorder annotation related to the JobRunrRecurringJobRecorder class in Quarkus 3.31.1 and beyond. Other enhancements include:
- Improved database migration error logging from within the runMigrationStatement() method defined in the DatabaseCreator class
- A documentation improvement that alerts developers that use of the getJobContext() method, defined in the ThreadLocalJobContext class, may be used as an alternative to an instance of the JobContext class
More details on this release may be found in the release notes.
JBang 0.136.0 Release
The release of JBang 0.136.0 ships with notable changes such as:
- A resolution to a concurrency issue when building or running many concurrent projects
- The ability to use relative paths when using Gradle dependencies without having to publish to a local Maven repository
More details on this release may be found in the release notes.
OpenHai 1.0.0 GA Release
The GA release of OpenHai 1.0.0, a new unified Java AI utility library for Jakarta EE or MicroProfile applications, provides bug fixes and new features such as:
- New classes, DefaultAITextHandler and DefaultAIImageHandler, that replace the original classes for a more efficient creation of custom AI providers
- Improvements to the ChatInput.Attachment class that decouples itself from OpenAI-specific assumptions
Created by Bauke Scholtz, Java Champion and Full Stack Developer at Virtua, OpenHai was introduced to the Java community in January 2026 with two version 1.0 milestone releases. More details on this release may be found in the GitHub repository.
JHipster 9.0.0 Beta 3 Release
The third beta release of JHipster 9.0.0 features notable changes such as:
- An alignment of Reactive Cassandra and Infinispan with Spring Boot 4.0
- The addition of new properties, propertyConsumerName and propertySupplierName, added to the JHipster self-contained, containerized software package
This release resolves an issue discovered with the first and second beta releases, now deprecated, that had rendered the JHipster generator unstable. More details on this release may be found in the release notes.
About the Author
Michael Redlich has been an active member within the Java community for the past 25 years. He founded the Garden State Java User Group (formerly the ACGNJ Java Users Group) in 2001 that remains in continuous operation. Since 2016, Mike has served as a Java community news editor for InfoQ where his contributions include monthly news items, technical writing and technical reviews. He has presented at venues such as Oracle Code One, Emerging Technologies for the Enterprise, Trenton Computer Festival (TCF), TCF IT Professional Conference, and numerous Java User Groups. Mike serves as a committer on the Jakarta NoSQL and Jakarta Data specifications and participates on the leadership council of the Jakarta EE Ambassadors. He was named a Java Champion in April 2023. With 33-1/2 years service, Mike recently retired from ExxonMobil Technology & Engineering in Clinton, New Jersey with experience in developing custom scientific laboratory and web applications. He also has experience as a Technical Support Engineer at Ai-Logix, Inc. (now AudioCodes) where he provided technical support and developed telephony applications for customers.
This content is in the Java topic FOLLOW TOPIC.
Related Topics: DEVELOPMENT ARCHITECTURE & DESIGN LANGCHAIN JBANG HIBERNATE REACTIVE HIBERNATE ORM GLASSFISH INFINISPAN OPENHAI JOBRUNR JDK 27 JDK 26 HIBERNATE SEARCH HELIDON JAVA JHIPSTER
POPULAR IN JAVA
- Java Explores Carrier Classes to Extend Data-Oriented Programming beyond Records FEB 04, 2026
- Java News Roundup: Jakarta EE 12, Spring Shell, Open Liberty, Quarkus, Tomcat, JHipster, Gradle FEB 02, 2026
- Java News Roundup: Oracle Critical Patch Update, Grizzly 5, Payara Platform, GraalVM, Liberica JDK JAN 27, 2026
- Java News Roundup: Spring gRPC, Quarkus, Gatherers4j, Keycloak, Grails, Java Operator SDK JAN 12, 2026
- Java Concurrency from the Trenches: Lessons Learned in the Wild JAN 12, 2026
RELATED SPONSORS
- Orchestrating Production-Ready AI Workflows with Apache Airflow (Live Webinar March 5, 2026) - Save Your Seat
- QCon London (March 16-19, 2026): Build resilient, high-performance systems at scale. Learn proven patterns from senior software leaders. Register today.
- The Essential Guide to AI Tools for Jakarta EE Developers
- Architecture Beyond the Diagram: Decisions, Systems, and the Forces That Shape Them - Download the InfoQ eMag
- Navigating the AI Agent Governance Gap: Research Insights

Comments
Please log in or register to join the discussion