HikariCP 2.7.5 发布,高性能 JDBC 连接池组件

栏目: 软件资讯 · 发布时间: 6年前

内容简介: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 ...

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]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Clean Code

Clean Code

Robert C. Martin / Prentice Hall / 2008-8-11 / USD 49.99

Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code......一起来看看 《Clean Code》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

MD5 加密
MD5 加密

MD5 加密工具