Assess
Helidon 4.4 (released April 2026) integrates LangChain4j agentic patterns natively into Oracle's cloud-native microservices framework — the first framework in Oracle's new Java Verified Portfolio (JVP), which means commercial Oracle support for AI workloads on the JVM.
Why It's in Assess
Helidon 4.4 adds agentic LangChain4j support (workflows, dynamic supervisor agents), MCP 1.1, and multiple named models per provider. The Oracle JVP backing is the strategic signal — enterprise teams already paying for Oracle support can now get commercially supported AI agent infrastructure without introducing a new vendor.
Why not higher:
- Niche ecosystem: Helidon has a fraction of the adoption of Spring Boot or Quarkus. Most Java teams will reach for Spring AI or Quarkus LangChain4j first.
- No production adoption data for the AI integration specifically — 4.4 just shipped.
- LangChain4j dependency: The agentic capabilities come from LangChain4j modules. Helidon adds framework integration (CDI, config, lifecycle) but not new AI primitives.
When to consider Helidon 4.4:
| Scenario | Recommendation |
|---|---|
| Already on Helidon | Upgrade to 4.4 — AI integration is native |
| Need Oracle commercial support for AI workloads | Helidon + JVP is the only Oracle-supported option |
| Greenfield Java AI project | Spring AI or LangChain4j — larger ecosystem |
| Microservices-first with GraalVM native | Quarkus LangChain4j — more mature native image story |
Key Features
- Agentic LangChain4j patterns: Workflow orchestration and dynamic supervisor agents
- MCP 1.1 support: Connect to MCP servers for tool calling
- Multiple named models: Configure several model providers per application
- Oracle JVP: Commercial support from Oracle
Key Characteristics
| Property | Value |
|---|---|
| Status | 4.4.0 GA (April 2026) |
| License | Apache 2.0 |
| Provider | Oracle |
| Requires | Java 21+ |
| GitHub | helidon-io/helidon |
| Website | helidon.io |