It's not a breaking change because in the current implementation we simply skip the first valid id to start from the next, the difference is that with the fix we will use all the available id in the hilo range
Oskar Berggren
June 9, 2016 at 3:22 PM
Is the current behaviour same or different compared to Java Hibernate?
When a new higth value is generated the new ids will be uselessly incremented by one.
Also the TableHiloGenerator had the same issue 1209 but the bug has been fixed only for it.