Vibur DBCP v6.1 Release Notes

Release Date: 2016-01-05 // over 8 years ago
    • ๐Ÿ›  Fixed a bug introduced in version 6.0 where the ExceptionCollector object was shared between all JDBC Connection objects in the pool. As a side effect of this bug, when an Exception is thrown on a particular JDBC Connection object, this will later cause the next taken from the pool JDBC Connection to be physically closed when the Connection.close() method is called - the last will cause overall performance degradation of the pool operations.
    • ๐Ÿ‘ The ExceptionCollector interface was renamed to ExceptionListener in order to better convey the exact purpose of this facility.