davsclaus opened a new pull request, #24126:
URL: https://github.com/apache/camel/pull/24126
## Summary
- Remove `RouteBuilder` class wrappers from Java code examples across 33
component docs, keeping just the route DSL
- Convert `new Processor() { @Override public void process(Exchange
exchange) {...} }` anonymous classes to lambdas
- Replace Java constant references (`CxfConstants.OPERATION_NAME`, etc.)
with string header names (`"CamelCxfOperationName"`, etc.)
- Remove obsolete CDI-based examples (CXF MTOM stub with `@Produces`,
Metrics `MetricRegistry` bean examples using removed camel-cdi)
Components cleaned up: Kubernetes (13), DHIS2, Keycloak, LangChain4j Agent,
CXF, CXFRS, AWS (DDB, EC2, Kinesis Firehose, Lambda, MQ, MSK), StAX, File,
Crypto, Bindy, Metrics, Micrometer Observability, OpenTelemetry2.
## Test plan
- [ ] Verify docs render correctly (no broken asciidoc syntax)
- [ ] No functional code changes — documentation only
_Claude Code on behalf of Claus Ibsen_
--
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]