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.2 #281

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

ben-manes/caffeine

v2.9.2

Cache

  • Fixed reading an intermittent null weak/soft value during a concurrent write (#​568)
  • Fixed extraneous eviction when concurrently removing a collected entry after a writer resurrects it with a new mapping (#​568)
  • Fixed excessive retries of discarding an expired entry when the fixed duration period is extended, thereby resurrecting it (#​568)

v2.9.1

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

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

Cache

v2.8.7

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

Cache

JCache

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

v2.8.5

Cache

  • Fixed expiration delay for scheduled cleanup (#​431)

v2.8.4

Cache

  • Schedule maintenance on an absent getIfPresent if there is pending work (#​420)

v2.8.3

Cache

  • Added Policy.getIfPresentQuietly to lookup without affecting the metadata (#​418)

v2.8.2

Cache

JCache

  • Prefer the thread context classloader (#​387)

v2.8.1

JCache

  • Allow for using a custom config source (#​312)

v2.8.0

Cache

JCache

  • Fixed assigning ticker to cache builder (#​313)

v2.7.0

Cache

  • Added async asMap() view (#​156)
  • Introduced AsyncCache for manual async cache (#​246)
  • Fixed async expiration when create races with reads (#​298)
  • Improved hit rates by using an adaptive eviction policy (#​106)
  • Fixed refresh to use the stats ticker for recording the load time (#​240)
  • Rescheduled async maintenance immediately if pending work remains (#​225)
  • Migrated from JSR-305 annotations to CheckerFramework & ErrorProne (#​242)

JCache

  • Added config file setting for the executor (#​276)

This release includes improvements to the eviction policy by using a hill climber to optimize for frequency or recency. For more details, see the HighScalability article and our paper Adaptive Software Cache Management.


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.

@puneetbehl puneetbehl force-pushed the renovate/com.github.ben-manes.caffeine-caffeine-2.x branch from ac8badf to a137284 Compare August 11, 2021 18:13
@puneetbehl puneetbehl merged commit da09e13 into master Aug 11, 2021
@puneetbehl puneetbehl deleted the renovate/com.github.ben-manes.caffeine-caffeine-2.x branch August 11, 2021 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants