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-java6 from 2.3.8 to 2.3.13 in /modules/postgresql #1051

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Bumps HikariCP-java6 from 2.3.8 to 2.3.13.

Changelog

Sourced from HikariCP-java6'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
  • 390c569 [maven-release-plugin] prepare release HikariCP-2.3.13
  • e94d920 Fixes #512 back port to 2.3.x stream.
  • d5e496c [maven-release-plugin] prepare for next development iteration
  • 260ac29 [maven-release-plugin] prepare release HikariCP-2.3.12
  • a312c5a Skip proxy generation during test runs
  • f0ba4b7 Fixed issue with new proxy class generation whereby Java 6 classes were gener...
  • fe6eb41 [maven-release-plugin] prepare for next development iteration
  • af5ba3b [maven-release-plugin] prepare release HikariCP-2.3.11
  • 2c632e7 Fixes major class version number for generated proxy classes.
  • e2f1915 [maven-release-plugin] prepare for next development iteration
  • 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/postgresql/com.zaxxer-HikariCP-java6-2.3.13 branch from 90b853d to 70163b3 Compare December 23, 2018 21:22
@rnorth rnorth merged commit 9e24ec0 into master Dec 23, 2018
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/modules/postgresql/com.zaxxer-HikariCP-java6-2.3.13 branch December 23, 2018 22:05
@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