Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 37703e2e4cf454cfcfb258718423a841f9a174eb
https://github.com/hibernate/hibernate-orm/commit/37703e2e4cf454cfcfb2587...
Author: Jan Schatteman <jrenaat(a)users.noreply.github.com>
Date: 2021-11-15 (Mon, 15 Nov 2021)
Changed paths:
M documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc
M hibernate-core/src/main/java/org/hibernate/boot/SessionFactoryBuilder.java
M
hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryOptionsBuilder.java
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
M
hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/JdbcCoordinator.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/OptimizerFactory.java
M hibernate-core/src/main/java/org/hibernate/internal/JdbcSessionContextImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/log/DeprecationLogger.java
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
M
hibernate-core/src/main/java/org/hibernate/resource/jdbc/spi/JdbcSessionContext.java
M
hibernate-core/src/main/java/org/hibernate/resource/transaction/spi/TransactionCoordinatorBuilder.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/connections/AggressiveReleaseTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/connections/BasicConnectionProviderTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/connections/SuppliedConnectionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/id/enhanced/SequenceStyleConfigUnitTest.java
M
hibernate-core/src/test/java/org/hibernate/test/multitenancy/ConfigurationValidationTest.java
M hibernate-core/src/test/java/org/hibernate/test/tm/CMTTest.java
Log Message:
-----------
Remove deprecated properties from AvailableSettings (#4362)
* Remove deprecated ACQUIRE_CONNECTIONS and RELEASE_CONNECTIONS from AvailableSettings
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
* Remove deprecated PROXOOL_PREFIX and PREFER_POOLED_VALUES_LO from AvailableSettings
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>