The Java ecosystem continues its shift toward agentic architectures and modular enterprise standards, headlined by the release of the A2A Java SDK 1.0. According to recent project updates, this release enables developers to build interoperable agentic applications, while Jakarta EE 12 development progresses toward milestone releases for its Core, Web, and Platform profiles. These updates, alongside new versions of Micrometer, GraalVM, and Spring, signal a broader industry focus on automated observability and cloud-native performance.
How is the A2A Java SDK impacting agentic development?
The release of A2A Java SDK 1.0 provides a standardized library for implementing the Agent2Agent (A2A) protocol. This allows developers to deploy applications as A2AServers, facilitating direct communication between autonomous software agents. According to the project release notes, the 1.0 version introduces an integration test kit and a Quarkus-based agent to ensure cross-SDK interoperability. A related release candidate, the A2A Java SDK for Jakarta Servers 1.0.0, further extends these capabilities by enabling agentic workflows within established Jakarta EE environments, including support for WindowsOS.

What is the current status of Jakarta EE 12?
Jakarta EE 12 is currently on track, with most specifications within the Core, Web, and Platform profiles reaching milestone status, according to Ivar Grimstad, Jakarta EE Developer Advocate at the Eclipse Foundation. A primary point of discussion is the potential transition of MicroProfile Config into a native Jakarta Config specification to streamline enterprise configuration management. Additionally, the Eclipse GlassFish project has signaled a shift in its certification strategy; by filing Compatibility Certification Requests (CCR) for the Jakarta EE 11 Core Profile, GlassFish is positioning itself as a potential ratifying implementation for the upcoming Jakarta EE 12 Core Profile.
How are recent framework updates improving performance?
Infrastructure and observability tools have prioritized efficiency and compatibility in recent weeks. The GraalVM Native Build Tools 1.1.2 release adds support for “grund,” a polyglot reference checker designed to validate ID-based citations across Markdown and source code. Concurrently, Gradle 9.6, currently in its second release candidate, aims to improve build speed by optimizing the Configuration Cache. According to the Gradle release notes, this version improves hit rates by tracking project properties linked to environment variables more accurately.
| Tool | Key Update |
|---|---|
| Micrometer Tracing 1.7.0 | Upgraded to OpenTelemetry Instrumentation 2.28.0 |
| Eclipse JNoSQL 1.2.0 | Deprecated old engine in favor of Jakarta Data |
Why are Spring and JNoSQL shifting their repository models?
There is a clear move toward unifying data access patterns across the Java landscape. Eclipse JNoSQL 1.2.0 has officially deprecated its legacy repository engine, encouraging developers to migrate to the Jakarta Data repository model. This aligns with the broader push seen in the Spring ecosystem, which recently delivered a massive wave of point releases including Spring Data 2026.0.0 and Spring AI 2.0.0. By standardizing on Jakarta Data, these projects reduce the friction developers face when switching between NoSQL and relational data stores.

Frequently Asked Questions
- What is the main goal of the A2A Java SDK? It provides a standardized way for agentic applications to communicate using the Agent2Agent protocol.
- Will Jakarta EE 12 include configuration changes? Yes, the community is actively discussing moving MicroProfile Config into the Jakarta EE specification under the name Jakarta Config.
- What is the significance of the Gradle 9.6 update? It improves build performance through better Configuration Cache tracking and adds features to support automated, non-interactive environments.
Are you transitioning your infrastructure to support agentic workflows? Share your experiences with the A2A protocol in the comments below or subscribe to our newsletter for deep dives into upcoming Jakarta EE specifications.





