Update CHANGES

pull/294/head
Brett Wooldridge 10 years ago
parent 0e242affc0
commit 718b9b5c9d

@ -1,5 +1,21 @@
HikariCP Changes
Changes in 2.3.4
* Fix class cast exception when setting the HealthCheckRegistry via JNDI lookup.
* Allow Dropwizard MetricRegistry/HealthCheckRegistry to be set after pool startup --
one time only.
* Make logger in BaseHikariPool non-static and use getClass() to log messages as the
implementation class rather than as BaseHikariPool.
* Remove deprecation from connectionInitSql, it will be allowed.
* Make suspect/resume lock non-static (should be be shared across pools).
* Improve unwrap() behavior in the Hibernate HikariConnectionProvider.
Changes in 2.3.3
* Fixed bad interaction with PostgeSQL JDBC driver whereby a SQLException thrown by

Loading…
Cancel
Save