Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump HikariCP from 2.6.1 to 3.2.0 in /modules/junit-jupiter #1072

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 23, 2018

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps HikariCP from 2.6.1 to 3.2.0.

Changelog

Sourced from HikariCP's changelog.

HikariCP Changes

Changes in 3.2.0

  • check connection closed condition before attempting to set network timeout to avoid spurios exceptions
    in the log.

  • updated validation failure message to include recommendation to check maxLifetime value.

  • fixed 1141 do not throw SQLException when calling isClosed() or close() on a already closed unwrapped
    Connection, as per JDBC specification.

  • fixed 1137 support changing user/password at runtime for DriverDataSource-wrapped driver connections.

  • fixed 1136 log loaded driver when using jdbcUrl.

  • pull 1135 extract sealed pool check into independent method.

  • fixed 1126 correct error in JavaDoc for HikariConfig.setInitializationFailTimeout().

  • fixed 1114 removed unreachable code.

Changes in 3.1.0

  • Add get/setCatalog() to HikariConfigMXBean, allowing the catalog to be changed at runtime.
    The catalog should only be changed while the pool is suspended, and after evicting existing
    connections via HikariPoolMXBean.softEvictConnections().

Changes in 3.0.0

  • Removed previously deprecated methods;
    HikariConfig.copyState()
    HikariConfig.getScheduledExecutorService()
    HikariConfig.setScheduledExecutorService()
    HikariConfig.isInitializationFailFast()
    HikariConfig.setInitializationFailFast()
    HikariConfig.isJdbc4ConnectionTest()
    HikariConfig.setJdbc4ConnectionTest()

    HikariDataSource.copyState()
    HikariDataSource.getScheduledExecutorService()
    HikariDataSource.setScheduledExecutorService()
    HikariDataSource.suspendPool()
    HikariDataSource.resumePool()
    HikariDataSource.shutdown()
    HikariDataSource.isInitializationFailFast()
    HikariDataSource.setInitializationFailFast()
    HikariDataSource.isJdbc4ConnectionTest()
    HikariDataSource.setJdbc4ConnectionTest()

... (truncated)
Commits
  • ad827db [maven-release-plugin] prepare release HikariCP-3.2.0
  • 0f06b56 Update pom.xml
  • 3498a14 Update CHANGES
  • 88b57c3 Check closed condition before attempting to set network timeout.
  • 6a13980 Update validation failure message.
  • 603951f Fixes #1126 correct error in JavaDoc for HikariConfig.setInitializationFailTi...
  • 5607d8b Fixes #1141 do not throw SQLException when calling isClosed() or close() on a...
  • 8921bb0 Fixes #1137 support changing user/password at runtime for DriverDataSource-wr...
  • 851e2d4 Fixes #1137 support changing user/password at runtime for DriverDataSource-wr...
  • 71e8688 Closes #1114 Remove unneeded code.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file java labels Dec 23, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/modules/junit-jupiter/com.zaxxer-HikariCP-3.2.0 branch from a95cccd to 1de9b43 Compare December 23, 2018 21:22
@rnorth rnorth merged commit bee2101 into master Dec 23, 2018
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/modules/junit-jupiter/com.zaxxer-HikariCP-3.2.0 branch December 23, 2018 22:10
@bsideup bsideup added this to the 1.10.4 milestone Dec 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants