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

deps: update dependency com.github.ben-manes.caffeine:caffeine to v2.9.0 #79

Conversation

renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

ben-manes/caffeine

v2.9.0

Compare Source

Cache

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

Renovate 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.

@renovate-bot renovate-bot requested review from a team as code owners February 16, 2021 08:04
@trusted-contributions-gcf trusted-contributions-gcf bot added the api: pubsublite Issues related to the googleapis/java-pubsublite-spark API. label Feb 16, 2021
@google-cla google-cla bot added the api: pubsublite Issues related to the googleapis/java-pubsublite-spark API. label Feb 16, 2021
@product-auto-label product-auto-label bot added the api: pubsublite Issues related to the googleapis/java-pubsublite-spark API. label Feb 16, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 16, 2021
@codecov
Copy link

codecov bot commented Feb 16, 2021

Codecov Report

Merging #79 (606de5d) into master (ae18de6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #79   +/-   ##
=========================================
  Coverage     58.39%   58.39%           
  Complexity       81       81           
=========================================
  Files            17       17           
  Lines           524      524           
  Branches         18       18           
=========================================
  Hits            306      306           
  Misses          215      215           
  Partials          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ae18de6...adc990f. Read the comment docs.

@anguillanneuf anguillanneuf merged commit caebf8a into googleapis:master Feb 16, 2021
@renovate-bot renovate-bot deleted the renovate/com.github.ben-manes.caffeine-caffeine-2.x branch February 16, 2021 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsublite Issues related to the googleapis/java-pubsublite-spark API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants