You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: