gnodet opened a new pull request, #23189: URL: https://github.com/apache/camel/pull/23189
## Summary Add missing Javadoc documentation across the camel-api module: - Add Javadoc to ~40 `CamelEvent` nested event interfaces describing when each event fires - Fix `EventNotifier` class doc (`EventObject` -> `CamelEvent`) and document all 26 ignore/set methods - Document enum constants across 9 enums (`ExchangePattern`, `ServiceStatus`, `BeanScope`, `LoggingLevel`, `ManagementStatisticsLevel`, `ManagementMBeansLevel`, `WaitForTaskToComplete`, `TypeConverterExists`, `StartupSummaryLevel`) - Add class-level Javadoc to `BeanScope` and `CamelClusterService` - Add descriptive Javadoc to 9 `package-info.java` files (catalog, health, vault, console, resume, cluster, support/service, support/jsse) - Convert `Route.java` inline comments to proper Javadoc blocks (7 methods) All changes are Javadoc-only — no functional code modified. ## Test plan - [x] `mvn install -pl core/camel-api -DskipTests` passes - [x] Formatter applied (`mvn formatter:format impsort:sort`) - [x] No generated file changes needed (verified spurious `ExchangeConstantProvider` diff reverted) -- 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]
