From c4ddff90b7fab0cc74d8e5d91db8e8e7175bb964 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Thu, 30 Oct 2014 17:40:16 +0900 Subject: [PATCH] Update changes log. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 45ca301c..2edaf65b 100644 --- a/CHANGES +++ b/CHANGES @@ -23,6 +23,10 @@ Changes between 2.1.0 and 2.1.1 alive check. Fixes failures with test queries on the PostgreSQL driver when not using JDBC4 isValid() alive checks. + * The pool now defaults to fail-fast initialization. If you need to start + your application without/before the database, you will need to explicitly + set initializationFailFast to false. + Changes between 2.0.1 and 2.1.0 * Significant internal refactor supporting creation of new proxy instances