Vibur DBCP v18.0 Release Notes

Release Date: 2017-06-28 // almost 7 years ago
    • ➕ Added getTakenConnectionsStackTraces() and getTakenConnections() to ViburDataSource interface. The taken Connection information now includes the takenNanoTime and lastAccessNanoTime, the thread that has taken the Connection and a Throwable representing the location (stack trace) at the moment when the Connection was taken. The application also has access to the taken Connection proxy and can close it forcefully if needed.
    • ✂ Removed ValidateConnection hook due to being underutilized.
    • 🔨 Various other logging improvements and refactoring.