Vibur DBCP v15.0 Release Notes

Release Date: 2017-01-04 // over 7 years ago
    • ➕ Added an sqlException param to the StatementExecution hook params.
    • ➕ Added ValidateConnection programming hook.
    • ➕ Added logAllStackTracesOnTimeout configuration option - allows in case of Connections exhaustion the application to log not only the stacktraces of the threads that are holding the currently taken Connections but also the stacktraces of all other threads in the JVM. This option is for troubleshooting purposes only as it may generate a VERY large log output.
    • Intercepted the executed SQL query string in the Connection and Statement InvocationHandlers; doesn't longer depend on the JDBC driver functionality from preparedStatement.toString().
    • 🔨 Various other refactoring and improvements.