oscerd opened a new pull request, #25764: URL: https://github.com/apache/camel/pull/25764
## Backport of #25637 Cherry-pick of #25637 onto `camel-4.18.x`. **Original PR:** #25637 **Original author:** @oscerd Resolution notes: the 4.23 upgrade-guide entry is dropped (guides for all lines live on `main`). On 4.18.x the HttpCore API differs, so `httpContext.setRequest(request)` is kept as `setAttribute(HttpCoreContext.HTTP_REQUEST, request)`. The four auth tests each mixed this change with an unrelated `main`-only dynamic-port change; the allow-list part is taken and the branch's `TARGET_PORT` constant kept. Generated files were regenerated by a full reactor build. Verified: cherry-pick applied with the conflicts resolved as above, and the branch builds on `camel-4.18.x`. _Claude Code on behalf of oscerd_ -- 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]
