| Please include an integration module for Vibur DBCP (https://github.com/vibur/vibur-dbcp, documentation: http://www.vibur.org/) in the official Hibernate distribution. Vibur DBCP is a mature and complete JDBC connection pool library which has been in active development for ~3 years now, and which offers between others:
- non-starvation guarantee for application threads
- advanced performance monitoring capabilities
- Hibernate 3.6.x, 4.x and 5.x integration support, as separate modules
- caching support for JDBC Statements (Prepared and Callable)
Vibur requires Java 1.6 and has a very small number of external dependencies. |