[hibernate-commits] [hibernate/hibernate-orm] eaeda2: HHH-12086 - Batch order_inserts: flush during tran...

GitHub noreply at github.com
Mon Nov 13 14:15:22 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: eaeda2f41d2cf364a5bf47019f7e8054c5e6c5ae
      https://github.com/hibernate/hibernate-orm/commit/eaeda2f41d2cf364a5bf47019f7e8054c5e6c5ae
  Author: Vlad Mihalcea <mihalcea.vlad at 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




More information about the hibernate-commits mailing list