davsclaus opened a new pull request, #24329: URL: https://github.com/apache/camel/pull/24329
## Summary - TUI run options form now lets users choose runtime (Camel Main, Spring Boot, Quarkus) when running from folder or examples - Export passes `exportBaseDir` so Spring Boot and Quarkus exports work correctly from any directory - Profile (dev/prod) toggle added to run options form; exported `application.properties` includes `camel.main.profile` - Move `profile` from `MainConfigurationProperties` to `DefaultConfigurationProperties` so Spring Boot config generator picks it up and all runtimes can use it - `ProfileConfigurer.configureCommon()` now sets `tracingStandby` so SB/Quarkus also get dev-mode tracing support - TUI Browse Files supports navigating subdirectories (enter/esc to navigate in/out, `..` to go up) - TUI restart disabled for Spring Boot and Quarkus until reliable; error notifications persist 15 seconds **Note:** Companion Spring Boot changes (calling `ProfileConfigurer.configureCommon`, dev profile support in tracer/error-registry/security auto-configurations) will be in a separate camel-spring-boot PR. ## Test plan - [ ] Run TUI, select a folder-based example, pick Spring Boot runtime, verify it exports and runs - [ ] Run TUI, select a folder-based example, pick Quarkus runtime, verify it exports and runs - [ ] Verify dev profile toggle works: set profile=dev, check that tracing/health/dev-console are enabled - [ ] Browse Files on a Maven project: navigate into `src/main/java/...` subdirectories and back out - [ ] Verify restart works for Camel Main and shows "not supported" notification for SB/Quarkus _Claude Code on behalf of Claus Ibsen_ Co-Authored-By: Claude <[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]
