Skip to content
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

Properly determine return type in RESTEasy Reactive methods #23502

Merged
merged 2 commits into from
Feb 8, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Feb 8, 2022

This is done in order to support complex return types like
Uni<RestResponse<AsyncFile>>

Fixes: #23489

This is done in order to support complex return types like
`Uni<RestResponse<AsyncFile>>`

Fixes: quarkusio#23489
@geoand geoand requested a review from stuartwdouglas February 8, 2022 16:58
@stuartwdouglas stuartwdouglas merged commit 84a10ea into quarkusio:main Feb 8, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Feb 8, 2022
@geoand geoand deleted the #23489 branch February 9, 2022 14:47
@gsmet gsmet modified the milestones: 2.8 - main, 2.7.2.Final Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RestEasy reactive InputStream response using wrong writer
3 participants