atiaomar1978-hub commented on PR #25846: URL: https://github.com/apache/camel/pull/25846#issuecomment-5470824570
Addressed the latest review feedback from @davsclaus in 7735c3b: - **Per-endpoint warn scope:** Replaced the binding-wide `AtomicBoolean` with a `Set<String>` of endpoint URIs, so each misconfigured exec endpoint logs the ignored-control-headers diagnostic once (not only the first endpoint in the context). - **Test:** Added `shouldWarnOncePerEndpointWhenControlHeadersIgnored` covering two endpoints sharing the component binding — confirms two WARN lines (one per endpoint) and no duplicate on a second exchange to the same endpoint. Earlier fixes remain in place (duplicate upgrade-guide heading removed, upgrade guide + docs updated). _AI-generated on behalf of atiaomar1978-hub_ -- 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]
