Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
qpid-java-broker-9.1.0
-
None
Description
Broker plugin jdbc-provider-bone relies on JDBC connection pooling library bonecp, which is no longer developed or updated. The github project page states:
"BoneCP is a Java JDBC connection pool implementation that is tuned for high performance by minimizing lock contention to give greater throughput for your applications. It beats older connection pools such as C3P0 and DBCP but should now be considered deprecated in favour of HikariCP".
Plugin jdbc-provider-bone should be replaced with the new one jdbc-provider-hikaricp based on HikariCP library. Both libraries use Apache-2.0 license.