Helidon 4.4.0 Introduces Alignment with OpenJDK Cadence and Support via Java Verified Portfolio
Host A: Welcome to DevTools Radio, I'm your host, and today we're diving into some big news from the Java world — Oracle has just dropped Helidon 4.4.0, and there's a lot to unpack here.
Host B: Yeah, and I mean a *lot* — this isn't just a point release with a few bug fixes. There are some genuinely interesting strategic moves happening with this one.
Host A: Absolutely. So let's start with arguably the biggest structural change — Helidon is aligning its versioning with the OpenJDK six-month release cadence. Starting with JDK 27 in September 2026, what we'd call Helidon 4.4.0 today will essentially become Helidon 27.
Host B: Which is a pretty bold move, right? Developers get very attached to semantic versioning. But I can see the logic — if you're tightly coupled to a JDK release cycle, it actually makes it way easier to know what version of Java your framework expects.
Host A: Exactly, it removes a whole layer of mental mapping. And alongside that, Helidon is being included in Oracle's new Java Verified Portfolio, announced at JavaOne 2026 — basically a curated, Oracle-validated collection of Java tools, frameworks, and libraries.
Host B: So that's Oracle putting their official stamp of approval on a set of ecosystem tools. That should mean something real for enterprise teams who need that kind of commercial backing before they can even get a framework past their procurement department.
Host A: And speaking of commercial backing, the JVP is also bringing back commercial support for JavaFX, which is kind of a surprise comeback story — Oracle reestablished it due to customer demand and the growing need for advanced visualizations in AI-powered applications.
Host B: JavaFX returning is honestly not something I had on my 2026 bingo card, but hey, AI dashboards need rich UIs, so here we are. What about the actual framework capabilities in 4.4.0 though?
Host A: So there are two big additions on the core side. First, Helidon Declarative — which debuted in 4.3.0 — is getting new features added to its original trio of HTTP Server Endpoint, Scheduling, and Fault Tolerance. And second, there's a brand new library called Helidon JSON.
Host B: Tell me more about Helidon JSON, because JSON processing is one of those things that sounds boring until you realize how much performance you can leave on the table with a naive implementation.
Host A: Right, and this one is clearly designed with modern Java in mind. It generates Java source code at compile time, uses annotation processors for type-safe converters, and critically — it runs with zero reflection at runtime. That's a big deal for virtual thread performance and native image compatibility.
Host B: No reflection at runtime is music to my ears, honestly. That's the kind of thing that makes startup times snappy and keeps your memory footprint tight. What about the AI angle? Because I noticed LangChain4j got some love here too.
Host A: Yeah, this is genuinely exciting for anyone building agentic AI applications. The LangChain4j integration now supports full agent orchestration — you've got workflows for programmatically coordinating multiple agents, and dynamic agents where a supervisor agent manages a pool of subagents, all configurable declaratively with annotations.
Host B: So you can literally define an AI agent with a Java interface and a few annotations — that's the kind of abstraction that could make agentic development accessible to a lot more backend Java developers who don't want to wrestle with Python tooling.
Host A: Precisely. And it all ties back to Helidon's roots — simple, fast, no application server required. It started back in 2018 as J4C, Java for Cloud, and it's clearly evolved into something that wants to be a serious player in the AI microservices space.
Host B: It's been a long journey from a three-component web framework to orchestrating AI agents, but honestly, the throughline is consistent — keep things lightweight and developer-friendly.
Host A: Well said. That's going to wrap it up for today's deep dive. If you want the full details including breaking changes, the Helidon release notes are your next stop.
Host B: Thanks for listening to DevTools Radio, everyone. Stay curious, keep building, and we'll see you in the next one.
Prefer to listen? Head back to the episode page for the full audio.