Skip to content

Latest commit

 

History

History
 
 

dist-build

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Jakarta CDI TCK

Jakarta Contexts and Dependency Injection (CDI) is a Jakarta standard for dependency injection and contextual lifecycle management. This is the TCK for CDI.

This distribution, as a whole, is licensed under the terms of the Apache Public License, while the final distribution used for compatibility testing is under the EFTL. The bundled LICENSE file will dictate which license applies to the TCK distribution.

This distribution consists of:

artifacts/

– TCK binaries and sources, packaged as jars
– specification audit (source and report)
– TestNG suite.xml file for running the TCK (probably outdated)

doc/

– A detailed reference guide for the current version of TCK in both pdf and html formats

lib/

– Maven project to get all TCK dependencies

weld/

– TCK runner for using Weld (the CDI RI) with JBoss AS

jboss-tck-runner/

– maven-based TCK runner for WildFly

porting-package-lib/

– Maven project to get all Weld Porting Package dependencies

Software Requirements

  • A Java SE 11 runtime

  • Maven 3.6.x

Installation

To install the zip file distribution of TCK into local repository:

  • unzip/untar the distribution file to create a cdi-tck-x.y.z directory.

  • Use the artifacts/artifact-install.sh script to install the TCK artifacts into a local maven repo.

  • Read the doc/cdi-tck-reference-guide.pdf for setup against your compatible implementation

Note that you can also simply consume CDI-TCK artifacts from Maven Central.

Running against Wildfly / Weld

  • download Wildfly server in respective version and unzip to create a wildfly-{$version}.Final directory

  • Set the JBOSS_HOME environment variable to the path of the wildfly-{$version}.Final directory

  • Checkout the weld-core repository git clone https://github.com/weld/core.git weld-core

  • Change directory to weld-core

  • git checkout a version that is present in the WildFly server you downloaded, Weld website shows a table that captures which Weld versions are in which WildFly servers

  • Run mvn clean package -Dtck -f jboss-as/pom.xml to install TCK ext lib into wildfly-{$version}.Final (needed for 4 tests)

  • Run embedded container tests: mvn clean verify -f jboss-tck-runner/pom.xml

  • Run incontainer, full EE set [1800+ tests] mvn clean verify -Dincontainer -f jboss-tck-runner/pom.xml

  • Run SE tests [30+ tests] mvn clean verify -Dincontainer=se -f jboss-tck-runner/pom.xml

Where to file challenges

Challenges and bug reports should be filed against the TCK project issue tracker at https://github.com/eclipse-ee4j/cdi-tck/issues