-
Task
-
Resolution: Done
-
Major
-
None
-
None
The LRA MicroProfile TCK has a dependency on org.jboss.narayana.rts:lra-test-arquillian-extension. That dependency has a dependency on org.jboss.weld.se:weld-se-shaded. This shaded JAR includes JBoss Logging which causes issues with the[ JBoss Logging upgrade to 3.6.0|https://issues.redhat.com/browse/WFCORE-6883]. Really, we should need any org.jboss.weld.se dependencies for the TCK as we should be running inside WildFly.
The fix will be to simply exclude all org.jboss.weld.se dependencies from the org.jboss.narayana.rts:lra-test-arquillian-extension in the TCK POM.
- blocks
-
WFCORE-6883 Upgrade to jboss-logging 3.6.0 / jboss-logging-tools 3.0.0
- Resolved