Skip to content

Commit

Permalink
Update changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Mar 3, 2021
1 parent a21a6ff commit acc9ac7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
HikariCP Changes

Changes in 4.0.3

* fixed #1735 added system property to permit override of lower limit of connectionTimeout
and validation timeout

Changes in 4.0.2

* fixed regression caused by #1605 affecting block-until-filled semantic

Changes in 4.0.1

* fixed #1725 pom file change to be more gradle-friendly

* fixed #1726 regression in micrometrics caused by lack of a strong reference to an
object

Expand All @@ -19,7 +24,7 @@ Changes in 4.0.0

* merged #1661 mark generated proxy classes final

* merged #1681 allow alternate, more standard, JMX ObjectName, enabled by setting system
* merged #1681 allow alternate, more standard, JMX ObjectName, enabled by setting system
property 'hikaricp.jmx.register2.0=true'

* merged #1605 fixes Java 11 issue where setMaximumPoolSize needs to be called before
Expand All @@ -30,7 +35,7 @@ Changes in 4.0.0
* merged #1699 add new configuration property 'keepaliveTime'

* merged #1692 fix prometheus histogram metric tracker for multiple pools

Changes in 3.4.5

* fixed 1578 build change to ensure that proxies are generated using Java 8, otherwise we end
Expand Down

0 comments on commit acc9ac7

Please sign in to comment.