Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6c53a9d1abf1bb2e38cfbb986a8bb33188aacfb9
https://github.com/hibernate/hibernate-orm/commit/6c53a9d1abf1bb2e38cfbb9...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2021-11-01 (Mon, 01 Nov 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/internal/AbstractSharedSessionContract.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
Log Message:
-----------
HHH-14903 The new getConfiguredJdbcBatchSize method optimisation should apply to
StatelessSession as well
Commit: ccd58ee499eefca66664ef0305679ae85367c655
https://github.com/hibernate/hibernate-orm/commit/ccd58ee499eefca66664ef0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/internal/InFlightMetadataCollectorImpl.java
M
hibernate-core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java
Log Message:
-----------
HHH-14918 Always process components containing an ID copy as we would any other FK
Commit: 2e1f7b5d89dffca6cd2502ebb3f4e487078d7934
https://github.com/hibernate/hibernate-orm/commit/2e1f7b5d89dffca6cd2502e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/idclass/IdClassForNestedIdWithAssociationTest.java
Log Message:
-----------
HHH-14918 Test entity with composite ID containing an association to another entity
which itself has a composite ID containing an association to another entity
Commit: e9a933fe68c1f50499e5c8db1536179640c9cbef
https://github.com/hibernate/hibernate-orm/commit/e9a933fe68c1f50499e5c8d...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/internal/InFlightMetadataCollectorImpl.java
M
hibernate-core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java
M
hibernate-core/src/main/java/org/hibernate/internal/AbstractSharedSessionContract.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
A
hibernate-core/src/test/java/org/hibernate/test/idclass/IdClassForNestedIdWithAssociationTest.java
Log Message:
-----------
Merge remote-tracking branch 'upstream/main' into wip/6.0_merge
Compare:
https://github.com/hibernate/hibernate-orm/compare/0eee5ff5b0ef...e9a933f...