-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
HostExcludesTestCase tries to get all the possible available extensions by checking the presence of `META-INF/services/org.jboss.as.controller.Extension` in a certain JBoss Modules module.
So that if a module X contains a resource named `META-INF/services/org.jboss.as.controller.Extension`, then the test case assumes this module is a WildFly Extension.
This behaviour has make "org.wildfly.extension.elytron.jaas-realm" be assumed as a regular WildFly extension, however this module is not an extension, it is just a JBoss Modules module that export `org/wildfly/extension/elytron/JaasCustomSecurityRealmWrapper`
- clones
-
WFLY-19378 HostExcludesTestCase assumes that org.wildfly.extension.elytron.jaas-realm is a regular extension
- Resolved
- is incorporated by
-
JBEAP-26816 (8.0.z) Upgrade EAP codebase to 8.0.4.GA-redhat-SNAPSHOT in EAP 8.0 update 3
- Closed
- is related to
-
JBEAP-27081 (8.0.z) WFCORE-6834 - wildfly-elytron-integration jar duplicated in server modules
- Verified