Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 4a59e2d002e7f8b07c0bf75998e76f10140bd98a
https://github.com/hibernate/hibernate-orm/commit/4a59e2d002e7f8b07c0bf75...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2021-05-03 (Mon, 03 May 2021)
Changed paths:
R
hibernate-core/src/test/java/org/hibernate/jpa/test/transaction/CloseEntityManagerWithActiveTransactionTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/transaction/JtaReusingEntityTransactionTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/transaction/TransactionJoiningTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/transaction/TransactionRollbackTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/transaction/TransactionRolledBackInDifferentThreadTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/CloseEntityManagerWithActiveTransactionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/GetTransactionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/JtaGetTransactionThrowsExceptionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/JtaPlatformNonStringValueSettingProvider.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/JtaReusingEntityTransactionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/SynchronizationTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/TransactionJoiningTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/TransactionRollbackTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/TransactionRolledBackInDifferentThreadTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/batch/AbstractJtaBatchTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/batch/JtaWithFailingBatchTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/batch/JtaWithStatementsBatchTest.java
Log Message:
-----------
HHH-14503 - Migration of tests from jpa/test to orm/test/jpa
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Commit: 28d7f4801986f9778552db6a1fae2ee36c4bd9f3
https://github.com/hibernate/hibernate-orm/commit/28d7f4801986f9778552db6...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-05-03 (Mon, 03 May 2021)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/CloseEntityManagerWithActiveTransactionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/GetTransactionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/SynchronizationTypeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/TransactionCommitFailureTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/TransactionJoinHandlingChecker.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/TransactionJoiningTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/TransactionRollbackTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/TransactionRolledBackInDifferentThreadTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/batch/JtaWithFailingBatchTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/batch/JtaWithStatementsBatchTest.java
Log Message:
-----------
HHH-14503 - Migration of tests from jpa/test to orm/test/jpa
Commit: 8936034d2943a94904026e39b19bf9faaaee134a
https://github.com/hibernate/hibernate-orm/commit/8936034d2943a94904026e3...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-05-03 (Mon, 03 May 2021)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/SynchronizationTypeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/TransactionJoinHandlingChecker.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/TransactionRollbackTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/batch/JtaWithStatementsBatchTest.java
Log Message:
-----------
HHH-14503 - Migration of tests from jpa/test to orm/test/jpa
Compare:
https://github.com/hibernate/hibernate-orm/compare/9bbad43e7526...8936034...