Vibur DBCP v19.0 Release Notes

Release Date: 2017-08-09 // over 6 years ago
    • 🔄 Change the invocation of InitConnection hook to cover cases when establishing the connection was unsuccessful.
    • Adapted the new functionality introduced in Vibur Object Pool 19.0 which allows the real time waited to obtain a connection from the pool to be reported back to the GetConnection hook. Before the time reported to GetConnection hook was sometimes "polluted" by the time taken to establish new connection to the database when the pool was lazily creating such.
    • ⚡️ Javadoc updates and clarifications, various logging improvements.