davsclaus opened a new pull request, #23338: URL: https://github.com/apache/camel/pull/23338
## Summary - Remove the fallback `fromRouteId` scan and dynamic inputs addition from the `ExchangeCreatedEvent` handler in `DefaultRuntimeEndpointRegistry` - This workaround was added for rest-openapi exchanges missing `fromRouteId`, but that root cause has since been properly fixed by propagating `routeId` through `DefaultPlatformHttpConsumer.setRouteId()` - The fallback incorrectly matched `ProducerTemplate` exchanges (which legitimately have null `fromRouteId`) to route inputs, doubling the input hit count ## Test plan - [x] `ManagedEndpointUtilizationStatisticsTest` now passes (was failing with `expected: <4> but was: <8>`) - [x] Full `camel-management` test suite passes with no regressions _Claude Code on behalf of Claus Ibsen_ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
