Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: 6b6cf97e9452492d11128a726ddf962848c0453b
https://github.com/hibernate/hibernate-validator/commit/6b6cf97e9452492d1...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-07-05 (Wed, 05 Jul 2017)
Changed paths:
M
engine/src/test/java/org/hibernate/validator/test/internal/engine/path/NodeImplTest.java
Log Message:
-----------
HV-1419 Migrate to the new @Valid behavior and some cleanup
Commit: 96b9896c7b195e349fd489f59b1277c58d385ba1
https://github.com/hibernate/hibernate-validator/commit/96b9896c7b195e349...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-07-05 (Wed, 05 Jul 2017)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/engine/path/NodeImpl.java
A engine/src/main/java/org/hibernate/validator/path/ContainerElementNode.java
M
engine/src/test/java/org/hibernate/validator/test/internal/engine/path/NodeImplTest.java
Log Message:
-----------
HV-1419 Introduce an HV specific ContainerElementNode with a getValue() method
Commit: 9fa6671e6387559396f2a8fb70ea68c12980d715
https://github.com/hibernate/hibernate-validator/commit/9fa6671e638755939...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-07-05 (Wed, 05 Jul 2017)
Changed paths:
M
engine/src/main/java/org/hibernate/validator/internal/metadata/core/MetaConstraint.java
Log Message:
-----------
HV-1419 Set the value of the node even when navigating through nested
container elements
Compare:
https://github.com/hibernate/hibernate-validator/compare/be5f4e13106d...9...