Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Feb 8, 2019
1 parent e8e9cdd commit 162ebef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
HikariCP Changes

Changes in 3.3.1

* fixed 1287 set core pool size before max pool size

* fixed 1308 treat a SQLTimeoutException as an evictable offense

* do not default maxPoolSize to minIdle when only minIdle is specified

* do not log warning about idleTimeout unless minimumIdle is less than maxPoolSize (because otherwise
it does not apply)

Changes in 3.3.0

* Revert change where Connection.isClosed() was called outside of setNetworkTimeout() block, opening
Expand Down

0 comments on commit 162ebef

Please sign in to comment.