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
Verifying backport for 3.8.6 #41411Ensure that MessageBodyWriter is passed the proper media type and doing a small test coverage in our quarkus test suite, I've noticed that it's not working with quarkus-resteasy, not sure if it's the behavior expected.
Expected behavior
It works same as with quarkus-rest dependency
Actual behavior
MessageBodyWriter<String> is ignored and then the response is not expected.
How to Reproduce?
Clone my reproducer: git clone -b accept-no-header https://github.com/jcarranzan/quarkus-reproducer.git
Execute mvn clean verify
Output:
Response body doesn't match expectation.
Expected: is "Headers response: Hello RESTEasy"
Actual: Hello RESTEasy
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Verifying backport for 3.8.6 #41411 Ensure that MessageBodyWriter is passed the proper media type and doing a small test coverage in our quarkus test suite, I've noticed that it's not working with
quarkus-resteasy
, not sure if it's the behavior expected.Expected behavior
It works same as with
quarkus-rest
dependencyActual behavior
MessageBodyWriter<String>
is ignored and then the response is not expected.How to Reproduce?
git clone -b accept-no-header https://github.com/jcarranzan/quarkus-reproducer.git
mvn clean verify
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: