-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
Release Notes
-
Users must add an ObjectMapper provider which registers a com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule to use JAXB Annotations with JSON.
In RESTEASY-3085 we add the JakartaXmlBindAnnotationModule by default. This should not be done as it users may not want it there by default. In Quarkus they clone the found ObjectMapper and add what is needed there. We may need to consider doing the same.
- is incorporated by
-
WFLY-17020 Upgrade RESTEasy to 6.2.0.Final
- Closed