lburgazzoli commented on a change in pull request #231: Add support for quarkus provided event loop URL: https://github.com/apache/camel-quarkus/pull/231#discussion_r331846133
########## File path: extensions/core/runtime/src/main/java/org/apache/camel/quarkus/core/RuntimeRegistry.java ########## @@ -30,4 +34,26 @@ public Object unwrap(Object value) { ? ((RuntimeValue)value).getValue() : value; } + + // TODO: fix upstream Review comment: Sorry was late and forgot to open an issue. The problem is that the default implementations does not merge the results from the repositories with the fallback one so if you bind something to the registry and one of the repositories return a non null set, then you' won't get the local instance but an empty answer. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services