|
|
@ -1,5 +1,21 @@
|
|
|
|
HikariCP Changes
|
|
|
|
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
|
|
|
|
Changes in 2.3.3
|
|
|
|
|
|
|
|
|
|
|
|
* Fixed bad interaction with PostgeSQL JDBC driver whereby a SQLException thrown by
|
|
|
|
* Fixed bad interaction with PostgeSQL JDBC driver whereby a SQLException thrown by
|
|
|
|