[hibernate-commits] [hibernate/hibernate-validator] 1ceb6a: HV-374 Changing the way how JPA 2 is detected.

noreply at github.com noreply at github.com
Wed Nov 17 07:05:11 EST 2010


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

Commit: 1ceb6a61692d00f98443db8ab49e198ed6769a56
    https://github.com/hibernate/hibernate-validator/commit/1ceb6a61692d00f98443db8ab49e198ed6769a56
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-11-17 (Wed, 17 Nov 2010)

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

Log Message:
-----------
HV-374 Changing the way how JPA 2 is detected.

Now we check first for Peristence and then whether the Perisistence instance has a getPersistenceUtil method


Commit: c8ec7b34085f1527fafd75c0237b317d1ee5c663
    https://github.com/hibernate/hibernate-validator/commit/c8ec7b34085f1527fafd75c0237b317d1ee5c663
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-11-17 (Wed, 17 Nov 2010)

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

Log Message:
-----------
HV-374 Making public methods final


Commit: eba6607a555aa3dcdfac0c5d458b402f7396c674
    https://github.com/hibernate/hibernate-validator/commit/eba6607a555aa3dcdfac0c5d458b402f7396c674
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-11-17 (Wed, 17 Nov 2010)

Changed paths:
  M hibernate-validator/src/main/java/org/hibernate/validator/util/ReflectionHelper.java

Log Message:
-----------
HV-374 Improving implementation of getPropertyName and fixing a bug in containsMethod. This method has to call getMethod and not getMethodFromPropertyName


Commit: 1dd6f41c344828abbf393f1957254a5fef8bf774
    https://github.com/hibernate/hibernate-validator/commit/1dd6f41c344828abbf393f1957254a5fef8bf774
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-11-17 (Wed, 17 Nov 2010)

Changed paths:
  M hibernate-validator/src/main/java/org/hibernate/validator/xml/XmlMappingParser.java

Log Message:
-----------
HV-374 After fixing RelectionHelper parsePropertyLevelOverrides has to call containsMethodWithPropertyName instead of containsMethod




More information about the hibernate-commits mailing list