Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: deb376ab5da71ca5cf2d885e331dfb7e8fb76070
https://github.com/hibernate/hibernate-orm/commit/deb376ab5da71ca5cf2d885...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BinderHelper.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/cuk/JoinColumnOccursOutOfOrderTest.java
Log Message:
-----------
fix for HHH-16263
use a LinkedHashSet so that things are more deterministic
this is perhaps not a "complete" fix, but it will have to do for now