|
Change Parameter Type context : ModelCamelContext to context : CamelContext in method public prepareRoute(context CamelContext, route RouteDefinition) : void in class org.apache.camel.model.RouteDefinitionHelper |
From |
To |
|
Change Parameter Type context : ModelCamelContext to context : CamelContext in method private prepareRouteImp(context CamelContext, route RouteDefinition, onExceptions List<OnExceptionDefinition>, intercepts List<InterceptDefinition>, interceptFromDefinitions List<InterceptFromDefinition>, interceptSendToEndpointDefinitions List<InterceptSendToEndpointDefinition>, onCompletions List<OnCompletionDefinition>) : void in class org.apache.camel.model.RouteDefinitionHelper |
From |
To |
|
Change Parameter Type context : ModelCamelContext to context : CamelContext in method public prepareRoute(context CamelContext, route RouteDefinition, onExceptions List<OnExceptionDefinition>, intercepts List<InterceptDefinition>, interceptFromDefinitions List<InterceptFromDefinition>, interceptSendToEndpointDefinitions List<InterceptSendToEndpointDefinition>, onCompletions List<OnCompletionDefinition>) : void in class org.apache.camel.model.RouteDefinitionHelper |
From |
To |
|
Change Parameter Type context : ModelCamelContext to context : CamelContext in method private initParentAndErrorHandlerBuilder(context CamelContext, route RouteDefinition, abstracts List<ProcessorDefinition<?>>, onExceptions List<OnExceptionDefinition>) : void in class org.apache.camel.model.RouteDefinitionHelper |
From |
To |
|
Move Attribute private restDefinitions : List<RestDefinition> from class org.apache.camel.impl.AbstractModelCamelContext to private restDefinitions : List<RestDefinition> from class org.apache.camel.impl.DefaultModel |
From |
To |
|
Move Attribute private serviceCallConfigurations : Map<String,ServiceCallConfigurationDefinition> from class org.apache.camel.impl.AbstractModelCamelContext to private serviceCallConfigurations : Map<String,ServiceCallConfigurationDefinition> from class org.apache.camel.impl.DefaultModel |
From |
To |
|
Move Attribute private routeDefinitions : List<RouteDefinition> from class org.apache.camel.impl.AbstractModelCamelContext to private routeDefinitions : List<RouteDefinition> from class org.apache.camel.impl.DefaultModel |
From |
To |
|
Move Attribute private transformers : List<TransformerDefinition> from class org.apache.camel.impl.AbstractModelCamelContext to private transformers : List<TransformerDefinition> from class org.apache.camel.impl.DefaultModel |
From |
To |
|
Move Attribute private validators : List<ValidatorDefinition> from class org.apache.camel.impl.AbstractModelCamelContext to private validators : List<ValidatorDefinition> from class org.apache.camel.impl.DefaultModel |
From |
To |
|
Move Attribute private hystrixConfigurations : Map<String,HystrixConfigurationDefinition> from class org.apache.camel.impl.AbstractModelCamelContext to private hystrixConfigurations : Map<String,HystrixConfigurationDefinition> from class org.apache.camel.impl.DefaultModel |
From |
To |
|
Move Attribute private dataFormats : Map<String,DataFormatDefinition> from class org.apache.camel.impl.AbstractModelCamelContext to private dataFormats : Map<String,DataFormatDefinition> from class org.apache.camel.impl.DefaultModel |
From |
To |