|
Change Parameter Type registeredCounters : Map<ProcessorDefinition<?>,PerformanceCounter> to registeredCounters : Map<NamedNode,PerformanceCounter> in method private registerPerformanceCounters(routeContext RouteContext, processor ProcessorDefinition<?>, registeredCounters Map<NamedNode,PerformanceCounter>) : void in class org.apache.camel.management.DefaultManagementLifecycleStrategy |
From |
To |
|
Change Parameter Type definition : ProcessorDefinition<?> to definition : NamedNode in method public prepareProcessor(definition NamedNode, target Processor, advice InstrumentationProcessor) : PerformanceCounter in class org.apache.camel.management.InstrumentationInterceptStrategy |
From |
To |
|
Change Parameter Type wrappedProcessors : Map<Processor,KeyValueHolder<ProcessorDefinition<?>,InstrumentationProcessor>> to wrappedProcessors : Map<Processor,KeyValueHolder<NamedNode,InstrumentationProcessor>> in method public InstrumentationInterceptStrategy(registeredCounters Map<NamedNode,PerformanceCounter>, wrappedProcessors Map<Processor,KeyValueHolder<NamedNode,InstrumentationProcessor>>) in class org.apache.camel.management.InstrumentationInterceptStrategy |
From |
To |
|
Change Parameter Type registeredCounters : Map<ProcessorDefinition<?>,PerformanceCounter> to registeredCounters : Map<NamedNode,PerformanceCounter> in method public InstrumentationInterceptStrategy(registeredCounters Map<NamedNode,PerformanceCounter>, wrappedProcessors Map<Processor,KeyValueHolder<NamedNode,InstrumentationProcessor>>) in class org.apache.camel.management.InstrumentationInterceptStrategy |
From |
To |
|
Change Variable Type it : Iterator<KeyValueHolder<ProcessorDefinition<?>,InstrumentationProcessor>> to it : Iterator<KeyValueHolder<NamedNode,InstrumentationProcessor>> in method private removeWrappedProcessorsForRoutes(routes Collection<Route>) : void in class org.apache.camel.management.DefaultManagementLifecycleStrategy |
From |
To |
|
Change Variable Type registeredCounters : Map<ProcessorDefinition<?>,PerformanceCounter> to registeredCounters : Map<NamedNode,PerformanceCounter> in method public onRouteContextCreate(routeContext RouteContext) : void in class org.apache.camel.management.DefaultManagementLifecycleStrategy |
From |
To |
|
Change Variable Type holder : KeyValueHolder<ProcessorDefinition<?>,InstrumentationProcessor> to holder : KeyValueHolder<NamedNode,InstrumentationProcessor> in method public prepareProcessor(definition NamedNode, target Processor, advice InstrumentationProcessor) : PerformanceCounter in class org.apache.camel.management.InstrumentationInterceptStrategy |
From |
To |
|
Change Variable Type holder : KeyValueHolder<ProcessorDefinition<?>,InstrumentationProcessor> to holder : KeyValueHolder<NamedNode,InstrumentationProcessor> in method private getManagedObjectForProcessor(context CamelContext, processor Processor, route Route) : Object in class org.apache.camel.management.DefaultManagementLifecycleStrategy |
From |
To |
|
Change Variable Type holder : KeyValueHolder<ProcessorDefinition<?>,InstrumentationProcessor> to holder : KeyValueHolder<NamedNode,InstrumentationProcessor> in method private removeWrappedProcessorsForRoutes(routes Collection<Route>) : void in class org.apache.camel.management.DefaultManagementLifecycleStrategy |
From |
To |
|
Change Attribute Type wrappedProcessors : Map<Processor,KeyValueHolder<ProcessorDefinition<?>,InstrumentationProcessor>> to wrappedProcessors : Map<Processor,KeyValueHolder<NamedNode,InstrumentationProcessor>> in class org.apache.camel.management.InstrumentationInterceptStrategy |
From |
To |
|
Change Attribute Type registeredCounters : Map<ProcessorDefinition<?>,PerformanceCounter> to registeredCounters : Map<NamedNode,PerformanceCounter> in class org.apache.camel.management.InstrumentationInterceptStrategy |
From |
To |
|
Change Attribute Type wrappedProcessors : Map<Processor,KeyValueHolder<ProcessorDefinition<?>,InstrumentationProcessor>> to wrappedProcessors : Map<Processor,KeyValueHolder<NamedNode,InstrumentationProcessor>> in class org.apache.camel.management.DefaultManagementLifecycleStrategy |
From |
To |