utarwyn / EnderContainers

A modern and customizable Bukkit plugin to divide enderchest into multiple inventories.
https://spigotmc.org/resources/4750/
BSD 3-Clause "New" or "Revised" License
25 stars 14 forks source link

Bump HikariCP from 4.0.3 to 5.0.0 #178

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps HikariCP from 4.0.3 to 5.0.0.

Changelog

Sourced from HikariCP's changelog.

HikariCP Changes

Changes in 5.0.0

  • rewrote connection elide/add code to fix an unconfirmed but occassionally reported race condition that results in the pool draining to 0 and not refilling.

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

Changes in 4.0.0

  • merged #1669 #1582 mark optional dependencies as 'require static' in module-info

  • merged #1700 remove micrometer metrics upon close

  • merged #1661 mark generated proxy classes final

  • 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 setCorePoolSize in ThreadPoolExecutor

  • merged #1581 handle setting java 'short' property values from property files

  • 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 up with class references to Java 11 classes, which fail to load on Java 8.

Changes in 3.4.4

... (truncated)

Commits


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.


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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
utarwyn commented 2 years ago

Duplicate of #159

This version of HikariCP needs Java 11 in order to work. I'm not able to move on Java 11 because of plugin usage (more than 50% of servers owners are still using Java 8). For now I'm ignoring this upgrade. @dependabot ignore this major version

dependabot[bot] commented 2 years ago

OK, I won't notify you about version 5.x.x again, unless you re-open this PR or update to a 5.x.x release yourself.