[hibernate-commits] [hibernate/hibernate-orm] 287c0e: Temporary fix until the SPIs can be reworked. Rem...

GitHub noreply at github.com
Wed May 2 13:43:54 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 287c0eba8839a713030b151ce13ce07f072a114c
      https://github.com/hibernate/hibernate-orm/commit/287c0eba8839a713030b151ce13ce07f072a114c
  Author: Shawn Clowater <Shawn.Clowater at entero.com>
  Date:   2012-05-01 (Tue, 01 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionCoordinator.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/test/java/org/hibernate/sharedSession/SessionWithSharedConnectionTest.java

  Log Message:
  -----------
  Temporary fix until the SPIs can be reworked.  Remove the transaction observer on Session close and added some checks to ensure the session is still open when the listeners fire.


  Commit: a4954798167b6bfe6b8c0a21730b39d097211b16
      https://github.com/hibernate/hibernate-orm/commit/a4954798167b6bfe6b8c0a21730b39d097211b16
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java

  Log Message:
  -----------
  HHH-7239 - have session remove itself from list of transaction observers on close


Compare: https://github.com/hibernate/hibernate-orm/compare/779e70d...a495479


More information about the hibernate-commits mailing list