This week's Java roundup for July 13th, 2026, features news highlighting: a reintroduction of Value Objects (Preview); the GA release of WildFly 41; the July 2026 edition of Open Liberty 26.0.0.7; point releases of TornadoVM, Apache TomEE, Java Operator SDK and LangChain4j; a maintenance release of Micronaut; a new extension, Quarkus Shim; and a new Oracle AI Agent Studio for Fusion Applications.
OpenJDK
JEP 401, Value Objects (Preview), under the auspices of Project Valhalla, has been "re-introduced" to Candidate status and updated from its original JEP Draft 8251554 created in August 2020. Formerly known as Object Classes and Values (Preview), this JEP proposes to enhance the language with value objects, defined as objects that: only contain final fields; do not have identity; and are solely distinguished by the values of their respective fields.
JDK 27
Build 31 of the JDK 27 early-access builds was made available this past week featuring updates from Build 30 that include fixes for various issues. Further details on this release may be found in the release notes.
JDK 28
Build 7 of the JDK 28 early-access builds was also made available this past week featuring updates from Build 6 that include fixes for various issues. More details on this release may be found in the release notes.
WildFly
The release of WildFly 41 delivers bug fixes, dependency upgrades and new features such as: bootable JARs added to the wildfly-cloud-galleon-pack and the wildfly-maven-plugin feature packs; a JDK 25 edition of the WildFly container, S2I builder and runtime images that replace the JDK 17 edition; and a number of features that have been promoted from preview to community and default stability levels. Further details on this release may be found in the release notes.
Open Liberty
The GA release of Open Liberty 26.0.0.7 ships with bug fixes and new features such as: tracking of logged-out Single Sign-On (SSO) cookies by default so they can no longer be replayed after logout; and the ability to disable the /health endpoints from MicroProfile Health 4.0 when using a file-based health check mechanism. This release also addresses eight CVEs that caused denial-of-service, HTTP request smuggling and server-side request forgery.
TornadoVM
The release of TornadoVM 5.1.0 provides bug fixes and new features such as: support for the E4M3 and E5M2 eight-bit floating-point storage in the CUDA backend; the addition of an opt-in staged host-to-device transfer path for the PTX and CUDA backends; and a performance improvement from within the withIntraPlanConcurrency() method, defined in the TornadoExecutionPlan class, that reduces the general per-operation and per-join bookkeeping cost for all intra-plan concurrency plans. More details on this release may be found in the release notes.
Apache TomEE
The release of Apache TomEE 10.2.0 delivers dependency upgrades and resolutions to notable bug fixes such as: the sslTruststorePassword parameter from the HttpConnection inner class, defined in the HttpConnectionFactory class, is not masked/stripped during logging; and an AuthenticationException thrown from within the authenticate() method, defined in the JNDIContext class that loses the cause thrown by the RemoteException. Further details on this release may be found in the release notes.
Java Operator SDK
The release of Java Operator SDK 5.5.0 ships with notable changes such as: a complete and consistent family of update/patch/create methods in the ResourceOperations class that support the RFC 6902, JavaScript Object Notation (JSON) Patch, and RFC 7386, JSON Merge Patch, specifications; and a new Matcher interface that allows developers to plug a custom matching strategy into the overloaded matchAndFilter() method defined in the Options class. More details on this release may be found in the release notes.
LangChain4j
The formal release (along with the twenty-eighth beta release) of LangChain4j 1.18.0 provides bug fixes and new features such as: a new Belief-Desire-Intention (BDI) agentic pattern that "provides a structured method to formalize psychological concepts for software and robotic systems;" a new TextToSpeechModel interface to support for the OpenAI Text-to-Speech API; and a new MistralAiBatchChatModel class to support the Mistral Batch API. Further details on this release may be found in the release notes.
Micronaut
The Micronaut Foundation has released version 5.0.5 of the Micronaut Framework, based on Micronaut Core 5.0.6, featuring patch updates to modules: Micronaut AWS, Micronaut gRPC, Micronaut Oracle Cloud, and Micronaut Logging. More details on this release may be found in the release notes.
Quarkus
Quarkus Shim, a new extension introduced by the Quarkus team, allows developers to add, wrap, or replace behavior in a Java class during a Quarkus build. As per the blog post,
The change happens during augmentation. There is no Java agent and no runtime instrumentation. The transformed class works in JVM mode, dev mode, and native executables.
This is an experimental extension built with Quarkus 3.37.3.
Oracle
Oracle has introduced a new AI-native builder experience for Oracle AI Agent Studio for Fusion Applications. This allows customers to create and natively run Fusion Agentic Applications from within Oracle Fusion Cloud Applications. This new builder experience provides "no-code, low-code, and pro-code development into one Fusion-native framework."
It is important to note that AI Agent Studio and Fusion Cloud Applications are subscription services.