ammachado opened a new pull request, #23430: URL: https://github.com/apache/camel/pull/23430
# Description Batch 3 of the CAMEL-23535 javadoc enhancement series. This PR improves class-level javadoc for 24 types in the endpoint, component, producer, and consumer family in `core/camel-api/src/main/java/org/apache/camel/`. **Changes by type:** - Major rewrites (minimal or missing javadoc before): `Producer`, `Consumer`, `AsyncProducer`, `AsyncEndpoint`, `BatchConsumer`, `DelegateEndpoint`, `DelegateProcessor`, `ApiEndpoint`, `ComponentAware`, `EndpointAware` - Moderate expansion (terse opener + added context): `Component`, `DynamicPollingConsumer`, `ResolveEndpointFailedException`, `NoSuchEndpointException`, `FailedToCreateRouteFromTemplateException` - `@see`-tag additions only (already had rich prose): `Endpoint`, `Processor`, `AsyncProcessor`, `AsyncCallback`, `PollingConsumer`, `Channel`, `MultipleConsumersSupport`, `ShutdownRoute`, `ShutdownRunningTask` This is a comment-only change. No production code, method signatures, or annotations are modified. **Related PRs in this series:** - Batch 1 (lifecycle & context): merged - Batch 2 (messaging core): https://github.com/apache/camel/pull/23330 _Claude Code on behalf of Adriano Machado_ # Target - [x] I checked that the commit is targeting the correct branch (Camel 4 uses the `main` branch) # Tracking - [x] If this is a large change, bug fix, or code improvement, I checked there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it). # Apache Camel coding standards and style - [x] I checked that each commit in the pull request has a meaningful subject line and body. - [x] I have run `mvn clean install -DskipTests` locally from root folder and I have committed all auto-generated changes. -- 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]
