You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latter (org.jboss.cdi.tck.tests.definition.bean.types.ManagedBeanTypesTest) causes issues with the TCK passing on Java 21.
I'm not exactly certain on the rules here, but can we exclude the tests via a build configuration? In other words, could a container update its maven-surefire-plugin to explicitly exclude the tests or must the exclusions come from the downloaded TCK itself?
Challenged tests
There are 3 CDI tests that should be excluded from the Jakarta EE Core TCK's CDI Lite TCK that are not:
org.jboss.cdi.tck.tests.implementation.simple.lifecycle.SimpleBeanLifecycleTest
org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContextTest
org.jboss.cdi.tck.tests.definition.bean.types.ManagedBeanTypesTest
TCK Version
Jakarta EE Core TCK 10, specifically the CDI TCK 4.0
Description
The
cdi-lite-tck-suite.xml
is out of sync with CDI'stck-tests.xml
. These tests should be excluded in thecdi-lite-tck-suite.xml
:The latter (
org.jboss.cdi.tck.tests.definition.bean.types.ManagedBeanTypesTest
) causes issues with the TCK passing on Java 21.I'm not exactly certain on the rules here, but can we exclude the tests via a build configuration? In other words, could a container update its
maven-surefire-plugin
to explicitly exclude the tests or must the exclusions come from the downloaded TCK itself?Additional context
The CDI TCK Challenge issues:
The text was updated successfully, but these errors were encountered: