Skip to content

jakartaee/validation-tck

Repository files navigation

!# Jakarta Validation TCK Version: 3.1.0 - 24-01-2024

This repository contains the Jakarta Validation 3.1 TCK.

Build from Source

You can build the TCK from source by cloning the git repository https://github.com/jakartaee/validation-tck You will also need a JDK 17 and Maven 3. With these prerequisites in place you can compile the source via:

mvn clean install

After successful execution you can find the full distribution bundles in distribution/target. To inspect the different test artifacts and the TCK coverage report refer to tests/target/artifacts and tests/target/coverage-report respectively.

Documentation

The documentation for the TCK is included in the docs directory of the distribution package or viewable online.

If you are looking at a quick start for testing your Jakarta Validation provider implementation against this TCK have a look at the setup-examples directory. It contains a setup example for Ant and Maven.

Release Notes

The release notes for this release can be found here.

Issue tracking

The Jakarta Validation TCK issue tracker is hosted on GitHub.