Branch: refs/heads/4.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: 55a85d6a66a0d2dbf28835fe1dfc742ac7a1ae0e
https://github.com/hibernate/hibernate-orm/commit/55a85d6a66a0d2dbf28835f...
Author: Daniel Gredler <daniel.gredler(a)gmail.com>
Date: 2015-08-04 (Tue, 04 Aug 2015)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/annotations/type/dynamicparameterized/AbstractEntity.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/type/dynamicparameterized/DynamicParameterizedTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/type/dynamicparameterized/Entity1.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/type/dynamicparameterized/Entity2.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/type/dynamicparameterized/MyStringType.java
Log Message:
-----------
Test for HHH-8615 (no fix).
(cherry picked from commit 8c8e729b3d535653e53c736a566834bc49bc552f)
Commit: 524f7f60c5e816c8fed7a7c586cafc4e0cabade3
https://github.com/hibernate/hibernate-orm/commit/524f7f60c5e816c8fed7a7c...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2015-08-04 (Tue, 04 Aug 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/SimpleValueBinder.java
Log Message:
-----------
HHH-8615 - Shared type parameters results in inconsistent internal model (especially
with DynamicParameterizedType)
Compare:
https://github.com/hibernate/hibernate-orm/compare/649f4a32a604...524f7f6...