davsclaus opened a new pull request, #1864:
URL: https://github.com/apache/camel-spring-boot/pull/1864

   ## Summary
   
   - Add a new dev console (`spring-boot-configuration`) that scans all 
`META-INF/spring-configuration-metadata.json` resources on the classpath, 
merges them, and exposes the combined property metadata as a JSON endpoint
   - This enables the TUI to provide inline quick docs for Spring Boot 
properties (`server.port`, `spring.datasource.url`, `management.endpoint.*`, 
etc.) alongside the existing Camel catalog metadata
   - The scan is lazy (first call) and cached. Supports `filter` option for 
pattern-based property name matching. Includes deprecated properties with 
replacement info.
   
   ## Test plan
   
   - [x] Unit tests verify metadata loading, JSON/text output, filter option, 
and field structure
   - [ ] Manual verification: run a Spring Boot Camel app with dev console 
enabled and call the `spring-boot-configuration` console endpoint
   
   _Claude Code on behalf of Claus Ibsen_
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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