Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 4f6b60e3ee74913c4bb5f1f29cc9a2d51d6ed7e7
https://github.com/hibernate/hibernate-orm/commit/4f6b60e3ee74913c4bb5f1f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-02 (Wed, 02 Feb 2022)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/manytomany/ManyToManyListBidirectionalTest.java
Log Message:
-----------
HHH-15057 Reproducer for exception about order on many-to-many list
Commit: c861e465a7d57be68cd8a62215e9487507d53dff
https://github.com/hibernate/hibernate-orm/commit/c861e465a7d57be68cd8a62...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-02 (Wed, 02 Feb 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
Log Message:
-----------
HHH-15057 Fix exception on persisting bidirectional, list many-to-many association
Compare:
https://github.com/hibernate/hibernate-orm/compare/fef147d6a416...c861e46...