Vibur DBCP Changelog

What's new in Vibur DBCP 1.2.0

Dec 19, 2014
  • Reporting of slow SQL queries now includes the concrete queries parameters.
  • Additional work and improvements on JDBC statements caching.
  • Various improvements in logging and exceptions handling.

New in Vibur DBCP 1.0.0 (Feb 5, 2014)

  • Implemented a pool drain (destroying all connections) after a critical SQL server error.
  • Allowed for creation of the initial connections in the pool from an existing/external DataSource.
  • Made poolReducer optional - config value of 0 disables it.
  • Implemented Hibernate4 integration (into a separate project).
  • Externalized Hibernate3 integration into a separate project.