]
Darran Lofthouse updated ELY-1944:
----------------------------------
Fix Version/s: (was: 1.12.0.CR1)
The org.wildfly.security:wildfly-elytron artefact incorrectly
contains the Elytron CDI extension
------------------------------------------------------------------------------------------------
Key: ELY-1944
URL:
https://issues.redhat.com/browse/ELY-1944
Project: WildFly Elytron
Issue Type: Bug
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 1.10.6.CR1, 1.11.3.CR1
This means if the artefact is included in a deployment the JWT activation is incorrectly
triggered but with some dependencies missing leading to an error such as the following.
{code}
09:46:44,391 WARN [org.jboss.modules.define] (MSC service thread 1-1) Failed to define
class org.wildfly.security.mp.jwt.JWTCDIExtension in Module
"deployment.XXXX.ear" from Service Module Loader:
java.lang.NoClassDefFoundError: Failed to link org/wildfly/security/mp/jwt/JWTCDIExtension
(Module "deployment.XXXX.ear" from Service Module Loader):
io/smallrye/jwt/auth/cdi/SmallRyeJWTAuthCDIExtension
at java.lang.ClassLoader.defineClass1(ClassLoader.java)
{code}