Updated changes log

pull/882/head
Brett Wooldridge 9 years ago
parent a5a9d5009a
commit 5b81af19ea

@ -1,5 +1,16 @@
HikariCP Changes
Changes in 2.4.9
* issue 719 only reset lastConnectionFailure after a successful dataSource.getConnection()
call.
* issue 716 do not scan deeper than 10 nested SQLExceptions, it's typically a trap ...
a chain that never terminates.
* issue 714 fix possible issue with cross-thread visibility. Change pool entry state from
AtomicInteger w/lazySet() to a volatile int with use of AtomicIntegerFieldUpdater.
Changes in 2.4.8
* Added Connection.commit() call to the fail-fast initialization for databases that

Loading…
Cancel
Save