Replies: 1 comment 2 replies
-
It is possible and reasonable. Thank you for bringing this up as the same thing came up in Quarkus. I've filed https://issues.redhat.com/browse/RESTEASY-3223 for this. @unru006 do you have an example by chance of how you're creating the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi resteasy-community :-)
We had/have an issue with the
ResteasyJackson2Provider
where in the readFrom and writeTo method default modules are going to be added:We are using a custom object mapper and register our required modules. Exactly this default module
JakartaXmlBindAnnotationModule
, we do not want to have in our object mapper.I suggest that there should be kind of configuration to prevent the automatic inclusion of this module - is that possible and reasonable?
Beta Was this translation helpful? Give feedback.
All reactions