Updated changes log

2.3.0
Brett Wooldridge 10 years ago
parent 5de373148c
commit 57b8e91f02

@ -2,7 +2,7 @@ HikariCP Changes
Changes in 2.3.0
* Support pool suspend/resume though JMX to support certain failover scenarios.
* Support pool suspend/resume to support certain failover scenarios.
* Fix theoretical race in JDBC 4.0 detection support.
@ -30,6 +30,11 @@ Changes in 2.3.0
* Support initializationFailFast even when minimumIdle = 0
* Log internal pool inconsistencies rather than throwing exceptions that might
disrupt internal executors.
* Guard against poor or unreliable System.nanoTime() implementations.
Changes in 2.2.5
* Fixes for Java 6 compatibility.

Loading…
Cancel
Save