HikariCP 2.7.5 已发布,HikariCP 是一个高性能的 JDBC 连接池组件。
更新内容:
- issue 1061/pull 1062 fixed compatibility issue with requery.io caused by HikariCP’s proxied Statement class returning a driver-native ResultSet instance from getGeneratedKeys() instead of returning a HikariCP proxied ResultSet.
- pull 1058 enable quantiles on Prometheus metrics.
- pull 1055 fixed incorrect JavaDoc for HikariConfigMXBean.getMinimumIdle() method.
- issue 1045/pull 1047 added Automatic-Module-Name to jar manifest to ensure that the Java 8 library plays well with the Java 9 module system.
下载地址:
转自 http://www.oschina.net/news/92341/hikaricp-2-7-5