[hibernate/hibernate-orm] 4958ba: HHH-20260 Avoid swallowing lock exception in Sessi...
by Christian Beikov
Branch: refs/heads/7.3
Home: https://github.com/hibernate/hibernate-orm
Commit: 4958ba3c09393ef013f65a9e88f232abee69beb8
https://github.com/hibernate/hibernate-orm/commit/4958ba3c09393ef013f65a9...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-03-23 (Mon, 23 Mar 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
Log Message:
-----------
HHH-20260 Avoid swallowing lock exception in Session#find on PostgreSQL/Sybase
Commit: 197d6093b580c4dd62cbcf2fb8d0fe7fe63dc464
https://github.com/hibernate/hibernate-orm/commit/197d6093b580c4dd62cbcf2...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-03-23 (Mon, 23 Mar 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/lock/LockTest.java
Log Message:
-----------
HHH-20260 Respect JPA spec demanded exception wrapping for locking exceptions
Commit: 242336568520cdf51471209843fdca3964b0543c
https://github.com/hibernate/hibernate-orm/commit/242336568520cdf51471209...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-03-23 (Mon, 23 Mar 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/sql/exec/internal/JdbcSelectExecutorStandardImpl.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectFeatureChecks.java
Log Message:
-----------
HHH-20272 Make sure JDBC pre-actions actually run before the select statement
Commit: 84f048342ef92c85c096971575a775356666ea5a
https://github.com/hibernate/hibernate-orm/commit/84f048342ef92c85c096971...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-03-23 (Mon, 23 Mar 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASEDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/internal/TransactSQLLockingSupport.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/lock/LockExceptionTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/lock/LockTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/lock/StatementIsClosedAfterALockExceptionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/locking/LockingBasedOnSelectClauseTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/locking/options/LockedRowsTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/locking/options/ScopeAndSecondaryTableTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/locking/options/ScopeTests.java
Log Message:
-----------
HHH-20271 Let SybaseASE report the correct locking metadata
Compare: https://github.com/hibernate/hibernate-orm/compare/207d9cc5d14c...84f0483...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 month, 1 week