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 -1.7 (actually no, see below) and has a very small number of external dependencies.
Edit: I just realized that as vibur-dbcp utilizes ReflectiveOperationException it is actually Java 1.7 dependent, not 1.6. Please let me know whether this causes any issues with regards to including an integration module for Vibur in the official Hibernate distribution. |
|