Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: 8d914a8f4db7a9dc0df0a0cc990fcd62ba052131
https://github.com/hibernate/hibernate-validator/commit/8d914a8f4db7a9dc0...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2019-06-11 (Tue, 11 Jun 2019)
Changed paths:
M
engine/src/main/java/org/hibernate/validator/internal/engine/PredefinedScopeValidatorContextImpl.java
M
engine/src/test/java/org/hibernate/validator/test/predefinedscope/PredefinedScopeValidatorFactoryTest.java
Log Message:
-----------
HV-1719 Accept setting per-validator TraversableResolver with
PredefinedScopeValidatorFactoryImpl
Commit: f2d5f06fa45780649c842dfdb0db5f649a9c7cec
https://github.com/hibernate/hibernate-validator/commit/f2d5f06fa45780649...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2019-06-12 (Wed, 12 Jun 2019)
Changed paths:
M
engine/src/main/java/org/hibernate/validator/internal/metadata/PredefinedScopeBeanMetaDataManager.java
M engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java
M
engine/src/test/java/org/hibernate/validator/test/predefinedscope/PredefinedScopeValidatorFactoryTest.java
Log Message:
-----------
HV-1718 Support validating unconstrained beans with PredefinedScopeValidatorFactory
Compare:
https://github.com/hibernate/hibernate-validator/compare/1874d9fcdd07...f...