davsclaus 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_r331834980
##########
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:
Whats the issue upstream?
----------------------------------------------------------------
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]
With regards,
Apache Git Services