[4.22.x] Add camel-a2a-starter - #1926
Merged
Croway merged 1 commit intoSep 2, 2026
Merged
Conversation
camel-a2a has been in Camel core since 4.21.0 (CAMEL-23063) but never got a Spring Boot starter. Generate it with starter-create and regenerate the docs, catalog and BOM entries. Add a smoke test that runs the A2A consumer on the servlet-based platform-http engine and checks the agent card, the REST message:send custom-method path, the JSON-RPC binding and incremental SSE delivery for message:stream. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HNayxoB3xa9zbVDM84QiS5 (cherry picked from commit a9f7bc9)
oscerd
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #1925 to
camel-spring-boot-4.22.x.camel-a2ahas been in Camel core since 4.21.0 (CAMEL-23063) but never got a Spring Boot starter. This addscamel-a2a-starter, generated with./starter-create a2a, with the regenerated docs page, nav entry, catalog entries and BOM entries.Differences from the main commit: starter parent and BOM versions are
4.22.1-SNAPSHOT, and the catalogcomponents.propertiesanda2a.jsonwere regenerated on this branch.Verified locally against released camel 4.22.0: the starter builds and
A2AStarterSmokeTestpasses (agent card, RESTmessage:send, JSON-RPC, and incremental SSE onmessage:stream, all on the servlet-based platform-http engine).Claude Code on behalf of Federico Mariani