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

Align Reactive RestEasy default mime types #16184

Closed
michalszynkiewicz opened this issue Apr 1, 2021 · 0 comments · Fixed by #16994
Closed

Align Reactive RestEasy default mime types #16184

michalszynkiewicz opened this issue Apr 1, 2021 · 0 comments · Fixed by #16994
Assignees
Milestone

Comments

@michalszynkiewicz
Copy link
Member

At the moment, resteasy reactive content type is set to plaintext for string return type and json otherwise by default.
The rest client on the other hand is aligned to the MicroProfile specification and always uses application/json by default.

This needs to be aligned, probably it would be best to change the client to behave like server and have a switch so that it can be compliant with the spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant