Key Highlights

  • The Big Picture: The Java world received a flurry of releases this week, spanning JDK 26/27 early‑access builds, GlassFish 8.0 M15, Spring Shell 4.0 RC1, and dozens of framework updates.
  • Technical Edge: JDK 26 Build 29 adds critical bug fixes, while GlassFish 8.0 M15 introduces NoSQL support for Jakarta Data—both aimed at smoothing cloud‑native development.
  • The Bottom Line: If you’re building modern microservices or experimenting with GPU‑accelerated Java, these updates give you a more stable, feature‑rich foundation right now. 🚀

The Java ecosystem moves fast, and staying current can feel like chasing a moving train. This week’s roundup gives you a concise map of the most impactful releases, from core JDK builds to the frameworks that sit on top of them. Java remains the backbone of enterprise and cloud workloads, so understanding these updates helps us avoid hidden pitfalls and leverage new capabilities.

JDK 26 & JDK 27 Early‑Access Builds

Both JDK 26 Build 29 and JDK 27 Build 3 landed this week as early‑access builds. They bring a slew of bug‑fixes documented in the respective GitHub compare links and detailed release notes. Developers are encouraged to test their applications against these builds and report any regressions via the Java Bug Database.

  • JDK 26 Build 29: Includes fixes for numerous issues (see the GitHub diff).
  • JDK 27 Build 3: Updates from Build 2 address a fresh set of bugs (see the GitHub diff).

These builds are ideal for developers who want to future‑proof their code ahead of the next LTS release.

GlassFish 8.0 M15: The Final Milestone

The fifteenth milestone of GlassFish 8.0 (M15) is the last step before the final GA release. It adds NoSQL entity support for Jakarta Data and confirms that all MicroProfile TCKs still pass. OmniFish notes that “there is no outstanding work for 8.0.0 left,” meaning the release train is now closed.

  • NoSQL Support: Enables seamless integration with document stores, expanding the reach of Jakarta Data.
  • Dependency Upgrades: Keeps the runtime aligned with the latest libraries, reducing security exposure.

Read the full notes on the GitHub release page.

Spring Shell 4.0 RC1: A Fresh Command‑Line Experience

Spring Shell’s first release candidate brings a host of usability upgrades. Highlights include command completion, custom completion providers, and Jakarta Validation‑based option validation. Hidden commands and new exit statuses give developers finer control over CLI behavior.

  • Print Annotated Results: Directly output method results to the console.
  • Exception Mapping & Aliases: Simplify error handling and command naming.

Full details are available in the release notes.

Other Notable Framework Updates

Project Version Key Improvements
TornadoVM 2.2.0 Cross‑platform runtime checks; CUDA JIT flag support
Micronaut 4.10.5 Bug fixes, Micronaut Data patch
WildFly 39 Beta TLS for TCP transports, idle‑time eviction, Jakarta 3.1/4.0 specs
Helidon 4.3.3 Faster Prometheus output, smarter timeout thread cleanup
Hibernate Reactive 4.2.0.Final Aligns with ORM 7.2, transaction rollback fix
Hibernate Search 8.2.0.Final REST client pluggability, ORM 7.2 compatibility
Vert.x 5.0.6 / 4.5.23 CVE‑2025‑67735 mitigation for Netty request‑smuggling
Kotlin 2.3.0 JDK 25 support, default FQNs in Wasm, suspend‑function export to JS

Each of these releases tightens security, improves performance, or adds modern language features that developers can adopt today.

The TechLife Perspective: Why This Matters

These updates collectively raise the reliability bar for Java‑centric stacks. Early‑access JDK builds let us catch compatibility issues before the next LTS, while framework milestones such as GlassFish M15 and Spring Shell RC1 deliver concrete productivity gains. For teams building microservices, cloud‑native apps, or even GPU‑accelerated workloads, the new features translate into fewer bugs, faster iteration, and smoother deployment pipelines.

Looking ahead, we expect the final GlassFish 8.0 GA and Spring Shell 4.0 GA to cement these improvements, while JDK 27 will set the stage for the next long‑term release. Keeping an eye on these releases now positions our community to adopt the most stable, secure, and feature‑rich Java stack as it evolves.

Source: Official Java News Roundup (Dec 15 2025)