Croway opened a new pull request, #22472: URL: https://github.com/apache/camel/pull/22472
## Summary - Adds an `onReload()` lifecycle hook to `ContextServicePlugin`, invoked before routes are reloaded in dev mode - `RouteWatcherReloadStrategy` now notifies all registered plugins via `ContextServiceLoaderPluginResolver.onReload()` before reloading routes - Allows plugins to refresh bean references, re-read configuration, or update state before new routes start ## Test plan - [x] Unit test `RouteWatcherReloadStrategyOnReloadTest` verifies plugins are invoked on reload - [x] Default no-op implementation verified not to throw -- 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]
