Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: c623fc64dac8e4830b0874630076ab0de10b71a1
https://github.com/hibernate/hibernate-validator/commit/c623fc64dac8e4830...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-01-24 (Tue, 24 Jan 2017)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/util/CollectionHelper.java
Log Message:
-----------
HV-1222 Update CollectionHelper.iteratorFromArray and add
CollectionHelper.iterableFromArray
Commit: 06fd325bbf0a3ebb89ff8289686ea26df172ca04
https://github.com/hibernate/hibernate-validator/commit/06fd325bbf0a3ebb8...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-01-24 (Tue, 24 Jan 2017)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/util/ReflectionHelper.java
Log Message:
-----------
HV-1222 Use CollectionHelper.iterableFromArray(Object) in ReflectionHelper
... instead of using CollectionHelper.iteratorFromArray(Object)
Compare:
https://github.com/hibernate/hibernate-validator/compare/11815ad751c6...0...