PEXPlugins / PermissionsEx

A powerful permissions plugin for Minecraft
https://permissionsex.stellardrift.ca
Apache License 2.0
479 stars 297 forks source link

chore(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3 #3190

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.ben-manes.caffeine:caffeine 2.9.0 -> 3.0.0 age adoption passing confidence

Release Notes

ben-manes/caffeine ### [`v3.0.0`](https://togithub.com/ben-manes/caffeine/releases/v3.0.0) This release includes API incompatible changes. ##### Highlights - **Java 11** or above is required ##### Improvements - Refresh operations ignore redundant calls during an in-flight load and are linearizable
([#​193](https://togithub.com/ben-manes/caffeine/issues/193), [#​236](https://togithub.com/ben-manes/caffeine/issues/236), [#​282](https://togithub.com/ben-manes/caffeine/issues/282), [#​322](https://togithub.com/ben-manes/caffeine/issues/322), [#​373](https://togithub.com/ben-manes/caffeine/issues/373), [#​467](https://togithub.com/ben-manes/caffeine/issues/467)) - The [Java Platform Logging API](https://openjdk.java.net/jeps/264) is used instead of `java.util.logging` ([#​456](https://togithub.com/ben-manes/caffeine/issues/456)) - `CacheLoader` and `AsyncCacheLoader` offer `bulk` factory methods - `AsyncCacheLoader` methods may now throw checked exceptions - Better usage of Checker Framework nullness annotations ([#​337](https://togithub.com/ben-manes/caffeine/issues/337)) - More flexible generic bounds and type parameters - `sun.misc.Unsafe` is no longer required ([#​273](https://togithub.com/ben-manes/caffeine/issues/273)) ##### Incompatible changes - `VarExpiration` time-based puts now return the old value instead of a boolean result - Added `Policy.refreshes()` for a snapshot of the in-flight refresh operations - `LoadingCache.refresh` now returns the in-flight future ([#​143](https://togithub.com/ben-manes/caffeine/issues/143)) - Removed jandex resource as no longer utilized by Quarkus - Split `Policy.Expiration` into fixed and refresh interfaces - Various unimplemented default methods are now abstract - Added `LoadingCache.refreshAll` convenience method - Bulk loads now receive a `Set` of keys (was `Iterable`) ##### Deprecation removals - `CacheWriter`, `SingleConsumerQueue`, and `UnsafeAccess` - `StatsCounter.recordEviction` variations - `CacheStats` constructors ##### Notes - `CacheWriter` usages can be replaced by `Map` computations and `Caffeine.evictionListener` - For best performance `Unsafe` may be used if available, otherwise falls back to `VarHandles`

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

zml2008 commented 3 years ago

needs jdk11 and we target jdk8, sad :(

renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 3.x releases. However, if you upgrade to 3.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.