davsclaus opened a new pull request, #64: URL: https://github.com/apache/camel-jbang-examples/pull/64
## Summary Normalizes 57 shorthand YAML DSL instances across 8 example files to canonical form, consistent with the canonical JSON schema introduced in CAMEL-22987. **Patterns normalized:** - 30 shorthand `log:` → expanded with `message:` field - 20 inline `simple:` → wrapped with `expression:` structure - 6 URI query params → split into `uri:` + `parameters:` block - 1 shorthand `to:` → expanded with `uri:` field **Files changed:** - `pqc-document-signing/pqc-document-signing.yaml` (43 instances) - `ibm/ibm-cos/ibm-cos-sink.kamelet.yaml` (6) - `ibm/ibm-watson-language/text-analysis-api.camel.yaml` (3) - `ibm/ibm-cos/kafka-to-ibm-cos.camel.yaml` (1) - `ibm/ibm-cos/ibm-cos-source.kamelet.yaml` (1) - `kubernetes/secrets/news-service.camel.yaml` (1) - `kubernetes/service/news-service.camel.yaml` (1) - `aws/aws-sqs/http-to-aws-sqs.camel.yaml` (1) Related PRs in apache/camel: #23511 (EIP + user manual docs), #23512 (component docs) ## Test plan - [ ] Examples are YAML-only route files — no build/test infrastructure to run - [ ] Spot-checked with `camel validate yaml-dsl` schema validation _Claude Code on behalf of Claus Ibsen_ Co-Authored-By: Claude Opus 4.6 <[email protected]> -- 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]
