[JBoss JIRA] (WFCORE-4888) Modules in an EAR may use the wrong log context
by James Perkins (Jira)
James Perkins created WFCORE-4888:
-------------------------------------
Summary: Modules in an EAR may use the wrong log context
Key: WFCORE-4888
URL: https://issues.redhat.com/browse/WFCORE-4888
Project: WildFly Core
Issue Type: Bug
Components: Logging
Reporter: James Perkins
Assignee: James Perkins
If a module in an EAR is processed after a module which contains some form of per-deployment logging the modules processed after may use that log context if they do not have their own defined. This doesn't seem like the correct behavior as they should use the log context defined by the EAR itself if they do not have on explicitly defined.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ELY-1944) The org.wildfly.security:wildfly-elytron artefact incorrectly contains the Elytron CDI extension
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/ELY-1944?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated ELY-1944:
----------------------------------
Summary: The org.wildfly.security:wildfly-elytron artefact incorrectly contains the Elytron CDI extension (was: The org.wildfly:wildfly-client-all artefact incorrectly contains the Elytron CDI extension)
> 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.12.0.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}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ELY-1944) The org.wildfly:wildfly-client-all artefact incorrectly contains the Elytron CDI extension
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/ELY-1944?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse moved WFLY-13274 to ELY-1944:
----------------------------------------------
Project: WildFly Elytron (was: WildFly)
Key: ELY-1944 (was: WFLY-13274)
Component/s: (was: Build System)
(was: MP JWT)
(was: Security)
Fix Version/s: 1.10.6.CR1
1.12.0.CR1
1.11.3.CR1
(was: 20.0.0.Beta1)
> The org.wildfly:wildfly-client-all 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.12.0.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}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-13274) The org.wildfly:wildfly-client-all artefact incorrectly contains the Elytron CDI extension
by Darran Lofthouse (Jira)
Darran Lofthouse created WFLY-13274:
---------------------------------------
Summary: The org.wildfly:wildfly-client-all artefact incorrectly contains the Elytron CDI extension
Key: WFLY-13274
URL: https://issues.redhat.com/browse/WFLY-13274
Project: WildFly
Issue Type: Bug
Components: Build System, MP JWT, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 20.0.0.Beta1
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}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-13273) Create tests for WFCORE-4860
by James Perkins (Jira)
James Perkins created WFLY-13273:
------------------------------------
Summary: Create tests for WFCORE-4860
Key: WFLY-13273
URL: https://issues.redhat.com/browse/WFLY-13273
Project: WildFly
Issue Type: Task
Components: Logging
Reporter: James Perkins
Assignee: James Perkins
WFCORE-4860 makes some change in behavior for how the log context selector works. This is to help with some performance issues with Java 9+. The tests need to live in WildFly as we need multiple deployments and EAR's which the core test suite cannot handle.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month