Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 944 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 944 Bytes

Sample runner repo Jakarta Data 1.0 TCK against Hibernate Data Repositories

A sample runner for validating the Hibernate Data Repositories implementation against the Jakarta Data 1.0 TCK.

This uses the Hibernate ORM 6.6.0.Alpha1 release

Dependencies:

Java SE

The Java SE version in use needs to be 17 or higher.

Jakarta Data API and TCK 1.0.0-RC1

  1. download https://www.eclipse.org/downloads/download.php?file=/ee4j/data/jakartaee/staged/eftl/data-tck-1.0.0.zip
  2. unizip data-tck-1.0.0.zip
  3. cd data-tck-1.0.0/artifacts
  4. bash artifact-install.sh

Jakarta Data Tools Fork

  1. cd tools
  2. mvn -Pstaging install

Build the augmented TCK test jar in this repo

  1. cd testjar
  2. mvn -Pstaging install

Running the Standalone TCK

  1. cd runner
  2. mvn -Pstaging test

Running the TCK in WildFly

  1. cd runner-web
  2. mvn -Pstaging -Pinstall-wildfly clean process-sources
  3. mvn test