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

Serialized results that shouldn't appear when CompletableFuture as return value in reactive resteasy with jsonb #20207

Closed
lost22git opened this issue Sep 16, 2021 · 2 comments · Fixed by #20324
Assignees
Labels
area/rest kind/bug Something isn't working
Milestone

Comments

@lost22git
Copy link

Describe the bug

image

but return body in postman:

image

expected:
image

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

windows11

Output of java -version

openjdk 11

GraalVM version (if different from Java)

No response

Quarkus version or git rev

2.2.2-final

Build tool (ie. output of mvnw --version or gradlew --version)

maven

Additional information

No response

@lost22git lost22git added the kind/bug Something isn't working label Sep 16, 2021
@quarkus-bot quarkus-bot bot added env/windows Impacts Windows machines triage/needs-triage labels Sep 16, 2021
@lost22git
Copy link
Author

Use CompletionStage instead, you can solve this problem

@geoand geoand added area/rest and removed env/windows Impacts Windows machines triage/needs-triage labels Sep 22, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 22, 2021

/cc @FroMage, @stuartwdouglas

@geoand geoand self-assigned this Sep 22, 2021
geoand added a commit to geoand/quarkus that referenced this issue Sep 22, 2021
geoand added a commit to geoand/quarkus that referenced this issue Sep 22, 2021
stuartwdouglas added a commit that referenced this issue Sep 26, 2021
Support CompletableFuture as a return type of RESTEasy Reactive Resource methods
@quarkus-bot quarkus-bot bot added this to the 2.4 - main milestone Sep 26, 2021
@geoand geoand modified the milestones: 2.4 - main, 2.3.0.Final Sep 28, 2021
geoand added a commit to geoand/quarkus that referenced this issue Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rest kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants