JSR-303 TCK


License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate.jsr303.tck
ArtifactId

ArtifactId

jsr303-tck
Last Version

Last Version

1.0.8.GA
Release Date

Release Date

Type

Type

jar
Description

Description

JSR-303 TCK
JSR-303 TCK
Project URL

Project URL

http://validator.hibernate.org
Source Code Management

Source Code Management

http://github.com/beanvalidation/beanvalidation-tck

Download jsr303-tck

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.testng : testng jar 5.8
javax.validation : validation-api jar 1.0.0.GA
org.jboss.test-audit : jboss-test-audit-api jar 1.0.0
org.jboss.test-harness » jboss-test-harness-api jar 1.1.0-CR9
org.jboss.test-harness » jboss-test-harness jar 1.1.0-CR9

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.jsr303.tck

Bean Validation

API, specification, TCK and website of the Bean Validation spec (currently migrated to the Jakarta EE umbrella)

Versions

Version
1.0.8.GA
1.0.7.GA
1.0.6.GA
1.0.5.GA
1.0.5.Beta1
1.0.4.GA
1.0.3.GA
1.0.2.GA
1.0.1.GA
1.0.0.GA
1.0.0.Alpha6
1.0.0.Alpha5
1.0.0.Alpha4
1.0.0.Alpha3
1.0.0.Alpha2
1.0.0.Alpha1