Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: 77ff40cf3b6598db6d23e74eaf583823042d6445
https://github.com/hibernate/hibernate-validator/commit/77ff40cf3b6598db6...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
M hibernate-validator/pom.xml
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/AbstractTypeVisitor.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/ClassSerializer.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/ClassSerializers.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/ClassUtils.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/DefaultGenericArrayType.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/DefaultParameterizedType.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/DefaultTypeVariable.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/DefaultWildcardType.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/SerializingTypeVisitor.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/TypeUtils.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/TypeVisitor.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/Types.java
A
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/Utils.java
M hibernate-validator/src/main/java/org/hibernate/validator/engine/ConstraintTree.java
M hibernate-validator/src/main/java/org/hibernate/validator/engine/ValidatorImpl.java
M hibernate-validator/src/main/java/org/hibernate/validator/util/ReflectionHelper.java
M
hibernate-validator/src/main/java/org/hibernate/validator/util/ValidatorTypeHelper.java
Log Message:
-----------
HV-534: Copying required JType (0.1.2) classes to HV
Commit: 7135bafea58562c7b46f89c7d46153fec6df7cb3
https://github.com/hibernate/hibernate-validator/commit/7135bafea58562c7b...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/AbstractTypeVisitor.java
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/ClassSerializer.java
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/ClassSerializers.java
M
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/ClassUtils.java
M
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/DefaultGenericArrayType.java
M
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/DefaultParameterizedType.java
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/DefaultTypeVariable.java
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/DefaultWildcardType.java
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/SerializingTypeVisitor.java
M
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/TypeUtils.java
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/TypeVisitor.java
M
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/Types.java
M
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/Utils.java
Log Message:
-----------
HV-534: Removing JType methods/classes not used by HV
Commit: 5ce16c72faab38e27188310e6c3c81944a17db0e
https://github.com/hibernate/hibernate-validator/commit/5ce16c72faab38e27...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2012-01-30 (Mon, 30 Jan 2012)
Changed paths:
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/ClassUtils.java
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/DefaultGenericArrayType.java
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/DefaultParameterizedType.java
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/TypeUtils.java
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/Types.java
R
hibernate-validator/src/main/java/org/hibernate/validator/com/googlecode/jtype/Utils.java
M hibernate-validator/src/main/java/org/hibernate/validator/engine/ConstraintTree.java
M hibernate-validator/src/main/java/org/hibernate/validator/engine/ValidatorImpl.java
M hibernate-validator/src/main/java/org/hibernate/validator/util/Contracts.java
M hibernate-validator/src/main/java/org/hibernate/validator/util/ReflectionHelper.java
A hibernate-validator/src/main/java/org/hibernate/validator/util/TypeHelper.java
R
hibernate-validator/src/main/java/org/hibernate/validator/util/ValidatorTypeHelper.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/util/TypeHelperTest.java
R
hibernate-validator/src/test/java/org/hibernate/validator/test/util/ValidatorTypeTest.java
Log Message:
-----------
HV-534 Reducing the jtype dependency to a single class TypeUtils which got renamed into
TypeHelper.
Adding tests for TypeHelper from jtype and merging ValidatorTypeHelper into TypeHelper
Compare:
https://github.com/hibernate/hibernate-validator/compare/36079d2...5ce16c7