Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 16460cf3ab5400555f7e62e47c2efa2735eae3ef
https://github.com/hibernate/hibernate-orm/commit/16460cf3ab5400555f7e62e...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/AllTables.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Area.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Attrset.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Attrvalue.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Captain.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/CasimirParticle.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Chaos.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Darkness.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Dictionary.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Dimensions.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Employee.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Employeegroup.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Identity.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Mark.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/NamedQueryTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Night.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/QueryAndSQLTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/QueryListParametersWithFetchSubSelectTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/SpaceShip.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/SynonymousDictionary.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Twilight.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/DeleteWithSubqueryTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/AllTables.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Area.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Attrset.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Attrvalue.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Captain.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/query/CasimirParticle.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Chaos.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Darkness.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dictionary.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dimensions.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Employee.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/query/Employeegroup.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Identity.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Mark.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/query/NamedQueryTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Night.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryListParametersWithFetchSubSelectTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/SpaceShip.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/query/SynonymousDictionary.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Twilight.java
A hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/query/orm.xml
R hibernate-core/src/test/resources/org/hibernate/test/annotations/query/orm.xml
M migration-guide.adoc
Log Message:
-----------
Re-enable additional tests
Commit: 91cc3d8d51ec6e8b2a354357d96a9c8b29f011f6
https://github.com/hibernate/hibernate-orm/commit/91cc3d8d51ec6e8b2a35435...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/dynamicparameterized/AbstractEntity.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/dynamicparameterized/DynamicParameterizedTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/dynamicparameterized/Entity1.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/dynamicparameterized/Entity2.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/dynamicparameterized/MyStringType.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/uniqueconstraint/Building.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/uniqueconstraint/House.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/uniqueconstraint/MySQLDropConstraintThrowsExceptionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/uniqueconstraint/Room.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/uniqueconstraint/UniqueConstraintBatchingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/uniqueconstraint/UniqueConstraintTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/type/dynamicparameterized/AbstractEntity.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/type/dynamicparameterized/DynamicParameterizedTypeTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/type/dynamicparameterized/Entity1.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/type/dynamicparameterized/Entity2.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/type/dynamicparameterized/MyStringType.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Building.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/House.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/MySQLDropConstraintThrowsExceptionTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Room.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintBatchingTest.java
Log Message:
-----------
Re-enabled additional tests
Commit: 0fd83cf649f78f67a282a90177e2f92d6415e0ec
https://github.com/hibernate/hibernate-orm/commit/0fd83cf649f78f67a282a90...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/results/DomainResultCreationStateImpl.java
Log Message:
-----------
Fix resolving id columns for NativeQuery with inplicit joins and aliases
Commit: 9ef99082e106da89e409366bd2a8564522289aee
https://github.com/hibernate/hibernate-orm/commit/9ef99082e106da89e409366...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/results/DomainResultCreationStateImpl.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/Antenna.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/Conductor.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/GeneratedTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/IndexTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/OptimisticLockAnnotationTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/ProfessionalAgreement.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/Truck.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/Vehicule.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/various/Antenna.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/various/Conductor.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/various/GeneratedTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/various/ProfessionalAgreement.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/various/Truck.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/various/Vehicule.java
Log Message:
-----------
Re-enabled additional tests
Commit: 9bd5360bf233599c80e69275c71d8350aaf60b97
https://github.com/hibernate/hibernate-orm/commit/9bd5360bf233599c80e6927...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/ConfigurationValidationTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/TestingConnectionProvider.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/discriminator/DiscriminatorMultiTenancyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/schema/AbstractSchemaBasedMultiTenancyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/schema/CurrentTenantResolverMultiTenancyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/schema/Customer.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/schema/Invoice.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/schema/SchemaBasedDataSourceMultiTenancyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/schema/SchemaBasedMultiTenancyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/schema/TenantResolverConfigurationTest.java
R
hibernate-core/src/test/java/org/hibernate/test/multitenancy/ConfigurationValidationTest.java
R
hibernate-core/src/test/java/org/hibernate/test/multitenancy/TestingConnectionProvider.java
R
hibernate-core/src/test/java/org/hibernate/test/multitenancy/discriminator/DiscriminatorMultiTenancyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/AbstractSchemaBasedMultiTenancyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/CurrentTenantResolverMultiTenancyTest.java
R hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/Customer.java
R hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/Invoice.java
R
hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/SchemaBasedDataSourceMultiTenancyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/SchemaBasedMultiTenancyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/TenantResolverConfigurationTest.java
Log Message:
-----------
Re-enabled additional tests
Commit: 7fa5d45175efa4a2fa7deadf5a3df764bb4ce97d
https://github.com/hibernate/hibernate-orm/commit/7fa5d45175efa4a2fa7dead...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/results/DomainResultCreationStateImpl.java
M hibernate-core/src/main/java/org/hibernate/query/results/ResultsHelper.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/interceptor/InterceptorTest.java
Log Message:
-----------
Fix resolving id columns for NativeQuery with inplicit joins and aliases
Commit: b43639216712e1940073d797ce30d2d01def4cf5
https://github.com/hibernate/hibernate-orm/commit/b43639216712e1940073d79...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/usertypes/EnumUserType.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/usertypes/TestEntity.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/usertypes/TestEntity.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/usertypes/TestEnum.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/usertypes/TestEnumType.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/usertypes/UserTypeMappingTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mixed/Document.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mixed/DocumentInterceptor.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mixed/Folder.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mixed/Item.hbm.xml
A hibernate-core/src/test/java/org/hibernate/orm/test/mixed/Item.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mixed/MixedTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mixed/SecureDocument.java
R hibernate-core/src/test/java/org/hibernate/test/mapping/usertypes/EnumUserType.java
R
hibernate-core/src/test/java/org/hibernate/test/mapping/usertypes/TestEntity.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/mapping/usertypes/TestEntity.java
R hibernate-core/src/test/java/org/hibernate/test/mapping/usertypes/TestEnum.java
R
hibernate-core/src/test/java/org/hibernate/test/mapping/usertypes/TestEnumType.hbm.xml
R
hibernate-core/src/test/java/org/hibernate/test/mapping/usertypes/UserTypeMappingTest.java
R hibernate-core/src/test/java/org/hibernate/test/mixed/Document.java
R hibernate-core/src/test/java/org/hibernate/test/mixed/DocumentInterceptor.java
R hibernate-core/src/test/java/org/hibernate/test/mixed/Folder.java
R hibernate-core/src/test/java/org/hibernate/test/mixed/Item.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/mixed/Item.java
R hibernate-core/src/test/java/org/hibernate/test/mixed/MixedTest.java
R hibernate-core/src/test/java/org/hibernate/test/mixed/SecureDocument.java
Log Message:
-----------
Re-enable additional tests
Commit: 9392b94ee7b9885777556396644db9993dad0bd4
https://github.com/hibernate/hibernate-orm/commit/9392b94ee7b988577755639...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/MatchingIdSelectionHelper.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/inheritance/InheritanceDeleteBatchTest.java
R
hibernate-core/src/test/java/org/hibernate/test/inheritance/InheritanceDeleteBatchTest.java
Log Message:
-----------
Fix MatchingIdSelectionHelper#selectMatchingIds
Commit: 47416b9e24244099579da6b59efa4c27956c08df
https://github.com/hibernate/hibernate-orm/commit/47416b9e24244099579da6b...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M documentation/src/test/java/org/hibernate/userguide/sql/SQLTest.java
M
hibernate-core/src/main/java/org/hibernate/query/results/DomainResultCreationStateImpl.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/reventity/LocalDateTimeTest.java
Log Message:
-----------
Fixup review comments
Compare:
https://github.com/hibernate/hibernate-orm/compare/430071027cb7...47416b9...