davsclaus opened a new pull request, #24081:
URL: https://github.com/apache/camel/pull/24081

   ## Summary
   
   - Add XML and YAML DSL examples alongside existing Java DSL code snippets in 
~190 component documentation files
   - Covers ~480 route examples across components, data formats, and expression 
languages
   - Uses AsciiDoc `[tabs]` markup for consistent multi-DSL presentation
   - YAML uses the canonical format with `parameters:` blocks extracted from 
URIs
   - XML properly escapes `&` as `&amp;` and `<` as `&lt;` in URIs and 
expressions
   
   This is a documentation-only change. No code changes.
   
   _Claude Code on behalf of Claus Ibsen_
   
   ## Test plan
   
   - [ ] Verify the AsciiDoc renders correctly (tabs display properly with 
Java/XML/YAML sections)
   - [ ] Spot-check a few YAML examples for correct canonical format
   - [ ] Spot-check XML examples for proper entity escaping (`&amp;`, `&lt;`)
   
   🤖 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]

Reply via email to