oscerd opened a new pull request, #26033: URL: https://github.com/apache/camel/pull/26033
## Backport of #25571 to `camel-4.22.x` Cherry-pick of `ba5aced7f6a1` (CAMEL-24418) onto `camel-4.22.x`. **Original PR:** #25571 — CAMEL-24418: camel-http/http-common/netty-http/undertow/vertx-http - do not resolve property placeholders in HTTP URI override headers **Original author:** @oscerd **JIRA:** [CAMEL-24418](https://issues.apache.org/jira/browse/CAMEL-24418) ### What changed The HTTP producers no longer resolve property placeholders (`{{...}}`) on the message-supplied endpoint-URI override headers `CamelHttpUri` and `CamelRestHttpUri`. Placeholders written in the route's endpoint URI continue to resolve at build time exactly as before. ### Straight cherry-pick Clean pick — the seven source and test files applied without conflict and with no hand edits. The only conflict was `docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc`, which does not exist on this branch (`modify/delete`). It is intentionally **not** part of the backport: the upgrade guides for every release line live on `main`, so the 4.22 note is added to `camel-4x-upgrade-guide-4_22.adoc` there instead. ### Verification Full reactor `mvn clean install -DskipTests` on this branch. --- 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01QDvCTjCXTvWTZxJQws95UH -- 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]
