karesti commented on code in PR #5719: URL: https://github.com/apache/camel-quarkus/pull/5719#discussion_r1482919992
########## integration-tests/infinispan/src/main/java/org/apache/camel/quarkus/component/infinispan/InfinispanRoutes.java: ########## @@ -43,6 +43,7 @@ Map<String, String> additionalInfinispanConfig() { if (OS.getCurrentOs().equals(OS.MAC_OS) || OS.getCurrentOs().equals(OS.WINDOWS)) { config.put(CLIENT_INTELLIGENCE, "BASIC"); } + config.put("infinispan.client.hotrod.cache.camel-infinispan.configuration", InfinispanCommonRoutes.LOCAL_CACHE_CONFIG); Review Comment: instead of using uri method, that we need to say to quarkus to include the file in the native executable and bla bla bla, I've just passed the simple config for the tests and creating the cache on first access of from the client -- 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