Micronaut Hibernate Validator Configuration

Provides integration between Micronaut and Hibernate Validator

Version:

1 Introduction

The micronaut-hibernate-validator module includes support for validating Micronaut beans with Hibernate Validator.

A jakarta.validation.ValidatorFactory bean will be created using Hibernate Validator that is capable of validating jakarta.validation annotations on Micronaut beans.

See the section on Bean Validation in the documentation for how to declare bean validation rules.

2 Release History

For this project, you can find a list of releases (with release notes) here:

3 Configuring Hibernate Validator

implementation("io.micronaut.beanvalidation:micronaut-hibernate-validator")
<dependency>
    <groupId>io.micronaut.beanvalidation</groupId>
    <artifactId>micronaut-hibernate-validator</artifactId>
</dependency>

4 Repository

You can find the source code of this project in this repository: