[hibernate-commits] [hibernate/hibernate-orm] 55a85d: Test for HHH-8615 (no fix).
GitHub
noreply at github.com
Tue Aug 4 22:16:43 EDT 2015
Branch: refs/heads/4.3
Home: https://github.com/hibernate/hibernate-orm
Commit: 55a85d6a66a0d2dbf28835fe1dfc742ac7a1ae0e
https://github.com/hibernate/hibernate-orm/commit/55a85d6a66a0d2dbf28835fe1dfc742ac7a1ae0e
Author: Daniel Gredler <daniel.gredler at 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/524f7f60c5e816c8fed7a7c586cafc4e0cabade3
Author: Steve Ebersole <steve at 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...524f7f60c5e8
More information about the hibernate-commits
mailing list