[hibernate-commits] [hibernate/hibernate-orm] 8655d6: HHH-13666 Remove some dead code in tests related t...

Yoann Rodière noreply at github.com
Thu Oct 17 09:54:22 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 8655d683e68fc335c74affd71f48d627bdb846dd
      https://github.com/hibernate/hibernate-orm/commit/8655d683e68fc335c74affd71f48d627bdb846dd
  Author: Yoann Rodière <yoann at 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/250f56933925d8b1b41f1d41f4001762cbd785b2
  Author: Yoann Rodière <yoann at 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/f9c149ab0db9215d2fc45837b67b227c0bb5b77b
  Author: Yoann Rodière <yoann at 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/5c8169ba7cd81b5ab9ac282bd5c596f25c7d7f9b
  Author: Yoann Rodière <yoann at 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/6cdb0256d41e873b67a8a6ce40a6d1ee5a4b6599
  Author: Yoann Rodière <yoann at 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...6cdb0256d41e



More information about the hibernate-commits mailing list