Ronny Aerts created CAMEL-11274: ----------------------------------- Summary: ReloadStrategySupport is not easy extendable because of a number of private's Key: CAMEL-11274 URL: https://issues.apache.org/jira/browse/CAMEL-11274 Project: Camel Issue Type: New Feature Components: camel-core Affects Versions: 2.19.0 Reporter: Ronny Aerts
I was trying to analyse ticket CAMEL-11273 and therefore I created a new RouteWatcherReloadStrategy class which overrides the onReloadXml from ReloadStrategySupport. Your have to forsee the succeeded and failed private variables in order to be able to override the onReloadXml with nearly the same functionality. It would be better to have those variables published are to have setters. It would be nice too to have a published version of ResourceState (since it is used in onReloadXml ). -- This message was sent by Atlassian JIRA (v6.3.15#6346)