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

   ## Summary
   
   - Adds `RuntimePropertiesProvider` SPI in `camel-api` that allows runtimes 
(Spring Boot, Quarkus) to contribute application properties for display in the 
Properties dev console
   - Updates `PropertiesDevConsole` to query all `RuntimePropertiesProvider` 
beans from the registry and merge their properties into text and JSON output
   - The SPI is read-only and does not affect placeholder resolution
   
   The Spring Boot implementation is in a companion PR in `camel-spring-boot`.
   Quarkus follow-up: https://github.com/apache/camel-quarkus/issues/8825
   
   ## Test plan
   
   - [x] `camel-api` builds
   - [x] `camel-console` builds
   - [ ] Verified with TUI showing Spring Boot app properties in Configuration 
tab
   
   _Claude Code on behalf of Claus Ibsen_
   
   Co-Authored-By: Claude Opus 4.6 <[email protected]>


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