ContentType override is reset when quarkus-rest-client-jackson is a maven dependency #45410
Open
Description
Describe the bug
Quarkus documentation says that Content-Type could be overridden : https://quarkus.io/guides/rest-client#multipart-mixed-odata-usage
It works as expected with quarkus-rest-client dependency. But it doesn't when quarkus-rest-client-jackson is added.
Quarkus 3.15.2 and 3.17.5
Expected behavior
Same behaviour with or without quarkus-rest-client-jackson
Actual behavior
No response
How to Reproduce?
reproducer : https://github.com/benDeMtp/contentype-bug-reproducer
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