Bump com.zaxxer:HikariCP from 6.3.0 to 7.0.2
Bumps com.zaxxer:HikariCP from 6.3.0 to 7.0.2.
Changelog
Sourced from com.zaxxer:HikariCP's changelog.
HikariCP Changes
Changes in 7.0.2
- decrease thread yield frequency in ConcurrentBag.unreserve()
Changes in 7.0.1
merged #2346 fix regression with setSchema behavior
decrease thread yield frequency in ConcurrentBag.requite()
Changes in 7.0.0
merged #2340 NoSuchMethodException error that is thrown when setting a metric registry, fixes to UtilityElf reflection code to use the correct method signature.
fixed #1294 add support for HikariCredentialsProvider class
fixed #2265 bail out of the pool filling loop if the thread is interrupted
Changes in 6.3.3
- backport #2340 NoSuchMethodException error that is thrown when setting a metric registry, fixes to UtilityElf reflection code to use the correct method signature.
Changes in 6.3.2
fixed #2342 restore module-info.class to jar file, which was lost in 6.3.1
fixed #2256 add support for legacy override of getUsername()/getPassword() of HikariDataSource. See project page for documentation of system property com.zaxxer.hikari.legacy.supportUserPassDataSourceOverride.
fixed #2323 right or wrong (wrt driver behavior) return to previous Connection.get/setSchema behavior
fixed #2288 upgrade dependencies and fix build warnings
Changes in 6.3.1
fixed #2315 source jar contains also binary .class files and missing some .java files
fixed #2307 remove improper hardcoded timout, use validationTimeout
fixed #2305 keep properties key and values as is rather than forcing stringification. Also fixes #2286 and #2304
upgraded various maven plugin dependencies to latest versions
Changes in 6.3.0
- increase keepaliveTime variance from 10% to 20%
... (truncated)
Commits
80c46ae[maven-release-plugin] prepare release HikariCP-7.0.2cba7ebedecrease thread yield frequency in ConcurrentBag.unreserve()22cc9bdUpdate README.md86915ee[maven-release-plugin] prepare for next development iteration217bcc8[maven-release-plugin] prepare release HikariCP-7.0.129ad2f4update changes logb81bbc9fixes #2323 always reset schema upon connection retrieval (#2346)ee5328ddecrease yield() frequency during direct hand-off attempts1da3a33Update README.md17c4b33Update README.md- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.