From 935155ad769d017ae9ad932fa0ebc2fc6de8af94 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Tue, 3 Mar 2015 13:03:19 +0900 Subject: [PATCH] Update CHANGES --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES b/CHANGES index 988f519c..f021e26b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,16 @@ HikariCP Changes +Changes in 2.3.3 + + * Fixed bad interaction with PostgeSQL JDBC driver whereby a SQLException thrown by + PostgreSQL where the getNextException() call returns the original exception and causes + an infinite loop in HikariCP (and eventual stack overflow). + + * Throw a typed Exception rather than a simple RuntimeException when pool initialization + fails. + + * Allow Dropwizard Metrics and HealthChecks to be configured by a JNDI lookup. + Changes in 2.3.2 * Add support for Dropwizard HealthChecks through the introduction of two initial health