MotaOcimar commented on PR #4976: URL: https://github.com/apache/camel-k/pull/4976#issuecomment-1847195546
Hi @squakez! Thanks for reviewing! The full discussion of the issue is at [this Zulip topic](https://camel.zulipchat.com/#narrow/stream/257299-camel-k/topic/Help.20with.20.60--build-property.60/near/406165252). But in short, the following route doesn't work even if we specify the camel-http dependency: ```xml <route id="start-route"> <from uri="timer:my-timer"/> <setBody> <constant>Hello!</constant> </setBody> <toD uri="{{endpoint}}/test"/> </route> ``` If we remove `/test` from the path it works, exemplifying the parsing bug. I'm hoping it will be approved until the next release 🙏 -- 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]
