Croway opened a new pull request, #26596: URL: https://github.com/apache/camel/pull/26596
Backport of #26584 to `camel-4.22.x` (straight cherry-pick, no conflicts). Fixes CAMEL-24811: `CamelServlet.doServiceAsync()` (async=true without executorRef, and camel-jetty with `async=true&useContinuation=false`) completed the `AsyncContext` before a route that resumes on another thread had written its response. The bug dates from CAMEL-11731 (Camel 3.7), so every LTS branch is affected. No API changes: `doService()` keeps its signature, the in-flight stage is handed over via a `protected` request attribute constant. No upgrade guide entry needed. Draft until #26584 is reviewed and merged on `main`. _Claude Code on behalf of Croway_ -- 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]
