Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 81a3541d2624d546efac71c75d8e0335bc1b7ee3
https://github.com/hibernate/hibernate-orm/commit/81a3541d2624d546efac71c...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-12-29 (Thu, 29 Dec 2022)
Changed paths:
R
hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/NullSynchronizationException.java
R
hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/SynchronizationRegistryImpl.java
R
hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/IsolationDelegate.java
R hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/JoinStatus.java
R
hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/SynchronizationRegistry.java
M
hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionObserver.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/temptable/ExecuteWithTemporaryTableHelper.java
M
hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jdbc/internal/JdbcIsolationDelegate.java
M
hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jdbc/internal/JdbcResourceLocalTransactionCoordinatorImpl.java
M
hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jta/internal/JtaIsolationDelegate.java
M
hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jta/internal/JtaTransactionCoordinatorImpl.java
A
hibernate-core/src/main/java/org/hibernate/resource/transaction/spi/IsolationDelegate.java
M
hibernate-core/src/main/java/org/hibernate/resource/transaction/spi/TransactionCoordinator.java
A
hibernate-core/src/main/java/org/hibernate/resource/transaction/spi/TransactionObserver.java
Log Message:
-----------
clean up the package org.hibernate.engine.transaction
- it had classes/interfaces which are already unused in H5!
- move TransactionObserver and IsolationDelegate to a much
more sensible location next to TransactionCoordinator
This will break custom implementations of TransactionCoordinator
but I highly doubt there are very many of those!
Commit: f8b50b39d711f3017ab9046586f36b36aed463fd
https://github.com/hibernate/hibernate-orm/commit/f8b50b39d711f3017ab9046...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-12-29 (Thu, 29 Dec 2022)
Changed paths:
R
hibernate-core/src/main/java/org/hibernate/jpa/spi/NullTypeBindableParameterRegistration.java
R hibernate-core/src/main/java/org/hibernate/jpa/spi/ParameterBind.java
R hibernate-core/src/main/java/org/hibernate/jpa/spi/ParameterRegistration.java
R
hibernate-core/src/main/java/org/hibernate/jpa/spi/StoredProcedureQueryParameterRegistration.java
Log Message:
-----------
remove the unused ParameterRegistration stuff in org.hibernate.jpa.spi
these types appear to be already unused in H5!
this can't possibly break anything: anything using it is already broken
Compare:
https://github.com/hibernate/hibernate-orm/compare/c6f0be990c2b...f8b50b3...