Branch: refs/heads/7.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 09a863e4598ae3fe842e2fc655808a4a8300394e
https://github.com/hibernate/hibernate-orm/commit/09a863e4598ae3fe842e2fc...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/sql/model/jdbc/MergeOperation.java
M hibernate-core/src/main/java/org/hibernate/sql/model/jdbc/UpsertOperation.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/stateless/UpsertVersionedTest.java
Log Message:
-----------
HHH-19522 report failed optimistic lock checking for upsert()
upsert() should throw StaleObjectStateException if the version
verification fails
Commit: 58df98eccdc67b711d7fc4f87ce2f41bb60f8344
https://github.com/hibernate/hibernate-orm/commit/58df98eccdc67b711d7fc4f...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/jdbc/Expectation.java
Log Message:
-----------
use @linkplain in jdoc
Commit: c145678f27a772a22865c16f60cfbdac49aa1b2b
https://github.com/hibernate/hibernate-orm/commit/c145678f27a772a22865c16...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/sql/model/jdbc/OptionalTableUpdateOperation.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/stateless/UpsertVersionedTest.java
Log Message:
-----------
HHH-19522 report failed optimistic lock checking for upsert()
- also fix the problem for upsert emulation with UPDATE/INSERT
Commit: 1e028f41f7b704063dd95a3d14bfc13bf157b08a
https://github.com/hibernate/hibernate-orm/commit/1e028f41f7b704063dd95a3...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/sql/model/jdbc/DeleteOrUpsertOperation.java
Log Message:
-----------
HHH-19522 report failed optimistic lock checking for upsert()
- also fix the problem for Oracle
Compare:
https://github.com/hibernate/hibernate-orm/compare/f9bf7f8bb94b...1e028f4...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications