-
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
Quick starts example 'Using HTTP with Reactive Messaging' is not working; the import javax.ws cannot be resolved. #24948
Comments
I guess the command should have the
|
I create a PR for the first-extension guide: #24957 |
Regarding the missing |
A conditional dependency of what? |
Ok I thought it was needed by reactive-messaging, but it's just the guide example which needs it. So it's just a matter of adding it to the create command, I am updating the issue: quarkiverse/quarkus-reactive-messaging-http#59 |
Closing as the downstream issue is fixed. |
Describe the bug
Following guide Using HTTP With Reactive Messaging using the creating the Maven Project method, generates error the import javax.ws cannot be resolved.
Expected behavior
Following a guide as a beginner, i expect the outcome is working as described.
Actual behavior
Code does not compile, the import javax.ws cannot be resolved.
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
Extension io.quarkus:quarkus-resteasy-reactive is missing from the Create a new project with the following command example.
The text was updated successfully, but these errors were encountered: