gnodet opened a new pull request, #23196: URL: https://github.com/apache/camel/pull/23196
## Summary Final batch of Javadoc improvements for the camel-api module, addressing all remaining issues from the analysis: **Grammar and typo fixes:** - `RoutePolicyFactory`: "automatic" -> "automatically" + added registration docs - `HeaderFilterStrategy`: "plug-able" -> "pluggable", "filter header" -> "filter headers" - `StreamCachingStrategy`: "aas" -> "as" (3x) + replaced tautological class doc - `ResumeAction`: "and interface" -> "an interface" - `WritableHealthCheckRepository`: fixed incorrect copy-paste class description - `CamelContext`: fixed 6 "its" -> "it's" (contraction) occurrences **Undocumented API elements:** - `TypeConverter.MISS_VALUE`: added sentinel value description - `Experimental.revision()`: added annotation element description **Method-level Javadoc added to 6 classes:** - `PropertiesValidationResult` (42 methods) - `VaultConfiguration` (28 methods) - `HealthCheckResultBuilder` (14 methods) - `ResumeStrategy` (2 methods) - `BaseService` (32 methods) - `RestConfiguration` (65 methods) **Exception constructor @param tags:** - Added to 24 remaining exception classes (CamelException, ValidationException, RollbackExchangeException, ExpressionEvaluationException, etc.) All changes are Javadoc-only — no functional code modified. 38 files changed, 384 insertions. ## 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 -- 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]
