cbbe9668b911c751d94d7cef2e978d6d1e35be54
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public addHystrixConfigurations() : void renamed to public postConstruct() : void in class org.apache.camel.component.hystrix.springboot.HystrixAutoConfiguration | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type entry : Map.Entry<String,HystrixConfigurationCommon> to entry : Map.Entry<String,HystrixConfigurationDefinitionCommon> in method public postConstruct() : void in class org.apache.camel.component.hystrix.springboot.HystrixAutoConfiguration | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type config : HystrixConfiguration to config : HystrixConfigurationDefinitionProperties in class org.apache.camel.component.hystrix.springboot.HystrixAutoConfiguration | From | To | |
| Change Attribute Type beanFactory : BeanFactory to beanFactory : ConfigurableBeanFactory in class org.apache.camel.component.hystrix.springboot.HystrixAutoConfiguration | From | To |