Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-validator
Commit: 3304647fa6c5cccb5d66448d8fb90640e53fa912
https://github.com/hibernate/hibernate-validator/commit/3304647fa6c5cccb5...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M
engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorFactoryConfigurationHelper.java
A
engine/src/test/java/org/hibernate/validator/test/cfg/NonHibernateValidatorConfigTest.java
Log Message:
-----------
HV-1821 Support using a non-Hibernate Validator configuration class
It was supported before and got broken. It stayed unnoticed because we
didn't have a test for that so adding a proper test too.