Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: aa76d057d940b555a11cee507c34ce3d940aa051
https://github.com/hibernate/hibernate-orm/commit/aa76d057d940b555a11cee5...
Author: Markus Heiden <markus(a)markusheiden.de>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/HHH16122Test.java
Log Message:
-----------
[HHH-16122] Add test to reproduce problem
Commit: f2842732f89281d53df79fcee5409fc681444e80
https://github.com/hibernate/hibernate-orm/commit/f2842732f89281d53df79fc...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/ClassPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyBinder.java
Log Message:
-----------
[HHH-16122] Fix determining the type of a property during type variable resolving for
mapped superclasses
Compare:
https://github.com/hibernate/hibernate-orm/compare/63715770e94f...f284273...