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

Update dependency com.github.ben-manes.caffeine:caffeine to v2.9.1 #33

Merged
merged 1 commit into from
May 30, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

ben-manes/caffeine

v2.9.1

Compare Source

Cache

  • Added cancellation of the next scheduled expiration cleanup when the cache becomes empty (#​542)
  • Improved how variable expiration reorganizes the timer events (#​541)
  • Added putIfAbsent optimistic fastpath (#​506)

v2.9.0

Compare Source

Cache

  • Added Caffeine.evictionListener which is notified within the atomic operation when an entry is automatically removed
  • Added triggering cache maintenance if an iterator observes an expired entry for more aggressive eviction (#​487)
  • Improved eager eviction of an added or updated entry if it exceeds the cache's maximum weight
  • Deprecated CacheWriter. Please use asMap computations or an eviction listener instead
  • Added CacheStats.of(...) to allow for becoming a value-based class in a future release

v2.8.8

Compare Source

Cache

v2.8.8

Compare Source

Cache

v2.8.7

Compare Source

Cache

  • Fixed asMap().keySet().toArray() to not return expired mappings (#​472)
  • Added support for ISO-8601 durations to CaffeineSpec (#​466)
  • Fixed put update optimization for variable expiration (#​478)

v2.8.6

Compare Source

Cache

JCache

  • Changed to an OSGi Component to avoid coupling consumers to the provider (#​447)
  • Added the ability to record native statistics (#​460)

Configuration

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

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

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

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


  • If you want to rebase/retry this PR, check this box.

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

@ZzAve ZzAve changed the base branch from master to dependencies May 30, 2021 13:30
@ZzAve ZzAve merged commit 8635cb0 into dependencies May 30, 2021
@ZzAve ZzAve deleted the renovate/caffeine.version branch May 30, 2021 13:30
ZzAve pushed a commit that referenced this pull request May 30, 2021
ZzAve added a commit that referenced this pull request May 30, 2021
* Update dependency @testing-library/react to v10.4.9 (#21)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency copy-webpack-plugin to v5.1.2 (#22)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.1.2 (#23)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency org.postgresql:postgresql to v42.2.20 (#24)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency react-scripts to v3.4.4 (#26)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency use-persisted-state to v0.3.3 (#27)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency webpack-dev-server to v3.11.2 (#28)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency com.github.ben-manes.caffeine:caffeine to v2.9.1 (#33)

Co-authored-by: Renovate Bot <[email protected]>

* Downgrade ktlint from 0.41.0 to 0.40.0

- due to issues with illegal reflection

* Update mui monorepo (#29)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency eslint-plugin-react to v7.24.0 (#41)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency eslint-plugin-flowtype to v5.7.2 (#38)

Co-authored-by: Renovate Bot <[email protected]>

* Run build on every pull request (not only master)

* Update babel monorepo (#30)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency eslint-plugin-jsx-a11y to v6.4.1 (#40)

Co-authored-by: Renovate Bot <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants