atiaomar1978-hub commented on PR #26054:
URL: https://github.com/apache/camel/pull/26054#issuecomment-5528013670

   Replying to @Croway's review notes on callers outside the original diff — 
all addressed in `c9208fa`:
   
   - **`DefaultRestOpenapiProcessorStrategy.doStop()`** — now removes by stored 
`Consumer` reference via `removeHttpEndpoint(consumer)` instead of 
`removeHttpEndpoint(String)`.
   - **`VertxMcpServerEngine.doStop()`** — now calls 
`removeHttpEndpoint(info.path(), null)` so only the MCP registration (null 
consumer) is removed, not sibling routes on the same path.
   - **`MainHttpServerUtil`** — startup summary now compares uri/verbs 
signatures instead of full `HttpEndpointModel` equality, so route reloads no 
longer re-log when only the consumer instance changed.
   
   _Cursor Agent 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]

Reply via email to