CAMEL-23236: Add tests for Doctor command and Run --example feature#23168
Open
gnodet wants to merge 5 commits into
Open
CAMEL-23236: Add tests for Doctor command and Run --example feature#23168gnodet wants to merge 5 commits into
gnodet wants to merge 5 commits into
Conversation
…he#23155) Bumps `kubernetes-client-version` from 7.6.1 to 7.7.0. Updates `io.fabric8:kubernetes-client` from 7.6.1 to 7.7.0 - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md) - [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0) Updates `io.fabric8:openshift-client` from 7.6.1 to 7.7.0 - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md) - [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0) Updates `io.fabric8:kubernetes-server-mock` from 7.6.1 to 7.7.0 Updates `io.fabric8:mockwebserver` from 7.6.1 to 7.7.0 Updates `io.fabric8:kubernetes-httpclient-vertx` from 7.6.1 to 7.7.0 - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md) - [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0) Updates `io.fabric8:openshift-model` from 7.6.1 to 7.7.0 Updates `io.fabric8:knative-model` from 7.6.1 to 7.7.0 --- updated-dependencies: - dependency-name: io.fabric8:kubernetes-client dependency-version: 7.7.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.fabric8:openshift-client dependency-version: 7.7.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.fabric8:kubernetes-server-mock dependency-version: 7.7.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.fabric8:mockwebserver dependency-version: 7.7.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.fabric8:kubernetes-httpclient-vertx dependency-version: 7.7.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.fabric8:openshift-model dependency-version: 7.7.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.fabric8:knative-model dependency-version: 7.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `swagger-openapi3-java-parser-version` from 2.1.41 to 2.1.42. Updates `io.swagger.parser.v3:swagger-parser-v3` from 2.1.41 to 2.1.42 Updates `io.swagger.parser.v3:swagger-parser` from 2.1.41 to 2.1.42 - [Release notes](https://github.com/swagger-api/swagger-parser/releases) - [Commits](swagger-api/swagger-parser@v2.1.41...v2.1.42) --- updated-dependencies: - dependency-name: io.swagger.parser.v3:swagger-parser-v3 dependency-version: 2.1.42 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.swagger.parser.v3:swagger-parser dependency-version: 2.1.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tor, and contextual help - Add interactive template picker to camel init (--list flag, arrow-key selection) - Add camel run --example for zero-to-running experience with bundled examples - Add camel doctor diagnostic command for environment/dependency checks - Extend did-you-mean suggestions to more commands in CatalogBaseCommand - Add context-aware shell banner (detects route files, shows quick-start hints) - Improve Camel-Kit discoverability (add KIT plugin type) - Include bundled example route files (timer-log, cron-log, rest-api) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
CAMEL-23236
Adds missing test coverage for the new features introduced in #23160:
camel doctorcommand returns exit code 0 and reports all diagnostic sections (Java, JBang, Camel, Maven, Container, Ports, Disk space)--example-listoutput,--examplewith empty value lists examples, unknown example returns error with did-you-mean suggestion, and option parsingAll 13 tests pass on JDK 17/21/25.
Claude Code on behalf of Guillaume Nodet