Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v2.9.3 - abandoned #3210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2021

Mend Renovate

This PR contains the following updates:

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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

ben-manes/caffeine

v2.9.3: 2.9.3

Compare Source

Cache

  • Fixed reference eviction when used with a broken executor (JDK-8274349)
  • Reduced the entry overhead by 8 bytes when using weak or soft values
  • Suppressed log warnings if a future is cancelled or times out (#​597)
  • Fixed Map.entrySet.contains(o) to use reference equality
  • Fixed early expiration of in-flight async loads (#​625)

JCache

  • close() will now shutdown the executor and wait for in-flight loads to finish

v2.9.2: 2.9.2

Compare Source

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: 2.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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency com.github.ben-manes.caffeine:caffeine to v2.9.1 chore(deps): update dependency com.github.ben-manes.caffeine:caffeine to v2.9.2 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/com.github.ben-manes.caffeine-caffeine-2.x branch from 4ae65bd to d57084a Compare October 18, 2021 21:31
@renovate renovate bot changed the title chore(deps): update dependency com.github.ben-manes.caffeine:caffeine to v2.9.2 chore(deps): update dependency com.github.ben-manes.caffeine:caffeine to v2.9.3 Dec 14, 2021
@renovate renovate bot force-pushed the renovate/com.github.ben-manes.caffeine-caffeine-2.x branch from d57084a to ca08aa6 Compare December 14, 2021 06:07
@renovate renovate bot changed the title chore(deps): update dependency com.github.ben-manes.caffeine:caffeine to v2.9.3 fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v2.9.3 Sep 25, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v2.9.3 fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v2.9.3 - abandoned Oct 17, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 17, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant