-
Notifications
You must be signed in to change notification settings - Fork 5k
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
CAMEL-20850: camel-core - compress changes in SimpleLRUCache #14424
Conversation
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🤖 CI automation will test this PR automatically. 🐫 Apache Camel Committers, please review the following items:
|
0fc53a6
to
8d894bb
Compare
core/camel-support/src/main/java/org/apache/camel/support/cache/SimpleLRUCache.java
Show resolved
Hide resolved
8d894bb
to
a79b5cb
Compare
a79b5cb
to
2665178
Compare
a45e0c3
to
4ee9623
Compare
4ee9623
to
acc09bd
Compare
@gnodet Hi, any remarks/comments before I merge it? |
Fix for https://issues.apache.org/jira/browse/CAMEL-20850
Motivation
When the queue of changes is full, some entries can be evicted while the cache is not, which is not expected.
Modifications: