-
Feature Request
-
Resolution: Done
-
Major
-
2.1.0.GA
-
None
-
Compatibility/Configuration
-
Low
The ResteasyJacksonProvider extends the JacksonJsonProvider. This excludes it from properly using JAXB annotations, like @XmlEnumValue. For proper JAXB/JSON support with jackson, the ResteasyJacksonProvider needs to extend the JacksonJaxbJsonProvider or create a new, equivalent provider.