Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: eaeda2f41d2cf364a5bf47019f7e8054c5e6c5ae
https://github.com/hibernate/hibernate-orm/commit/eaeda2f41d2cf364a5bf470...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
Log Message:
-----------
HHH-12086 - Batch order_inserts: flush during transaction causes incorrect insert
ordering and subsequent constraint violation
Add a maximum iteration threshold, to avoid a stack overflow error in case there will be
circular dependency that's not properly detected