Pull request #681: hotfix: Enabled supportsAggressiveRelease for db connections

Merge in RED/persistence-service from hotfixDbAggressiveRelease to master

* commit '18cf4ffde5cbefa5036fbc5df21760e70477b64b':
  hotfix: Enabled supportsAggressiveRelease for db connections
This commit is contained in:
Dominique Eiflaender 2023-04-25 21:35:12 +02:00 committed by Christoph Schabert
commit 7cef244eb0

View File

@ -152,7 +152,7 @@ public class DynamicDataSourceBasedMultiTenantConnectionProvider extends Abstrac
@Override
public boolean supportsAggressiveRelease() {
return false;
return true;
}
}