Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: e1a89bca6f7d94be088d5b06f489baefe1738c44
https://github.com/hibernate/hibernate-orm/commit/e1a89bca6f7d94be088d5b0...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-15 (Fri, 15 May 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/SpannerPostgreSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/sql/model/jdbc/OptionalTableUpdateOperation.java
R hibernate-core/src/main/java/org/hibernate/sql/model/jdbc/OptionalTableUpdateWithOptionalRowCount.java
M hibernate-core/src/main/java/org/hibernate/sql/model/jdbc/OptionalTableUpdateWithUpsertOperation.java
Log Message:
-----------
Fix upsert problems with older PostgreSQL and SpannerPG
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/7.4
Home: https://github.com/hibernate/hibernate-orm
Commit: 27128a794bf72690050f01e2011e7352ba6859f1
https://github.com/hibernate/hibernate-orm/commit/27128a794bf72690050f01e...
Author: Sakthivel Subramanian <sakthipvmj(a)gmail.com>
Date: 2026-05-15 (Fri, 15 May 2026)
Changed paths:
M docker_db.sh
M hibernate-core/hibernate-core.gradle
M hibernate-envers/hibernate-envers.gradle
Log Message:
-----------
HHH-20432 Improve Spanner and Spanner PostgreSQL test concurrency configuration
- Simplify Spanner emulator container allocation in docker_db.sh to cap at 4 instances when DB_COUNT > 2.
- Refactor Gradle test fork calculations in hibernate-core.gradle and hibernate-envers.gradle to cap testThreads at 4 when dbCount > 2 using a clean ternary operator.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 337c9339012184bdb545fc9f73d7edbd4d251ebe
https://github.com/hibernate/hibernate-orm/commit/337c9339012184bdb545fc9...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-15 (Fri, 15 May 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/mapping/Component.java
M hibernate-core/src/main/java/org/hibernate/mapping/DependantValue.java
M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
M hibernate-core/src/main/java/org/hibernate/mapping/PrimaryKey.java
M hibernate-core/src/main/java/org/hibernate/mapping/RootClass.java
M hibernate-core/src/main/java/org/hibernate/mapping/Subclass.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/UnionSubclassEntityPersister.java
A hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/inheritance/joined/JoinedInheritanceAuditTableReadOrderingTest.java
Log Message:
-----------
HHH-20357 Stop reordering primary key columns based on component property order and stop relying on primary key column order for joined subclass keys
Commit: afc2725df9945f7d253b9212cd5d34b74eff5329
https://github.com/hibernate/hibernate-orm/commit/afc2725df9945f7d253b921...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-15 (Fri, 15 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/scanning/ArchiveHandlingTests.java
Log Message:
-----------
Fix trouble with some tests on Windows
Compare: https://github.com/hibernate/hibernate-orm/compare/809a7e08fdaf...afc2725...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications