Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: c44570757d0b5ee977af3bbaab4d29aa0e0f7acb
https://github.com/hibernate/hibernate-orm/commit/c44570757d0b5ee977af3bb...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/jpa/test/criteria/CriteriaCompilingTest.java
R hibernate-core/src/test/java/org/hibernate/jpa/test/ejb3configuration/Bell.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/ejb3configuration/DisableDiscardPersistenceContextOnCloseTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/ejb3configuration/EnableDiscardPersistenceContextOnCloseTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/ejb3configuration/EntityManagerSerializationTest.java
R hibernate-core/src/test/java/org/hibernate/jpa/test/exception/ExceptionTest.java
R hibernate-core/src/test/java/org/hibernate/jpa/test/exception/Instrument.java
R hibernate-core/src/test/java/org/hibernate/jpa/test/exception/Music.java
R hibernate-core/src/test/java/org/hibernate/jpa/test/exception/Musician.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/factory/SynchronizationTypeTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/factory/puUtil/GetIdentifierTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/factory/puUtil/LegacyEntity.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/factory/puUtil/LegacyEntityPk.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/factory/puUtil/ModernEntity.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/factory/puUtil/NestedLegacyEntity.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/factory/puUtil/NestedLegacyEntityPk.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/indetifier/AssignedInitialValueTableGeneratorConfiguredTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/indetifier/DefaultInitialValueTableGeneratorConfiguredTest.java
R hibernate-core/src/test/java/org/hibernate/jpa/test/inheritance/Fruit.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/inheritance/InheritanceTest.java
R hibernate-core/src/test/java/org/hibernate/jpa/test/inheritance/Strawberry.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/integrationprovider/DtoIntegratorProvider.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/integrationprovider/IntegrationProviderSettingByClassTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/integrationprovider/IntegrationProviderSettingByClassUsingPropertiesTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/integrationprovider/IntegrationProviderSettingByObjectTest.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/integrationprovider/IntegrationProviderSettingByStringTest.java
R hibernate-core/src/test/java/org/hibernate/jpa/test/integrationprovider/Person.java
R
hibernate-core/src/test/java/org/hibernate/jpa/test/integrationprovider/PersonDto.java
A hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ejb3configuration/Bell.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ejb3configuration/DisableDiscardPersistenceContextOnCloseTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ejb3configuration/EnableDiscardPersistenceContextOnCloseTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ejb3configuration/EntityManagerSerializationTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ejb3configuration/NotSerializableClassSettingValueProvider.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ejb3configuration/PersisterClassProviderTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ejb3configuration/PreparedStatementSpyConnectionProviderSettingValueProvider.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/exception/ExceptionTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/jpa/exception/Instrument.java
A hibernate-core/src/test/java/org/hibernate/orm/test/jpa/exception/Music.java
A hibernate-core/src/test/java/org/hibernate/orm/test/jpa/exception/Musician.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/factory/SynchronizationTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/factory/puUtil/GetIdentifierTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/factory/puUtil/LegacyEntity.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/factory/puUtil/LegacyEntityPk.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/factory/puUtil/ModernEntity.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/factory/puUtil/NestedLegacyEntity.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/factory/puUtil/NestedLegacyEntityPk.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/identifier/AssignedInitialValueTableGeneratorConfiguredTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/identifier/DefaultInitialValueTableGeneratorConfiguredTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/jpa/inheritance/Fruit.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/inheritance/InheritanceTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/jpa/inheritance/Strawberry.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/integrationprovider/DtoIntegratorProvider.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/integrationprovider/DtoIntegratorProviderClassNameSettingProvider.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/integrationprovider/DtoIntegratorProviderInstanceSettingProvider.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/integrationprovider/IntegrationProviderSettingByClassTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/integrationprovider/IntegrationProviderSettingByClassUsingPropertiesTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/integrationprovider/IntegrationProviderSettingByObjectTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/integrationprovider/IntegrationProviderSettingByStringTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/integrationprovider/Person.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/integrationprovider/PersonDto.java
M
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/EntityManagerFactoryScope.java
Log Message:
-----------
Migrated more tests from jpa/tests to orm/test/jpa
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>