Croway opened a new pull request, #22407:
URL: https://github.com/apache/camel/pull/22407
## Summary
Backport of #22406 to `camel-4.18.x`.
When a Pipe YAML uses `{{placeholder}}` in Kamelet source/sink properties,
the curly braces are URL-encoded to `%7B%7B...%7D%7D` by
`URISupport.createQueryString()`, preventing Camel's property placeholder
resolver from recognizing them.
**Fix:** After creating the query string, restore `%7B%7B` → `{{` and
`%7D%7D` → `}}` so Camel's property placeholder resolver can find them.
Jira: https://issues.apache.org/jira/browse/CAMEL-23284
--
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]