Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 8ab82f1401c8f38332a046d231f4d6c712a2fc7b
https://github.com/hibernate/hibernate-orm/commit/8ab82f1401c8f38332a046d...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/component/genericinheritance/EmbeddableGenericsAndInterfaceTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/component/genericinheritance/ExampleEmbedded.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/component/genericinheritance/ExampleEntity.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/component/genericinheritance/ExampleSuperClassEmbedded.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/component/genericinheritance/UserEntity.java
Log Message:
-----------
HHH-16755 Add test for issue
Commit: 6f96ce41d1ce78b10b5efdfe8ca82b0be3fef108
https://github.com/hibernate/hibernate-orm/commit/6f96ce41d1ce78b10b5efdf...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/ClassPropertyHolder.java
Log Message:
-----------
HHH-16755 Consider inherited properties when handling generics
Compare:
https://github.com/hibernate/hibernate-orm/compare/7a75a0734bf8...6f96ce4...