-
Bug
-
Resolution: Done
-
Major
-
7.4.0.GA
-
None
-
False
-
False
-
-
-
-
-
-
+
-
Undefined
-
-
According to org.jboss.as.test.layers.LayersTestCase results, org.slf4j.ext and ch.qos.cal10n modules are not provisioned.
The modules have been removed from upstream [1], but returned back during the conversion from upstream [2]. It seems the issue comes from different runtime dependency setting in org.jboss.as.logging.LoggingModuleDependency [1], which is now RuntimePackageDependency.passive(SLF4J_EXT.moduleName) but used to be RuntimePackageDependency.optional("org.slf4j.ext"). Changing it back to optional helps and the test passes.
- is incorporated by
-
JBEAP-21978 (7.4.z) Upgrade WildFly Core from 15.0.2.Final-redhat-00001 to 15.0.3.Final-redhat-00001
- Closed