By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Helidon 4.4.0 Introduces Alignment with OpenJDK Cadence and Support via Java Verified Portfolio
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Helidon 4.4.0 Introduces Alignment with OpenJDK Cadence and Support via Java Verified Portfolio
News

Helidon 4.4.0 Introduces Alignment with OpenJDK Cadence and Support via Java Verified Portfolio

News Room
Last updated: 2026/04/02 at 9:16 AM
News Room Published 2 April 2026
Share
Helidon 4.4.0 Introduces Alignment with OpenJDK Cadence and Support via Java Verified Portfolio
SHARE

Oracle has released version 4.4.0 of their microservices framework, Helidon, featuring alignment with the OpenJDK release cadence, support via the new Java Verified Portfolio, new core capabilities, and agentic AI support for LangChain4j.

Helidon will change its familiar semantic versioning to match the OpenJDK six-month release cadence. Starting with the release of JDK 27 in September 2026, Helidon 4.4.0 today will change to Helidon 27 and adopt the tip and tail model practiced by OpenJDK.

Helidon will be included in the new Java Verified Portfolio (JVP), a “curated set of Oracle-validated Java tools, frameworks, and libraries.” Introduced at JavaOne 2026, the JVP will also feature commercial support for JavaFX, which has been reestablished by Oracle due to customer demand and the need for advanced visualizations in AI-powered applications.

Helidon Declarative, introduced in Helidon 4.3.0, allows for an inversion-of-control style programming model in Helidon SE. It originally featured three features, namely: HTTP Server Endpoint, Scheduling and Fault Tolerance. Built on top of Helidon Inject, introduced in Helidon 4.2.0, Helidon Declarative adds these new features to complement the original three:

Helidon Declarative is an incubating feature and is, therefore, subject to change.

This release also introduces Helidon JSON, a new JSON processing library optimized for virtual threads and modern Java applications. Helidon JSON consists of two modules; helidon-json-binding for object serialization and deserialization; and helidon-json for fundamental JSON parsing and generation.

The approach used in Helidon JSON includes: generation of Java source code at compile time; use of an annotation processor to generate type-safe converters; execution without reflection at runtime; and code generation that is both readable and debuggable.

Integration with LangChain4j, introduced in Helidon 4.2.0, has been enhanced with support for agents. Developers can take advantage of two common execution patterns: workflows, a set of abstractions to programmatically orchestrate multiple agents and create agentic workflow patterns; and dynamic agents, a ready-to-use supervisor agent that can manage a set of subagents.

The following example, as presented in this blog post, demonstrates how to declaratively create an agent:


    
@Ai.Agent("helidon-mp-expert")
@Ai.ChatModel("openai-cheap-model")
@Ai.Tools(value = ProjectNameGeneratorTool.class)
@Ai.McpClients(value = {"first-mcp-client", "second-mcp-client"})
public interface HelidonMpExpert {
@UserMessage("""
   You are a Helidon MP expert.
   Analyze the following user request about Helidon MP and provide
   the best possible answer.
   Always warn against using native image and stress out that
   Helidon MP requires Jakarta APIs.
   The user request is {{request}}.
""")
@Agent(value = "A Helidon MP expert", outputKey = "response")
String askExpert(@V("request") String request);
    

Agents may be defined declaratively, registered as a singleton or configured via Helidon Config.

Originally named J4C (Java for Cloud), Helidon was introduced to the Java community in September 2018. It was designed to be simple and fast, and has two versions: Helidon SE and Helidon MP.

Helidon SE, a functional-style API, originally featured three core components to create a microservice – a web server, configuration, and security – for building microservices-based applications. An application server is not required. With the release of Helidon 2.0 in June 2020, a new web client and database client were added to Helidon SE along with a new command-line tool.

Helidon MP, a declarative-style API, is an implementation of the MicroProfile specifications. Helidon 4.4.0 supports MicroProfile 6.1.

Helidon SE versions 1.0 through 3.0 featured a web server built on top of Netty, the asynchronous, event-driven network application framework. The WebServer interface includes support for configuration, routing, error handling, and building metrics and health endpoints.

In preparation for Helidon 4.0, Helidon introduced an alpha version of a new web server, codenamed Helidon Níma, in September 2022. Níma, a Greek word for thread, was based on JEP 444, Virtual Threads. The new web server was finalized with the release of Helidon 4.0 in October 2023.

More details on this release, including breaking changes and deprecations, may be found in the release notes.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article The State of Trusted Open Source Report The State of Trusted Open Source Report
Next Article 15 Design-Forward DIY Tools Worth Upgrading to This Year 15 Design-Forward DIY Tools Worth Upgrading to This Year
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Hisense’s art-inspired CanvasTV has hit a new low price
Hisense’s art-inspired CanvasTV has hit a new low price
News
House Democrat pushes Anthropic on safety protocols, source code leak
House Democrat pushes Anthropic on safety protocols, source code leak
News
Shipping Publicly Beats Stealth in 2026 | HackerNoon
Shipping Publicly Beats Stealth in 2026 | HackerNoon
Computing
OnePlus Nord 6 camera upgrades and massive battery are confirmed ahead of launch
OnePlus Nord 6 camera upgrades and massive battery are confirmed ahead of launch
Gadget

You Might also Like

Hisense’s art-inspired CanvasTV has hit a new low price
News

Hisense’s art-inspired CanvasTV has hit a new low price

2 Min Read
House Democrat pushes Anthropic on safety protocols, source code leak
News

House Democrat pushes Anthropic on safety protocols, source code leak

0 Min Read
Expecto Pixtronum! Google’s going to Hogwarts for upcoming Pixel themes
News

Expecto Pixtronum! Google’s going to Hogwarts for upcoming Pixel themes

8 Min Read
Google’s new Gemma 4 models bring complex reasoning skills to low-power devices –  News
News

Google’s new Gemma 4 models bring complex reasoning skills to low-power devices – News

5 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?