Hibernate Validator
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.
For this project, you can find a list of releases (with release notes) here:
implementation("io.micronaut.beanvalidation:micronaut-hibernate-validator")You can find the source code of this project in this repository: