-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Workaround Exists
-
-
---
-
---
The org.jboss.resteasy.microprofile.config module is in WildFly, however it's not exported to deployments. In the RESTEasy galleon pack module the exports this module as an optional module dependency.
<!-- Optional dependencies if we have the MicroProfile Config available. Note we need to export the org.jboss.resteasy.microprofile.config as it will be loaded from another module loader. --> <module name="org.eclipse.microprofile.config.api" optional="true"/> <module name="org.jboss.resteasy.microprofile.config" export="true" services="export" optional="true"/>
Something similar should be done in WildFly. This can be done either via the org.jboss.resteasy.resteasy-core module like in the RESTEasy galleon pack or it needs to be added to deployments via a DUP.
Note too that while doing this the module name should be removed LayersTestCase.NOT_USED_COMMON array as it should be added correctly after this change.