davsclaus opened a new pull request, #1837: URL: https://github.com/apache/camel-spring-boot/pull/1837
## Summary - Adds `SpringBootRuntimePropertiesProvider` that enumerates application properties from Spring Boot's `ConfigurableEnvironment` for display in the Properties dev console (Configuration tab in TUI) - Filters out noise: skips `systemProperties`, `systemEnvironment`, `configurationProperties`, and `random` property sources — only shows application-level config - Registered as a bean in `CamelAutoConfiguration` Depends on the `RuntimePropertiesProvider` SPI added in apache/camel#24413. ## Test plan - [x] `camel-spring-boot` builds - [x] Verified with TUI: Configuration tab shows Spring Boot app properties without env var / JVM noise _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]
