javaduke commented on issue #1846: URL: https://github.com/apache/camel-quarkus/issues/1846#issuecomment-1245700678
OK, I made some changes: - I added your `ServiceProviderBuildItem` so the CachingProvider is now discovered; - I removed most of the reflection configuration but `com.github.benmanes.caffeine.jcache.copy.JavaSerializationCopier` is still needed; - There are no `caffeine-jcache` dependencies in the bom nor in extension, because in theory it should work with any compatible cache implementation - but the test uses caffeine and that's what's recommended; - Removed explicit caching provider injection from the routes. Can you please take a look and if everything looks good, I will submit a PR. -- 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