Skip to content

Commit 19e3b71

Browse files
committed
addressing a few comments
1 parent 10d2e6c commit 19e3b71

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

_posts/2025-06-27-a2a-project-lanunches-java-sdk.adoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ tags: release
66
synopsis: 'We’re thrilled to announce the launch of the Agent2Agent (A2A) Java SDK, made possible by WildFly and Quarkus teams’ contribution.'
77
author: maeste
88
---
9-
:imagesdir: /assets/images/posts/hibernate7
10-
ifdef::env-github,env-browser,env-vscode[:imagesdir: ../assets/images/posts/hibernate7]
9+
:imagesdir: /assets/images/posts/a2a-annonce
10+
ifdef::env-github,env-browser,env-vscode[:imagesdir: ../assets/images/posts/a2a-announce]
1111

1212

1313

1414
The agent revolution just took a massive leap forward! Following the
15-
recent landmark https://developers.googleblog.com/en/google-cloud-donates-a2a-to-linux-foundation/[announcement that Google has donated the Agent2Agent
16-
(A2A) protocol to the Linux Foundation], we’re thrilled to announce the
17-
launch of the *https://github.com/a2aproject/a2a-java[A2A Java SDK]*, built by WildFly and Quarkus teams in close collaboration, and now contributed to the official A2A project.
15+
recent landmark https://developers.googleblog.com/en/google-cloud-donates-a2a-to-linux-foundation/[announcement] that Google has donated the Agent2Agent
16+
(A2A) protocol to the Linux Foundation, we’re thrilled to announce the
17+
launch of the https://github.com/a2aproject/a2a-java[A2A Java SDK], built by WildFly and Quarkus teams in close collaboration, and now contributed to the official A2A project.
1818

1919

2020
=== A New Era Under Linux Foundation Stewardship
2121

2222
The https://a2aproject.github.io/A2A/latest/specification[A2A] protocol’s transition to the Linux Foundation represents more
2323
than just a change of governance: it’s a commitment to vendor-neutral,
24-
community-driven innovation. Similar how WildFly and Quarkus both recently joined CommonHaus fouundation. This ensures A2A as a critical interoperability
24+
community-driven innovation. Similar how WildFly and Quarkus both recently joined CommonHaus foundation. This ensures A2A as a critical interoperability
2525
standard remains open and accessible to all. With more than 100
2626
companies now supporting the protocol, we’re witnessing the formation of
2727
what industry leaders are calling "`an open, interoperable Internet of
@@ -189,6 +189,8 @@ Pretty straightforward, right? The SDK provides all the necessary
189189
components to create agent cards, handle agent execution, and manage
190190
communication between agents.
191191

192+
Note: In future some of this boiler plate code we expect will be simplified by Quarkus and other frameworks using the A2A Java SDK.
193+
192194
And when it comes to client-side development, it's even easier. The SDK
193195
includes a simple HTTP client that allows you to interact with A2A agents
194196
using the A2A protocol. This client abstracts away the complexities of

0 commit comments

Comments
 (0)