Čedomir Igaly
Čedomir Igaly
Jira issue [HHH-19214](https://hibernate.atlassian.net/browse/HHH-19214) Created three new test cases by modifying test cases that are failing in PR [#9819](https://github.com/hibernate/hibernate-orm/pull/9819) . Added are records with unsorted components and used as ID class....
Jira issue [HHH-19935 UuidVersion7Strategy can generate cosecutive UUIDs that are equal](https://hibernate.atlassian.net/browse/HHH-19935) Increment to current sequence number is properly generated so that it never can be zero. ---------------------- By submitting this...
When `ArrayUtil#unwrapArray` is invoked with original array of `Number` elements and `Enum[]` is assignable from array class, it will fail with `IllegalArgumentException`. If this is not expected behaviour, this can...