CAMEL-23226: Expand tab completion candidates in camel-jbang commands#22167
Merged
CAMEL-23226: Expand tab completion candidates in camel-jbang commands#22167
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
…ration
- Fix MVEL template NPE when deprecated command has null deprecationNote
- Fix sanitizer ordering to remove (${COMPLETION-CANDIDATES}) before ${COMPLETION-CANDIDATES}
- Fix empty parentheses in generated option descriptions
- Generate missing camel-jbang-wrapper.adoc doc page
- Regenerate all affected command documentation pages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
🧪 CI tested the following changed modules:
All tested modules (26 modules)
|
Revert tooling changes (MVEL template NPE fix, sanitizer ordering fix) to avoid triggering the docs module in CI, which causes a race condition between gulp scandir and concurrent test temp directory creation. The tooling fixes will be submitted in a separate PR. The metadata JSON and doc pages are already fixed directly in this PR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove generated doc pages and metadata changes from this PR to avoid triggering the docs module in CI. The docs module has a known race condition with concurrent test execution. The metadata and docs will be regenerated when the tooling fixes are merged separately. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
oscerd
approved these changes
Mar 21, 2026
oscerd
approved these changes
Mar 23, 2026
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.
JIRA: CAMEL-23226
Summary
ProfileCompletionCandidatesfor--profileoptions inRun.javaandExportBaseCommand.java(dev, test, prod)JavaVersionCompletionCandidatesfor--java-versionoptions (17, 21, 25)completionCandidatesto--output-formatoptions inDependencyList,Explain, and other commands--logging-level(DEBUG, INFO, WARN, ERROR, OFF, TRACE)--body-typeinCamelReceiveAction(auto, string, file, binary)--runtimeinHardenandTransformRoute(camel-main, spring-boot, quarkus)BindcommandTest plan
--profileshowing dev, test, prod--java-versionshowing 17, 21, 25--output-formatshowing text, json, yaml