You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/04/27 08:13:21 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #4841: [Quarkus 3.1.0] Quarkus Infinispan RemoteCacheManager bean autowiring does not work

jamesnetherton opened a new issue, #4841:
URL: https://github.com/apache/camel-quarkus/issues/4841

   Autowiring is likely not working due to the introduction of named clients:
   
   https://github.com/quarkusio/quarkus/blob/main/docs/src/main/asciidoc/infinispan-client-reference.adoc#default-and-named-connections


-- 
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-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Quarkus Infinispan RemoteCacheManager bean autowiring does not work [camel-quarkus]

Posted by "karesti (via GitHub)" <gi...@apache.org>.
karesti commented on issue #4841:
URL: https://github.com/apache/camel-quarkus/issues/4841#issuecomment-1927043775

   @jamesnetherton RemoteCacheManager is a synthetic bean now, before we could handle mocks for example, or have multiple cache managers which was a requirement. This change was introduced following the way other datasources work and instantiate clients
   May I help on here ?


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton commented on issue #4841: [Quarkus 3.1.0] Quarkus Infinispan RemoteCacheManager bean autowiring does not work

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #4841:
URL: https://github.com/apache/camel-quarkus/issues/4841#issuecomment-1525348615

   I implemented a workaround for now:
   
   https://github.com/apache/camel-quarkus/commit/255cf9c76223b1996990e707fb3f00e28ffdb33f
   
   Ideally, we need to find a better way to handle it.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org