-
Task
-
Resolution: Done
-
Major
-
None
-
None
In the org.jboss.resteasy.* modules there are some module dependencies listed with export="true". The export should be removed and the dependency should be added in a DUP instead. This allows for the modules to be excluded with a jboss-deployment-structure.xml.
The org.jboss.resteasy.resteasy-jackson2-provider exports the following Jackson modules:
<module name="com.fasterxml.jackson.core.jackson-annotations" export="true"/> <module name="com.fasterxml.jackson.core.jackson-core" export="true"/> <module name="com.fasterxml.jackson.core.jackson-databind" export="true"/> <module name="com.fasterxml.jackson.jakarta.jackson-jakarta-json-provider" export="true"/>
The org.jboss.resteasy.resteasy-rxjava2 exports the following:
<module name="org.reactivestreams" export = "true" /> <module name="io.reactivex.rxjava2.rxjava" export="true" />
- is triggering
-
WFLY-20898 XML bind annotation used for JSON when both are set
-
- Resolved
-