Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 7fc259351575e7e2a61b8ef3c256717813432a6f
https://github.com/hibernate/hibernate-orm/commit/7fc259351575e7e2a61b8ef...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-04-10 (Sat, 10 Apr 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/AbstractImmediateCollectionInitializer.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
M
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
M
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
Log Message:
-----------
AbstractImmediateCollectionInitializer fix NPE
Commit: f6f1cb06d4de292042e845a170313f0ae610ea09
https://github.com/hibernate/hibernate-orm/commit/f6f1cb06d4de292042e845a...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-04-10 (Sat, 10 Apr 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/StandardPojoEntityRepresentationStrategy.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/MappingModelCreationHelper.java
Log Message:
-----------
Fix issue with EmbeddableMappingType creation
Commit: dc21d565d39c012ce6977975bc6898b2d93166ff
https://github.com/hibernate/hibernate-orm/commit/dc21d565d39c012ce697797...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-04-10 (Sat, 10 Apr 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/PluralAttributeMappingImpl.java
M hibernate-core/src/main/java/org/hibernate/sql/results/internal/ResultsHelper.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/original/CollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/filter/DynamicFilterTest.java
Log Message:
-----------
JPA Criteria do not load eagerly JOIN Fecth collections as Hibernate Criteria did
Commit: 951a7611b33a16d849282f758d9eac70efec7218
https://github.com/hibernate/hibernate-orm/commit/951a7611b33a16d849282f7...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-04-10 (Sat, 10 Apr 2021)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/immutable/ImmutableTest.java
Log Message:
-----------
JPA Criteria do not load eagerly JOIN Fecth collections as Hibernate Criteria did
Commit: 6f42929b551c7ee57652343a505e66076102250c
https://github.com/hibernate/hibernate-orm/commit/6f42929b551c7ee57652343...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-04-10 (Sat, 10 Apr 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/Contract.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/ContractVariation.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/Info.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/Owner.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/Party.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/Plan.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/ContractVariation.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/ContractVariationOneToManyJoin.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersioned.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersionedOneToManyJoin.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/ContractVariation.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/ContractVariationOneToManyJoin.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/ContractVariationUnidir.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersioned.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersionedOneToManyJoin.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyUnidirTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Contract.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/ContractVariation.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Info.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Owner.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Party.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Plan.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariation.hbm.xml
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationOneToManyJoin.hbm.xml
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersioned.hbm.xml
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersionedOneToManyJoin.hbm.xml
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariation.hbm.xml
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationOneToManyJoin.hbm.xml
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationUnidir.hbm.xml
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersioned.hbm.xml
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersionedOneToManyJoin.hbm.xml
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyUnidirTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
R
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
Log Message:
-----------
Move tests from org.hibernate.test.immutable to org.hibernate.orm.test.immutable
Commit: ae69a1aeb4a96c46ead23daf27e2a8da8a58dfc7
https://github.com/hibernate/hibernate-orm/commit/ae69a1aeb4a96c46ead23da...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-04-10 (Sat, 10 Apr 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/DerbyDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/MariaDBDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
Log Message:
-----------
Fix MariaDB, DB2 and Derby column type for text type attributes
Compare:
https://github.com/hibernate/hibernate-orm/compare/9c27e411841c...ae69a1a...