MyAsyncComponent uses invalid URIs ---------------------------------- Key: CAMEL-4394 URL: https://issues.apache.org/jira/browse/CAMEL-4394 Project: Camel Issue Type: Test Components: camel-core Reporter: Hadrian Zbarcea Assignee: Hadrian Zbarcea Priority: Minor Fix For: 2.8.1, 2.9.0
MyAsyncComponent URIs contain spaces and test depend on invalid URIs like to("async:Bye Camel"). A simple fix is to make a convention to use URNs like: "async:bye:camel" and internally convert ':' to ' ' and capitalize words to not change the tests too much. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira