-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[jaxrs-spec][quarkus] Feat: Add an option to use "org.jboss.resteasy.reactive.RestResponse" #21877
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
base: master
Are you sure you want to change the base?
Conversation
thanks for the PR cc @bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01) @karismann (2019/03) @Zomzog (2019/04) @lwlee2608 (2019/10) @martin-mfg (2023/08) |
did you test this PR locally to confirm it works for your use cases? |
Hi @wing328, I just tested, and I confirm that version "7.16.0-SNAPSHOT" works on my project 👍 |
i tested with
but the output won't compile does it work for you locally in your machine? |
please also follow step 3 in the PR checklist to update samples and doc |
instead of adding a new option, what about updating the existing one |
+1 |
PR for #21424
useJBossResponse
to use typedorg.jboss.resteasy.reactive.RestResponse
instead ofjavax.ws.rs.core.Response
(see here)