davsclaus opened a new pull request, #24006: URL: https://github.com/apache/camel/pull/24006
## Summary - Added YAML DSL tabs to `[tabs]` blocks that were missing them across 15 EIP, language, and user manual documentation files - Wrapped standalone Java/XML code snippet pairs into proper `[tabs]` blocks where they documented route definitions - All YAML DSL snippets were generated using `camel_transform_route` MCP tool and validated with `camel_validate_yaml_dsl` ### Files changed **EIP docs** (5 files): aggregate-eip, dead-letter-channel, filter-eip, message-history, transactional-client **Language docs** (5 files): constant, exchangeProperty, header, ref, variable **User manual docs** (5 files): architecture, endpoint, error-handler, http-session-handling, simplescheduledroutepolicy ### What was NOT changed Tab blocks containing only configuration snippets (CamelContext attributes, `application.properties`, Java API calls, Spring bean definitions) were intentionally left without YAML tabs, as they don't have YAML DSL equivalents. ## Test plan - [ ] Verify adoc rendering (tab blocks render correctly with all 3 DSL tabs) - [ ] Spot-check YAML DSL snippets match their Java/XML counterparts _Claude Code on behalf of Claus Ibsen_ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
