You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache DBCP library which used by now for connection pooling isn't perfect and should be replaced by better library, for instance, HikariCP (https://brettwooldridge.github.io/HikariCP/).
commons-pool was required by commons-dbcp but as the latter was replaced by HikariCP, we don't need
former as well.
Should be in 962cf02 commit.
Follow-up to #19
Apache DBCP library which used by now for connection pooling isn't perfect and should be replaced by better library, for instance, HikariCP (https://brettwooldridge.github.io/HikariCP/).
Related links:
The text was updated successfully, but these errors were encountered: