Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 3d5c6b9c8e28c85e8bb92f739ae48bfedb64df75
https://github.com/hibernate/hibernate-orm/commit/3d5c6b9c8e28c85e8bb92f7...
Author: Čedomir Igaly <cedomir.igaly(a)zg.t-com.hr>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/inheritance/embeddable/InheritedPropertyTest.java
Log Message:
-----------
HHH-19195 Test case using classes described in
https://in.relation.to/2024/07/12/embeddable-inheritance/
Commit: 11ef49037eeb17821a06be529bf145327fe2e130
https://github.com/hibernate/hibernate-orm/commit/11ef49037eeb17821a06be5...
Author: Čedomir Igaly <cedomir.igaly(a)zg.t-com.hr>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/EmbeddableBinder.java
Log Message:
-----------
HHH-19195 Discriminator values should be hierarchically sorted.
While collecting they are inserted in proper order, but TreeMap will
not preserver ordering, but sort them alphabetically by names.
To keep values order LinkedHashMap should be used instead of TreeMap.
Compare:
https://github.com/hibernate/hibernate-orm/compare/0e18a545a3f6...11ef490...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications