-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tck-challege] Jakarta EE Core TCK's cdi-lite-tck-suite.xml out of sync with CDI's tck-tests.xml #1196
Comments
I seem to be wrong about being able to use excludes in the |
Thanks @jamezp |
The initial Core Profile 10.0.3 TCK is staged at http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl//jakarta-core-profile-tck-10.0.3.zip |
…ng staged TCK http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl//jakarta-core-profile-tck-10.0.3.zip Signed-off-by: Scott Marlow <[email protected]>
…artaee/platform-tck#1196 (#661) * address accepted TCK challenge jakartaee/platform-tck#1196 by promoting staged TCK http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl//jakarta-core-profile-tck-10.0.3.zip * tweak appearance of issue description for Core Profile 10.0.3 TCK service release --------- Signed-off-by: Scott Marlow <[email protected]>
Relevant Information
jakarta.ee.tck.coreprofile:cdi-lite-tck-suite:10.0.1
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
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.If we cannot get this merged and a new Jakarta EE 10 Core Profile TCK released, we're asking that we can explicitly exclude these tests in our test configuration. In our case it will be on the
maven-surefire-plugin
section of ourpom.xml
for the CDI Lite TCK tests.Additional context
The CDI TCK Challenge issues:
The text was updated successfully, but these errors were encountered: