essobedo opened a new pull request, #11881: URL: https://github.com/apache/camel/pull/11881
Fix for https://issues.apache.org/jira/browse/CAMEL-20039 for Camel 4.0 ## Motivation To prevent OOME, we need to provide a soft cache. ## Modifications: * Convert the static inner class `SimpleLRUCache` into a main class to be able to reuse it easily * Add a decorator of Map called `SimpleSoftCache` to convert a map into a soft cache * Modify the `DefaultLRUCacheFactory` to return a soft cache when calling methods `createLRUWeakCache` and `createLRUSoftCache` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org