Croway opened a new pull request, #26498:
URL: https://github.com/apache/camel/pull/26498

   ## Why
   
   `RestConfigurationDefinition#component`'s `@Metadata` description, 
`RestConfiguration#setComponent`'s javadoc, and 
`RestConfigurationProperties#withComponent`'s javadoc all give an example list 
of rest consumer components: "netty-http, jetty, servlet, undertow". 
`platform-http` is missing from that prose even though it's already listed in 
the `@Metadata(enums = ...)` on the same field, and it's the component Spring 
Boot / Quarkus users are increasingly steered towards for `rest()` DSL routes.
   
   ## What
   
   Adds `platform-http` to the example list in the three javadoc/`@Metadata` 
locations. Text-only change; the generated JSON schema/catalog resources 
derived from these will pick it up on the next regeneration.
   
   ---
   _Claude Code on behalf of Federico Mariani (@Croway)_


-- 
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]

Reply via email to