Jakarta Bean Validation TCK Test Suite

Jakarta Bean Validation TCK test suite

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate.beanvalidation.tck
ArtifactId

ArtifactId

beanvalidation-tck-tests
Last Version

Last Version

2.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Jakarta Bean Validation TCK Test Suite
Jakarta Bean Validation TCK test suite
Project Organization

Project Organization

Eclipse Foundation

Download beanvalidation-tck-tests

How to add to project

<!-- https://jarcasting.com/artifacts/org.hibernate.beanvalidation.tck/beanvalidation-tck-tests/ -->
<dependency>
    <groupId>org.hibernate.beanvalidation.tck</groupId>
    <artifactId>beanvalidation-tck-tests</artifactId>
    <version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.beanvalidation.tck/beanvalidation-tck-tests/
implementation 'org.hibernate.beanvalidation.tck:beanvalidation-tck-tests:2.0.6'
// https://jarcasting.com/artifacts/org.hibernate.beanvalidation.tck/beanvalidation-tck-tests/
implementation ("org.hibernate.beanvalidation.tck:beanvalidation-tck-tests:2.0.6")
'org.hibernate.beanvalidation.tck:beanvalidation-tck-tests:jar:2.0.6'
<dependency org="org.hibernate.beanvalidation.tck" name="beanvalidation-tck-tests" rev="2.0.6">
  <artifact name="beanvalidation-tck-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.beanvalidation.tck', module='beanvalidation-tck-tests', version='2.0.6')
)
libraryDependencies += "org.hibernate.beanvalidation.tck" % "beanvalidation-tck-tests" % "2.0.6"
[org.hibernate.beanvalidation.tck/beanvalidation-tck-tests "2.0.6"]

Dependencies

compile (7)

Group / Artifact Type Version
org.testng : testng jar 6.9.9
org.assertj : assertj-core jar 3.7.0
jakarta.validation : jakarta.validation-api jar 2.0.2
org.jboss.test-audit : jboss-test-audit-api jar 1.1.3.Final
org.jboss.arquillian.testng : arquillian-testng-container jar 1.1.11.Final
org.jboss.shrinkwrap.descriptors : shrinkwrap-descriptors-impl-javaee jar 2.0.0-alpha-10
jakarta.interceptor : jakarta.interceptor-api jar 1.2.4

provided (4)

Group / Artifact Type Version
jakarta.enterprise : jakarta.enterprise.cdi-api jar 2.0.1
jakarta.ejb : jakarta.ejb-api jar 3.2.5
jakarta.annotation : jakarta.annotation-api jar 1.3.4
jakarta.el : jakarta.el-api jar 3.0.2

Project Modules

There are no modules declared in this project.

Jakarta Bean Validation TCK

Version: 2.0.5 - 05-08-2019

This repository contains the Jakarta Bean Validation 3.0 TCK.

Build from Source

You can build the TCK from source by cloning the git repository https://github.com/eclipse-ee4j/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

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 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 Jakarta Bean Validation TCK issue tracker is hosted on GitHub.

org.hibernate.beanvalidation.tck

Eclipse EE4J

The Eclipse EE4J Project

Versions

Version
2.0.6
2.0.5
2.0.4.Final
2.0.3.Final
2.0.2.Final
2.0.1.Final
2.0.0.Final
2.0.0.CR3
2.0.0.CR2
2.0.0.CR1
2.0.0.Beta2
2.0.0.Beta1
2.0.0.Alpha3
2.0.0.Alpha2
2.0.0.Alpha1
1.1.4.Final
1.1.3.Final
1.1.2.Final
1.1.1.Final
1.1.0.Final
1.1.0.CR5
1.1.0.CR4
1.1.0.CR3
1.1.0.CR2
1.1.0.CR1
1.1.0.Beta3
1.1.0.Beta2
1.1.0.Beta1