snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

RESTEasy Reactive: Customised Jackson ObjectMapper not used #263

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Expected behavior If the ObjectMapper is customised then it should be used when serialising JSON as it does with normal RestEASY.

Actual behavior Some other ObjectMapper is being used, causing customised mapping to be ignored.

To Reproduce

git clone https://github.com/bcluap/quarkus-examples.git cd quarkus-examples/resteasy-reactive mvn clean test

Configuration Nothing specific

Environment (please complete the following information): Nothing specific


https://github.com/quarkusio/quarkus/issues/15018


$upstream:15018$