Branch: refs/heads/5.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 4c04d35b4c73dd593556b3445e603fc654f10069
https://github.com/hibernate/hibernate-orm/commit/4c04d35b4c73dd593556b34...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2016-09-15 (Thu, 15 Sep 2016)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/context/internal/ThreadLocalSessionContext.java
M
hibernate-core/src/test/java/org/hibernate/test/connections/ThreadLocalCurrentSessionTest.java
Log Message:
-----------
HHH-11067 - Proxy-wrapped Sessions
(ThreadLocalSessionContext.TransactionProtectionWrapper) handle equals incorrectly
(cherry picked from commit aaa32ebed5b9d70697b3a8dbe287ebc19d60bf2a)
(cherry picked from commit a53e3ed1267ad3a2113daf0ba2359a9c588c2db9)
Commit: 4a2993211b6fc17a1bcf8fb46b3ad882840b4099
https://github.com/hibernate/hibernate-orm/commit/4a2993211b6fc17a1bcf8fb...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2016-09-15 (Thu, 15 Sep 2016)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/context/internal/ThreadLocalSessionContext.java
Log Message:
-----------
HHH-11067 : Fix to work with JDK6 souce
(cherry picked from commit df2432d68426a40c0e2ef8d8412b8a90820096c5)
Compare:
https://github.com/hibernate/hibernate-orm/compare/3bf744c20912...4a29932...