gnodet opened a new pull request, #22167: URL: https://github.com/apache/camel/pull/22167
## Summary - Add `ProfileCompletionCandidates` for `--profile` options in `Run.java` and `ExportBaseCommand.java` (dev, test, prod) - Add `JavaVersionCompletionCandidates` for `--java-version` option in `ExportBaseCommand.java` (21, 25) - Add `LoggingLevelCompletionCandidates` to `--logging-level` in `ExportBaseCommand.java` (was missing, already present in Run.java) - Add `OutputFormatCompletionCandidates` for `--output` in `DependencyList.java` (gav, maven, jbang), `Bind.java` (file, yaml, json), and `CamelReceiveAction.java` (text, json) - Add `FormatCompletionCandidates` for `--format` in `TransformRoute.java` (xml, yaml), `Harden.java` (text, markdown), and `Explain.java` (text, markdown) ## Test plan - [x] Code compiles successfully - [x] Verified `--runtime` already has completion candidates in both `ExportBaseCommand.java` and `Run.java` - [x] Verified `--logging-level` already has completion in `Run.java`, `LoggerAction.java`, and `Script.java` - [x] Followed existing completion candidate patterns used throughout the codebase - [ ] CI build and tests pass -- 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]
