-
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
Fix doc extension-add.adoc #36452
Fix doc extension-add.adoc #36452
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,10 +79,10 @@ | |
=== Accepting user input | ||
|
||
Let's make the application a bit more interactive. | ||
Open the project in your IDE and navigate to `src/main/java/org/acme/GreetingResource.java' | ||
Open the project in your IDE and navigate to `src/main/java/org/acme/GreetingResource.java` | ||
Check warning on line 82 in docs/src/main/asciidoc/getting-started-dev-services.adoc GitHub Actions / Linting with Vale
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good catch, we will get this in anyway! |
||
Add a query param in the `hello` method. | ||
Check warning on line 83 in docs/src/main/asciidoc/getting-started-dev-services.adoc GitHub Actions / Linting with Vale
|
||
(The `org.jboss.resteasy.reactive.RestQuery` annotation is like the Jakarta REST `@QueryParam` | ||
annotation, except you don't need to duplicate the parameter name.) | ||
Check warning on line 85 in docs/src/main/asciidoc/getting-started-dev-services.adoc GitHub Actions / Linting with Vale
|
||
|
||
[source, java] | ||
---- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks but let's not rush this in as I think it was a bit hard to find a combination that was more or less working for several shells (and OSes).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, if you happen to have a Linux/Windows/macOS boxes (or colleagues with them), it would be nice to test this command with one and multiple extensions (and on Windows, in cmd and Powershell).
Once we have this feedback, we can make an educated decision.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I managed to test the Quarkus Cli using virtual machines 😅
The conclusion is that the command to add extensions always works without quotes for both the cases of adding one or more extensions, across the 3 operating systems.
In detail:
Some screenshots:
quarkus-cli.zip