Merge branch '6.0.x'

# Conflicts:
#	framework-docs/modules/ROOT/pages/data-access/jdbc/core.adoc
This commit is contained in:
Juergen Hoeller
2023-07-26 14:16:43 +02:00
2 changed files with 3 additions and 4 deletions

View File

@@ -163,8 +163,7 @@ final class DefaultDatabaseClient implements DatabaseClient {
/**
* Release the {@link Connection}.
* @param connection to close.
* @return a {@link Publisher} that completes successfully when the connection is
* closed
* @return a {@link Publisher} that completes successfully when the connection is closed
*/
private Publisher<Void> closeConnection(Connection connection) {
return ConnectionFactoryUtils.currentConnectionFactory(