Download Latest Version hibernate-search-5.8.0.Final-dist.zip (35.0 MB)
Email in envelope

Get an email when there's a new version of Hibernate

Name Modified Size InfoDownloads / Week
Parent folder
beanvalidation-tck-dist-2.0.0.CR1.tar.gz 2017-06-29 7.8 MB
beanvalidation-tck-dist-2.0.0.CR1.zip 2017-06-29 8.6 MB
changelog.txt 2017-06-29 13.3 kB
README.md 2017-06-29 1.9 kB
Totals: 4 Items   16.5 MB 0

Bean Validation TCK

Version: 2.0.0.CR1 - 29-06-2017

This repository contains the Bean Validation 2.0 (JSR 380) TCK.

Build from Source

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

mvn clean install -s settings-example.xml

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 Bean 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 Bean Validation TCK issue tracker is BVTCK.

Source: README.md, updated 2017-06-29