发布于 2017-05-25 03:31:10 | 109 次阅读 | 评论: 0 | 来源: 网友投递
HikariCP JDBC 连接池
HikariCP 是一个高性能的 JDBC 连接池组件。
HikariCP 2.6.2 发布了,
本次更新如下:
Changes in 2.6.2
issue 890 add support for Prometheus metrics and multiple HikariCP pools.
issue 880 fix race condition caused by sorting collection while the condition of sort can change.
issue 876 add support for using a Prometheus CollectorRegistry other than the default one.
issue 867 support network timeout even for Connection.isValid().
issue 866 mark commit state dirty when Connection.getMetaData() is called.
下载地址