Branch: refs/heads/6.6
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6b048161195eb8792ad9b8b3800f1d745e60aa9e
https://github.com/hibernate/hibernate-orm/commit/6b048161195eb8792ad9b8b...
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: a5331ad965a7dda4cb342ecc2fe1e86d70ff507a
https://github.com/hibernate/hibernate-orm/commit/a5331ad965a7dda4cb342ec...
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/fbe192a26254...a5331ad...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications