squakez commented on issue #4893:
URL: https://github.com/apache/camel-k/issues/4893#issuecomment-1792052115

   I've analyzed the problem. What it really happens is that Camel K is not 
able to parse a route such:
   ```
     - route:
         from:
           parameters:
             name: my-rote
           steps:
   ...
           uri: direct
   ```
   into the correspondant `direct:my-rote`. More than a bug it's a limitation 
in how we discover dependencies (see #1266)


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

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

Reply via email to