-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Rest Client Reactive - passing headers with async return type doesn't work #16577
Comments
I think this is related to a bug and pull request I have pushed to resteasy . The Parameter annotations are being ignored when using Uni https://issues.redhat.com/browse/RESTEASY-2872 |
My issue was with the regular original REST client when using Uni not the new reactive client, not sure if this is still using the same code I fixed in the base Resteasy code. |
@spbolton thanks for adding a comment that might be useful :) |
fixes quarkusio#16577 (cherry picked from commit aacd94d)
fixes quarkusio#16577 (cherry picked from commit aacd94d)
with
passing
MyHeader
works but with the following, it doesn't:The text was updated successfully, but these errors were encountered: