Integrates Hibernate Validator with CDI (Contexts and Dependency Injection) for Jakarta EE environments.
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-cdi</artifactId>
<version>8.0.3.Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Produce a HibernateValidator bean for CDI injection.
Ensure your application runs in a Jakarta EE 9+ container or includes a CDI implementation.
No dependency data recorded yet.