-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus CLI - Some expected errors lead to a stacktrace and they shouldn't #41513
Milestone
Comments
/cc @brunobat (opentelemetry,tracing), @ebullient (picocli), @radcortez (opentelemetry,tracing) |
Merged
gsmet
changed the title
Picocli - Some expected errors lead to a stacktrace and they shouldn't
Quarkus CLI - Some expected errors lead to a stacktrace and they shouldn't
Jul 2, 2024
This is not a problem with the Picocli extension but specific to the Quarkus CLI. PR in the works... |
gsmet
added a commit
to gsmet/quarkus
that referenced
this issue
Jul 2, 2024
We want to check for the missing commands only, any other error will have to be handled by Picocli later (and thus will properly handle the formatting of the feedback and avoid a stacktrace). Fixes quarkusio#41513
gsmet
added a commit
to gsmet/quarkus
that referenced
this issue
Jul 2, 2024
We want to check for the missing commands only, any other error will have to be handled by Picocli later (and thus will properly handle the formatting of the feedback and avoid a stacktrace). Fixes quarkusio#41513
gsmet
added a commit
to gsmet/quarkus
that referenced
this issue
Jul 2, 2024
We want to check for the missing commands only, any other error will have to be handled by Picocli later (and thus will properly handle the formatting of the feedback and avoid a stacktrace). Fixes quarkusio#41513 (cherry picked from commit f2455e3)
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this issue
Jul 31, 2024
We want to check for the missing commands only, any other error will have to be handled by Picocli later (and thus will properly handle the formatting of the feedback and avoid a stacktrace). Fixes quarkusio#41513
gsmet
added a commit
to gsmet/quarkus
that referenced
this issue
Aug 14, 2024
We want to check for the missing commands only, any other error will have to be handled by Picocli later (and thus will properly handle the formatting of the feedback and avoid a stacktrace). Fixes quarkusio#41513 (cherry picked from commit f2455e3)
danielsoro
pushed a commit
to danielsoro/quarkus
that referenced
this issue
Sep 20, 2024
We want to check for the missing commands only, any other error will have to be handled by Picocli later (and thus will properly handle the formatting of the feedback and avoid a stacktrace). Fixes quarkusio#41513
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the case of
quarkus config enc
, if I forget the parameter, I end up with a stacktrace which is not really expected: we should have a standard Picocli error output and not a full stacktrace as this is a standard use case of the CLI and not an underlying error.The text was updated successfully, but these errors were encountered: