lburgazzoli opened a new pull request #377: Failed to resolve endpoint: twitter-search URL: https://github.com/apache/camel-k/pull/377 fixes #370 This fixes this issue but there are still cases that are not properly covered so assuming we have a defintion like this: ```java from("twitter-search:{{twitterKeywords}}?delay={{twitterDelayMs}}" + "&consumerKey={{twitterConsumerKey}}" + "&consumerSecret={{twitterConsumerSecret}}" + "&accessToken={{twitterAccessToken}}" + "&accessTokenSecret={{twitterAccessTokenSecret}}") ``` the operator will properly discovery the component but the url will be truncated.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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