claudio4j commented on PR #4976:
URL: https://github.com/apache/camel-k/pull/4976#issuecomment-1845233954

   > LGTM, however I am not understanding how this is solving the issue. 
   
   This fix only the parsing bug, as the `toD` notation allows a flexible 
placeholder, so instead to check only the ending of the string, it if the 
remaining scheme contains the ending placeholder.
   
   > I mean, we still will need to include the component dependency manually, 
right?
   
   Yes, the camel-k dependency resolver is mostly a regexp parsing the strings, 
which in the case of the placeholder is not know at this time, only when the 
code is parsed by camel-core (after camel-k operator build).
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to