lburgazzoli opened a new issue #45: Use caffein as LRUCache in native mode URL: https://github.com/apache/camel-quarkus/issues/45 In native mode, camel-core uses a `SimpleLRUCache` https://github.com/apache/camel-quarkus/blob/master/extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelProcessor.java#L125 This is because at the time of writing the extension or camel-core, caffeine was not supported by quarkus. As there is now a dedicated extension for caffeine we should think to use a caffeine based LRUCache instead of the simple one
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services