Branch: refs/heads/5.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: 25023486f11749f44eebff940c77a19790573bed
https://github.com/hibernate/hibernate-orm/commit/25023486f11749f44eebff9...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/NonActiveTransactionSessionFindJdbcExceptionHandlingTest.java
Log Message:
-----------
HHH-13737 : Add test case for HHH-13433
Commit: 64eb4c56f7763d8f9fe8c1777e3aa70c0a005b7c
https://github.com/hibernate/hibernate-orm/commit/64eb4c56f7763d8f9fe8c17...
Author: Scott Marlow <smarlow(a)redhat.com>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
Log Message:
-----------
HHH-13433 EntityManager.find() should only check for roll-back-only condition if there
is an active JTA transaction, otherwise ORM should throw throw convert( e, lockOptions )
Commit: edb3c1992c041b32605f7ed4bf38c5cb15b98beb
https://github.com/hibernate/hibernate-orm/commit/edb3c1992c041b32605f7ed...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
Log Message:
-----------
HHH-13737 : Add debug logging
Commit: 39a0c2f714afd745263d0172f8eaffdf2364ae33
https://github.com/hibernate/hibernate-orm/commit/39a0c2f714afd745263d017...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
Log Message:
-----------
HHH-13737 : Correct log message and fix checkstyle failure
Compare:
https://github.com/hibernate/hibernate-orm/compare/a1cc53e79488...39a0c2f...