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

Remove caffeine dependency #1019

Open
banterCZ opened this issue Feb 22, 2024 · 0 comments
Open

Remove caffeine dependency #1019

banterCZ opened this issue Feb 22, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers

Comments

@banterCZ
Copy link
Member

The guava cache has been replaced by the recommended caffeine library, but for the mock purpose LinkedHashMap#removeEldestEntry could be enough.

// TODO (racansky, 2024-01-04) consider removing Caffeine dependency and replace it by simple LinkedHashMap#removeEldestEntry

A follow-up to #978

@banterCZ banterCZ added good first issue Good for newcomers dependencies Pull requests that update a dependency file labels Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant