Hibernate Validator

9.1 series latest stable

This series targets to improve performance, introduces new constraints, applies new documentation theme, updates dependencies, includes improvements and bug fixes.

Compatibility

Java 17, 21 or 25
Jakarta Bean Validation 3.1
Jakarta EE 11

Not compatible with your requirements? Have a look at the other series.

See also the Compatibility policy and Maintenance policy.

Documentation

Documentation for Hibernate Validator 9.1 can be accessed through the links below:

Getting started guide HTML PDF

What's new HTML PDF

Migration guide HTML PDF

Reference HTML PDF API (Javadoc)

You can find more documentation for all series on the documentation page.

How to get it

Current series status: latest stable

Maven artifacts of Hibernate Validator are published to Maven Central. Most build tools fetch artifacts from Maven Central by default, but if that's not the case for you, see this page to configure your build tool.

You can find the Maven coordinates of all artifacts through the link below:

Maven artifacts

Below are the Maven coordinates of the main artifacts.

org.hibernate.validator:hibernate-validator-bom:9.1.0.Final
BOM to help manage published Hibernate Validator artifacts
org.hibernate.validator:hibernate-validator:9.1.0.Final
Core implementation
org.hibernate.validator:hibernate-validator-cdi:9.1.0.Final
CDI integration
org.hibernate.validator:hibernate-validator-annotation-processor:9.1.0.Final
Annotation processor
org.hibernate.validator:hibernate-validator-test-utils:9.1.0.Final
Set of test utilities that can help testing custom constraints.

All Maven artifacts of this project released after 2022-02-08 are signed.

To verify signed Maven artifacts, head to this page.

Direct download

Individual Maven artifacts may be downloaded directly from the Maven repository:

Maven Central subdirectory

See here for how to download all dependencies of your Maven project to a local directory on your filesystem.

See here for how to download an explicitly listed set of artifacts to a local directory on your filesystem.

More information about specific releases (announcements, download links) can be found here.

What's new

Latest release announcement (2025-11-07): 9.1.0.Final.

Highlights of new features and enhancements can be found here:

HTML PDF

A detailed list of new features, improvements and fixes in this series can be found on our issue tracker.

Development versions (SNAPSHOTS)

The latest development versions of Maven artifacts for Hibernate Validator are published to the Sonatype Maven Central snapshots repository.

Sonatype Maven Central snapshots subdirectory

You should only need those (unstable) versions for testing recently merged patches, and should never use them in production.

To consume these artifacts, you may need to configure your build tool to fetch artifacts from https://central.sonatype.com/repository/maven-snapshots and to enable snapshots:

Maven Gradle

Releases in this series

9.1.0.CR1

2025-10-29

ASL v2

Minor adjustments to the documentation theme, includes a few bug fixes.

Maven artifacts Resolved issues Release announcement

9.1.0.Beta1

2025-10-22

ASL v2

This series targets to improve performance, introduces new constraints, applies new documentation theme, includes improvements and bug fixes.

Maven artifacts Resolved issues Release announcement

9.1.0.Alpha2

2025-09-19

ASL v2

This series targets to improve performance, includes improvements and bug fixes.

Maven artifacts Resolved issues Release announcement

9.1.0.Alpha1

2025-08-28

ASL v2

This series targets to improve performance, updates dependencies, includes improvements and bug fixes.

Maven artifacts Resolved issues Release announcement

Back to top