gnodet commented on PR #25306: URL: https://github.com/apache/camel/pull/25306#issuecomment-5165288883
_🤖 AI-assisted review — Claude Code on behalf of @gnodet_ --- Thanks for addressing the review observations! Confirmed the fixes in b27df53 and b5a8b00: - ✅ Engine notifications now under the bridge lock (no more publish/unpublish race) - ✅ Exchange ID logged on timeout for debugging - ✅ POST requests without `Content-Type: application/json` rejected with 415 - ✅ Session initialization bounded with 30s timeout - ✅ `@since 4.22` added to public SPI types - ✅ Session dropped from provider map on failed SSE write - ✅ `notifyClients`/`closeGracefully` bounded with 5s per-session timeout - ✅ `MESSAGE_EVENT_TYPE` reduced to private - ✅ Engine-resolution error message corrected All prior findings addressed. No further observations from my side. -- 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]
