diff --git a/COMMUNITY_ARTICLES.md b/COMMUNITY_ARTICLES.md index 65f3b70a4..518032194 100644 --- a/COMMUNITY_ARTICLES.md +++ b/COMMUNITY_ARTICLES.md @@ -25,8 +25,22 @@ Here are some articles and videos from the community that you may find helpful. * [How to Secure Your A2A Server Agent with Keycloak OAuth2](https://quarkus.io/blog/quarkus-a2a-java-security/): This blog post shows how to secure an A2A server agent using OAuth2 bearer tokens via Keycloak and shows how to enable an A2A client to automatically obtain and pass the required token in each request. +* [How to Use Your A2A Server Agent in a Distributed or Cloud Native Environment](https://quarkus.io/blog/quarkus-a2a-cloud-enhancements/): Learn how the A2A Java SDK's persistent and replicated components (database-backed TaskStore, replicated QueueManager via Kafka) enable running A2A server agents reliably in load-balanced Kubernetes deployments. + +* [A2A Java SDK 1.0.0.Alpha1 - Embracing the 1.0 Specification](https://quarkus.io/blog/a2a-java-sdk-1-0-0-alpha1/): Announcing the release of A2A Java SDK 1.0.0.Alpha1, which aligns the SDK with the 1.0 version of the Agent2Agent Protocol specification, introducing Java records, protobuf as the source of truth, and a revamped AgentCard structure. + +* [A2A Java SDK 1.0.0.Alpha2 Released](https://quarkus.io/blog/a2a-java-sdk-1-0-0-alpha2-released/): Announcing the Alpha2 release of the A2A Java SDK, highlighting new features like telemetry support and push notifications, along with breaking API changes to align with the A2A 1.0 specification. + +* [A2A Java SDK 1.0.0.Beta1 Released](https://quarkus.io/blog/a2a-java-sdk-1-0-0-beta1-released/): Announcing the first beta release of the A2A Java SDK, fully aligned with the final A2A Specification 1.0.0, detailing breaking changes to package names and Maven coordinates, new transport support, and the roadmap toward GA. + +* [A2A Java SDK 1.0.0.CR1 Released](https://quarkus.io/blog/a2a-java-sdk-1-0-0-cr1-released/): Announcing the Candidate Release of the A2A Java SDK, featuring a v0.3 protocol version compatibility layer, an Android HTTP client, unified HTTP clients, and a spec-compliant SSE parser. + ## A2A Java SDK for Jakarta Servers * [Building your First A2A Agent](https://www.wildfly.org/news/2025/08/07/Building-your-First-A2A-Agent/): An introduction on how to use the A2A Java SDK for Jakarta Servers with WildFly. +* [A2A Java SDK for Jakarta 0.3.0.Beta1 is released!](https://www.wildfly.org/news/2025/09/19/A2A-Java-SDK-for-Jakarta-0-3-0-Beta1-is-released/): Announcing the 0.3.0.Beta1 release of the A2A Java SDK for Jakarta, which adds gRPC and HTTP+JSON transport support for AI agent communication on WildFly. + +* [A2A Java SDK for Jakarta 0.3.0.Final is released!](https://www.wildfly.org/news/2025/11/06/A2A-Java-SDK-for-Jakarta-0-3-0-Final-is-released/): Announcing the 0.3.0.Final release of the A2A Java SDK for Jakarta, supporting version 0.3.0 of the A2A Protocol Specification and aligning with A2A Java SDK 0.3.2.Final. +* [A2A Java SDK for Jakarta 1.0.0.Alpha1 is released!](https://www.wildfly.org/news/2026/01/20/A2A-Java-SDK-for-Jakarta-1-0-0-Alpha1-is-released/): Announcing the 1.0.0.Alpha1 release of the A2A Java SDK for Jakarta, supporting version 1.0 of the A2A Protocol Specification.