Vibur DBCP v4.0 Release Notes

Release Date: 2015-08-08 // over 8 years ago
    • 🔧 poolReducerClass is now configurable. This is the fully qualified pool reducer class name. This pool reducer class will be instantiated via reflection. It must implement the ThreadedPoolReducer interface and must also have a public constructor accepting a single argument of type ViburDBCPConfig.
    • 🔨 Various other refactoring and source code clean-up.