[hibernate-commits] [hibernate/hibernate-validator] 28f423: HV-466 Validate an interface only one time even if...

noreply at github.com noreply at github.com
Tue Apr 26 05:42:39 EDT 2011


Branch: refs/heads/master
Home:   https://github.com/hibernate/hibernate-validator

Commit: 28f4230d824069cbc80d0fe9f1c20f2761b58c73
    https://github.com/hibernate/hibernate-validator/commit/28f4230d824069cbc80d0fe9f1c20f2761b58c73
Author: Kevin Pollet <pollet.kevin at gmail.com>
Date:   2011-04-26 (Tue, 26 Apr 2011)

Changed paths:
  M hibernate-validator/src/main/java/org/hibernate/validator/engine/ValidatorImpl.java

Log Message:
-----------
HV-466 Validate an interface only one time even if it is implemented more than one time in the hierarchy.


Commit: ca720f17750e9eb3c29e9ed6b03c4f3f6400f571
    https://github.com/hibernate/hibernate-validator/commit/ca720f17750e9eb3c29e9ed6b03c4f3f6400f571
Author: Kevin Pollet <pollet.kevin at gmail.com>
Date:   2011-04-26 (Tue, 26 Apr 2011)

Changed paths:
  M hibernate-validator/src/test/java/org/hibernate/validator/test/engine/ValidatorTest.java
  A hibernate-validator/src/test/java/org/hibernate/validator/test/util/CountValidationCalls.java
  A hibernate-validator/src/test/java/org/hibernate/validator/test/util/CountValidationCallsValidator.java

Log Message:
-----------
HV-466 Adding some tests.


Commit: d431d33ded8ec4371165f00174f845691a4505e1
    https://github.com/hibernate/hibernate-validator/commit/d431d33ded8ec4371165f00174f845691a4505e1
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date:   2011-04-26 (Tue, 26 Apr 2011)

Changed paths:
  M hibernate-validator/src/main/java/org/hibernate/validator/engine/ValidatorImpl.java
  M hibernate-validator/src/test/java/org/hibernate/validator/test/engine/ValidatorTest.java
  A hibernate-validator/src/test/java/org/hibernate/validator/test/util/CountValidationCalls.java
  A hibernate-validator/src/test/java/org/hibernate/validator/test/util/CountValidationCallsValidator.java

Log Message:
-----------
Merged pull request #48 from kevinpollet/HV-466.

HV-466: Avoid repeated validation of constraints in certain type hierarchies


Compare: https://github.com/hibernate/hibernate-validator/compare/612f2d1...d431d33


More information about the hibernate-commits mailing list