Vibur DBCP v21.0 Release Notes

Release Date: 2017-11-24 // over 6 years ago
    • ๐Ÿšš Moved the getConnection() retry mechanism (for lazily created connections) from the ConnectionFactory level to the PoolOperations level - this improves the connections reuse in certain situations.
    • Implemented implicit closing of the current ResultSet when the parent Statement is closed.
    • ๐Ÿ”„ Changed some configuration defaults: a) poolInitialSize 10 -> 5; b) poolMaxSize 100 -> 50; c) reducerTimeIntervalInSeconds 60 -> 30; d) reducerSamples 20 -> 15; e) connectionTimeoutInMs 30_000 -> 15_000; f) acquireRetryDelayInMs 1000 -> 500;
    • Adopted changes / improvements from Vibur Object Pool 21.0.
    • ๐Ÿ”จ Various other small fixes, refactoring and improvements.