CAMEL-24260: Add Spring Boot configuration metadata dev console - #1864
Merged
davsclaus merged 1 commit intoJul 27, 2026
Merged
Conversation
Add a dev console 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 allows the TUI to provide quick docs for Spring Boot properties (server.port, spring.datasource.url, 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. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Croway
approved these changes
Jul 27, 2026
davsclaus
deleted the
feature/CAMEL-24260-spring-boot-config-metadata-dev-console
branch
July 27, 2026 08:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
spring-boot-configuration) that scans allMETA-INF/spring-configuration-metadata.jsonresources on the classpath, merges them, and exposes the combined property metadata as a JSON endpointserver.port,spring.datasource.url,management.endpoint.*, etc.) alongside the existing Camel catalog metadatafilteroption for pattern-based property name matching. Includes deprecated properties with replacement info.Test plan
spring-boot-configurationconsole endpointClaude Code on behalf of Claus Ibsen
🤖 Generated with Claude Code