jamesnetherton commented on issue #2344: URL: https://github.com/apache/camel-quarkus/issues/2344#issuecomment-803959104
I think this has exposed a little bug because if I tweak `InfinispanTest` and add a config property `camel.component.infinispan.autowired-enabled=false`, then it seems to be ignored: ``` 2021-03-22 10:33:22,169 INFO [org.apa.cam.imp.eng.AutowiredLifecycleStrategy] (main) Autowired property: cacheContainer on component: infinispan as exactly one instance of type: org.infinispan.client.hotrod.RemoteCacheManager (org.infinispan.client.hotrod.RemoteCacheManager) found in the registry 2021-03-22 10:33:22,180 INFO [org.apa.cam.mai.BaseMainSupport] (main) Auto-configuration summary 2021-03-22 10:33:22,181 INFO [org.apa.cam.mai.BaseMainSupport] (main) camel.component.infinispan.autowiredEnabled=false ``` I can open a Camel ticket. -- 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: [email protected]
