Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: b4edb8e46fddf77ba773b876c26737ed8670821f
https://github.com/hibernate/hibernate-orm/commit/b4edb8e46fddf77ba773b87...
Author: Lee JiWon <dlwldnjs1009(a)gmail.com>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
M
hibernate-core/src/main/java/org/hibernate/exception/TransactionSerializationException.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/dialect/OracleDialectTestCase.java
Log Message:
-----------
HHH-12235 - Map Oracle ORA-08177 to TransactionSerializationException
ORA-08177 (can't serialize access for this transaction) fell through to
a generic JDBCException; map it to TransactionSerializationException,
following the CockroachDB serialization-failure precedent from HHH-18760.
Signed-off-by: Lee JiWon <dlwldnjs1009(a)gmail.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications