Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 8655d683e68fc335c74affd71f48d627bdb846dd
https://github.com/hibernate/hibernate-orm/commit/8655d683e68fc335c74affd...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-10-17 (Thu, 17 Oct 2019)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/tm/AfterCompletionTest.java
M
hibernate-core/src/test/java/org/hibernate/test/tm/BeforeCompletionFailureTest.java
Log Message:
-----------
HHH-13666 Remove some dead code in tests related to transactions
Commit: 250f56933925d8b1b41f1d41f4001762cbd785b2
https://github.com/hibernate/hibernate-orm/commit/250f56933925d8b1b41f1d4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-10-17 (Thu, 17 Oct 2019)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/test/tm/AfterCompletionTest.java
R
hibernate-core/src/test/java/org/hibernate/test/tm/BeforeCompletionFailureTest.java
A hibernate-core/src/test/java/org/hibernate/test/tm/JtaAfterCompletionTest.java
A
hibernate-core/src/test/java/org/hibernate/test/tm/JtaBeforeCompletionFailureTest.java
M
hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaTransactionAfterCallbackTest.java
Log Message:
-----------
HHH-13666 Clarify that existing BeforeCompletion/AfterCompletion tests are about JTA
only
Commit: f9c149ab0db9215d2fc45837b67b227c0bb5b77b
https://github.com/hibernate/hibernate-orm/commit/f9c149ab0db9215d2fc4583...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-10-17 (Thu, 17 Oct 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
Log Message:
-----------
HHH-13666 Throw a HibernateException with a more appropriate message upon
beforeTransactionCompletion/afterTransactionCompletion failure
Commit: 5c8169ba7cd81b5ab9ac282bd5c596f25c7d7f9b
https://github.com/hibernate/hibernate-orm/commit/5c8169ba7cd81b5ab9ac282...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-10-17 (Thu, 17 Oct 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
Log Message:
-----------
HHH-13666 Re-use the wrapped exception's message upon
beforeTransactionCompletion/afterTransactionCompletion failure
For convenience.
Commit: 6cdb0256d41e873b67a8a6ce40a6d1ee5a4b6599
https://github.com/hibernate/hibernate-orm/commit/6cdb0256d41e873b67a8a6c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-10-17 (Thu, 17 Oct 2019)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/actionqueue/CustomAfterCompletionTest.java
A
hibernate-core/src/test/java/org/hibernate/test/actionqueue/CustomBeforeCompletionTest.java
Log Message:
-----------
HHH-13666 Test custom
BeforeTransactionCompletionProcess/AfterTransactionCompletionProcess
Compare:
https://github.com/hibernate/hibernate-orm/compare/81d5f5eb219d...6cdb025...