[hibernate/hibernate-validator] cbdee2: HV-725 Adding description of cross-parameter const...
by GitHub
Branch: refs/heads/HV-725
Home: https://github.com/hibernate/hibernate-validator
Commit: cbdee2fee69f1c246c90a1f6bede3b763ed8ec52
https://github.com/hibernate/hibernate-validator/commit/cbdee2fee69f1c246...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M documentation/src/main/docbook/en-US/modules/customconstraints.xml
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParameterValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParameters.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ConsistentDateParametersTest.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssert.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertObjectValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertParametersValidator.java
A documentation/src/test/java/org/hibernate/validator/referenceguide/chapter04/crossparameter/ScriptAssertTest.java
Log Message:
-----------
HV-725 Adding description of cross-parameter constraints
11 years, 9 months
[hibernate/hibernate-orm] 33640a: HHH-8164 - Deprecate @Sort in favor of @SortNatura...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 33640ae2bdd37a0102e21f5a3ff8a47f0d6361b5
https://github.com/hibernate/hibernate-orm/commit/33640ae2bdd37a0102e21f5...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/OrderBy.java
M hibernate-core/src/main/java/org/hibernate/annotations/Sort.java
A hibernate-core/src/main/java/org/hibernate/annotations/SortComparator.java
A hibernate-core/src/main/java/org/hibernate/annotations/SortNatural.java
M hibernate-core/src/main/java/org/hibernate/annotations/SortType.java
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/BagBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/SetBinder.java
Log Message:
-----------
HHH-8164 - Deprecate @Sort in favor of @SortNatural and @SortComparator
Commit: 692959a48e8f6f03ecdbade60a99d9879a61bdfb
https://github.com/hibernate/hibernate-orm/commit/692959a48e8f6f03ecdbade...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/ForeignKey.java
Log Message:
-----------
HHH-8170 - Deprecate Hibernate @ForeignKey in favor of JPA 2.1 introduced @ForeignKey annotation
Compare: https://github.com/hibernate/hibernate-orm/compare/9c3bad3b2dd4...692959a...
11 years, 9 months