[hibernate-commits] [hibernate/hibernate-validator] 30c9f4: HV-395 Reducing the amount of time validationConte...

noreply at github.com noreply at github.com
Wed Dec 1 10:23:04 EST 2010


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

Commit: 30c9f4f03fece74886326ab54d667037a6d74c5d
    https://github.com/hibernate/hibernate-validator/commit/30c9f4f03fece74886326ab54d667037a6d74c5d
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-12-01 (Wed, 01 Dec 2010)

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

Log Message:
-----------
HV-395 Reducing the amount of time validationContext.markProcessed is called. It is enough to call it once per validated entity. There is no need to call it for each validation of an entity property




More information about the hibernate-commits mailing list