内容简介:HikariCP 2.7.2 已发布,HikariCP 是一个高性能的 JDBC 连接池组件。更新如下: issue 983 fix logic that determines how many idle connections can be removed, without violating the minimumIdle contra...
HikariCP 2.7.2 已发布,HikariCP 是一个高性能的 JDBC 连接池组件。更新如下:
issue 983 fix logic that determines how many idle connections can be removed, without violating the minimumIdle contract.
pull 987 add thread name to leak detection messages.
issue 982 fix classloader order, try the ThreadContext classloader before other classloaders.
pull 977 log better messages when connection is evicted.
fallback to four digit random pool suffix when SecurityManager prevents writing to system properties for the purpose of JVM-wide unique pool identifiers.
下载地址:
更新说明:https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- BeeCP-3.1.7 发布,高性能连接池
- HikariCP 2.7.0 发布,高性能 JDBC 连接池组件
- HikariCP 2.7.3 发布,高性能 JDBC 连接池组件
- HikariCP 2.7.4 发布,高性能 JDBC 连接池组件
- BeeCP2.4.4 发布,高性能 JDBC 连接池
- HikariCP 2.7.5 发布,高性能 JDBC 连接池组件
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Head First Python
Paul Barry / O'Reilly Media / 2010-11-30 / USD 49.99
Are you keen to add Python to your programming skills? Learn quickly and have some fun at the same time with Head First Python. This book takes you beyond typical how-to manuals with engaging images, ......一起来看看 《Head First Python》 这本书的介绍吧!