Hibernate Validator Test Utils

Aggregator of the Hibernate Validator modules.

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-validator-test-utils
Last Version

Last Version

5.4.3.Final
Release Date

Release Date

Type

Type

jar
Description

Description

Hibernate Validator Test Utils
Aggregator of the Hibernate Validator modules.

Download hibernate-validator-test-utils

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.validation : validation-api jar 1.1.0.Final

provided (3)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
org.testng : testng jar 6.8
org.assertj : assertj-core jar 3.5.2

Project Modules

There are no modules declared in this project.

Hibernate Validator

Version: 7.0.0.Alpha6 - 22-07-2020

What is it?

This is the reference implementation of Jakarta Bean Validation 3.0. Jakarta Bean Validation defines a metadata model and API for JavaBean as well as method validation. The default metadata source are annotations, with the ability to override and extend the metadata through the use of XML validation descriptors.

Documentation

The documentation for this release is included in the docs directory of the distribution package or can be accessed online.

Release Notes

The full list of changes for this release can be found in changelog.txt.

System Requirements

JDK 8 or above.

Using Hibernate Validator

  • In case you use the distribution archive from the download site, copy dist/hibernate-validator-<version>.jar together with all jar files from dist/lib/required into the classpath of your application. For the purposes of logging, Hibernate Validator uses the JBoss Logging API, an abstraction layer which supports several logging solutions such (e.g. log4j or the logging framework provided by the JDK) as implementation. Just add a supported logging library to the classpath (e.g. log4j-<version>.jar) and JBoss Logging will delegate any log requests to that provider.

  • Add the following artifact to your Maven/Ivy/Gradle dependency list:

      <dependency>
          <groupId>org.hibernate.validator</groupId>
          <artifactId>hibernate-validator</artifactId>
          <version>7.0.0.Alpha6</version>
      </dependency>
    

    You also need an API and implementation of the Unified Expression Language. These dependencies must be explicitly added in an SE environment. In a Jakarta EE environment, they are often already provided.

      <dependency>
         <groupId>org.glassfish</groupId>
         <artifactId>jakarta.el</artifactId>
         <version>4.0.0-RC2</version>
      </dependency>
    
  • Jakarta Bean Validation defines integration points with CDI. If your application runs in an environment which does not provide this integration out of the box, you may use the Hibernate Validator CDI portable extension by adding the following dependency:

      <dependency>
         <groupId>org.hibernate.validator</groupId>
         <artifactId>hibernate-validator-cdi</artifactId>
         <version>7.0.0.Alpha6</version>
      </dependency>
    
  • hibernate-validator-annotation-processor-<version>.jar is an optional jar which can be integrated with your build environment respectively IDE to verify that constraint annotations are correctly used. Refer to the online documentation for more information.

Licensing

Hibernate Validator itself as well as the Jakarta Bean Validation API and TCK are all provided and distributed under the Apache Software License 2.0. Refer to license.txt for more information.

Build from Source

You can build Hibernate Validator from source by cloning the git repository git://github.com/hibernate/hibernate-validator.git. You will also need a JDK 8+ and Maven 3 (>= 3.3.1). With these prerequisites in place you can compile the source via:

mvn clean install

There are more build options available as well. For more information refer to Contributing to Hibernate Validator.

Continuous Integration

The official Continuous Integration service for the project is hosted on ci.hibernate.org.

We provide a .travis.yml file so that you can enable CI for your GitHub fork by enabling the build in your Travis CI account.

Hibernate Validator URLs

org.hibernate

Hibernate

Versions

Version
5.4.3.Final
5.4.2.Final
5.4.1.Final
5.4.0.Final
5.4.0.CR1
5.4.0.Beta1
5.3.6.Final
5.3.5.Final
5.3.4.Final
5.3.3.Final
5.3.2.Final
5.3.1.Final
5.3.0.Final
5.3.0.CR1
5.3.0.Alpha1
5.2.5.Final
5.2.4.Final
5.2.3.Final
5.2.2.Final
5.2.1.Final
5.2.0.Final
5.2.0.CR1