We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Update the Getting Started Reactive guide
Implementation ideas The guide [1] is missing the need for the quarkus-resteasy-mutiny dependency to make mutiny work properly with JAX-RS resources.
quarkus-resteasy-mutiny
[1] https://github.com/quarkusio/quarkus/blob/master/docs/src/main/asciidoc/getting-started-reactive.adoc
The text was updated successfully, but these errors were encountered:
/cc @cescoffier
Sorry, something went wrong.
Update getting-started-reactive according to quarkusio#11239
6c81448
Adding a note to include the Mutiny RESEasy Extension when working with JAX-RS. Fix quarkusio#11239.
23e64e1
6f1a102
Merge pull request #11240 from rafaeltuelho/patch-1
0944dab
Update getting-started-reactive according to #11239
318cc48
Successfully merging a pull request may close this issue.
Description
Update the Getting Started Reactive guide
Implementation ideas
The guide [1] is missing the need for the
quarkus-resteasy-mutiny
dependency to make mutiny work properly with JAX-RS resources.[1] https://github.com/quarkusio/quarkus/blob/master/docs/src/main/asciidoc/getting-started-reactive.adoc
The text was updated successfully, but these errors were encountered: