Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5b8377eaed8387b0121ff2b3a63067a464b17905
https://github.com/hibernate/hibernate-orm/commit/5b8377eaed8387b0121ff2b...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-05-12 (Tue, 12 May 2026)
Changed paths:
M .gitignore
M
hibernate-core/src/main/java/org/hibernate/action/queue/internal/FlushCoordinator.java
M
hibernate-core/src/main/java/org/hibernate/action/queue/internal/decompose/entity/EntityInsertMutationPlanner.java
M
hibernate-core/src/main/java/org/hibernate/action/queue/internal/decompose/entity/PostInsertHandling.java
M
hibernate-core/src/main/java/org/hibernate/action/queue/internal/exec/AbstractStepExecutor.java
M
hibernate-core/src/main/java/org/hibernate/action/queue/spi/bind/GeneratedValuesCollector.java
M hibernate-core/src/main/java/org/hibernate/cfg/FlushSettings.java
M
hibernate-core/src/main/java/org/hibernate/dialect/temporal/OracleTemporalTableSupport.java
M
hibernate-core/src/main/java/org/hibernate/dialect/temporal/TemporalTableSupport.java
M
hibernate-core/src/main/java/org/hibernate/sql/ast/tree/from/NamedTableReference.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/action/queue/proof/InsertOrderingReferenceSeveralDifferentSubclassTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/action/queue/proof/InsertOrderingWithSelfManyToOneAndChildrenManyToOneEntities.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/ondelete/OnDeleteTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/ondeletecascade/OnDeleteJoinedInheritanceTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/proxy/MultipleSessionFactoriesProxyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/readonly/ReadOnlyNamedQueryTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/readonly/ReadOnlyProxyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/readonly/ReadOnlySessionLazyNonLazyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/readonly/ReadOnlySessionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/readonly/ReadOnlyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/readonly/ReadOnlyVersionedNodesTest.java
Log Message:
-----------
HHH-17922 - Redesign ActionQueue
Various fixes
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications