You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "louisa-fr (via GitHub)" <gi...@apache.org> on 2023/04/02 23:06:14 UTC

[GitHub] [camel] louisa-fr opened a new pull request, #9771: Draft: Camel 19234: avoid ambiguity when looking up a bean

louisa-fr opened a new pull request, #9771:
URL: https://github.com/apache/camel/pull/9771

   Issue: https://issues.apache.org/jira/browse/CAMEL-19234
   
   This code was a suggestion from the camel-zulip-chat, where it wasn't sure, whether it would have any side effects, so we thought we would open a PR with it to trigger discussion as it would help unblock an issue in the quarkus-artemis project :) 
   
   Zulip-Chat: https://camel.zulipchat.com/#narrow/stream/257302-camel-quarkus/topic/Resolution.20of.20.40Identifier.20dependency


-- 
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] louisa-fr commented on pull request #9771: Camel 19234: avoid ambiguity when looking up a bean

Posted by "louisa-fr (via GitHub)" <gi...@apache.org>.
louisa-fr commented on PR #9771:
URL: https://github.com/apache/camel/pull/9771#issuecomment-1496595147

   @turing85 has verified that https://github.com/apache/camel/pull/9811 fixes the issue, thanks for working on it ! I'll close this PR then. 


-- 
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] github-actions[bot] commented on pull request #9771: Camel 19234: avoid ambiguity when looking up a bean

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #9771:
URL: https://github.com/apache/camel/pull/9771#issuecomment-1493897857

   :no_entry_sign: There are (likely) no components to be tested in this 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-unsubscribe@camel.apache.org

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


[GitHub] [camel] turing85 commented on pull request #9771: Camel 19234: avoid ambiguity when looking up a bean

Posted by "turing85 (via GitHub)" <gi...@apache.org>.
turing85 commented on PR #9771:
URL: https://github.com/apache/camel/pull/9771#issuecomment-1494449073

   No results. The stack trace in https://github.com/apache/camel-quarkus/issues/4725 indicates that it comes from some implementation of the `AbstractCamelContext` (-> `JmsComponent`) -> `DefaultComponent` -> `EndpointHelper` -> `CamelContextHelper`


-- 
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] louisa-fr closed pull request #9771: Camel 19234: avoid ambiguity when looking up a bean

Posted by "louisa-fr (via GitHub)" <gi...@apache.org>.
louisa-fr closed pull request #9771: Camel 19234: avoid ambiguity when looking up a bean 
URL: https://github.com/apache/camel/pull/9771


-- 
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] github-actions[bot] commented on pull request #9771: Draft: Camel 19234: avoid ambiguity when looking up a bean

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #9771:
URL: https://github.com/apache/camel/pull/9771#issuecomment-1493462157

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :warning: Please note that the changes on this PR may be **tested automatically**. 
   
   If necessary Apache Camel Committers may access logs and test results in the job summaries!


-- 
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] davsclaus commented on pull request #9771: Camel 19234: avoid ambiguity when looking up a bean

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on PR #9771:
URL: https://github.com/apache/camel/pull/9771#issuecomment-1496323845

   Here is a PR with a fix
   https://github.com/apache/camel/pull/9811
   
   Try this on CEQ


-- 
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] davsclaus commented on pull request #9771: Camel 19234: avoid ambiguity when looking up a bean

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on PR #9771:
URL: https://github.com/apache/camel/pull/9771#issuecomment-1494115064

   try with git grep in camel-quarkus and see where it calls this method


-- 
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] turing85 commented on pull request #9771: Camel 19234: avoid ambiguity when looking up a bean

Posted by "turing85 (via GitHub)" <gi...@apache.org>.
turing85 commented on PR #9771:
URL: https://github.com/apache/camel/pull/9771#issuecomment-1494023712

   @davsclaus I am not quite sure this is possible. We do not call this part directly; it is called through the runtime, especially in the `quarkus-camel` extension. See [the corresponding JIRA issue](https://issues.apache.org/jira/browse/CAMEL-19234).
   
   If it is possible, can you give us a pointer where we have to adjust the corresponding call?


-- 
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