557be14368c90644a8c2d7e9547ee71fcb2369f3
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 5
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Removed | |
| org.mockito:mockito-core:1.10.8 | |
| org.mockito:mockito-all:1.10.8 | |
| org.javassist:javassist:3.18.2-GA | |
| Updated | |
| From org.springframework:spring-context 4.1.6.RELEASE To 4.0.3.RELEASE | |
| From org.springframework:spring-core 4.1.6.RELEASE To 4.0.3.RELEASE | |
| From org.springframework:spring-tx 4.1.6.RELEASE To 4.0.3.RELEASE | |
| From org.springframework:spring-aop 4.1.6.RELEASE To 4.0.3.RELEASE |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private invokeExistingSagas(entry AsyncSagaProcessingEvent) : boolean renamed to private prepareSagas(entry AsyncSagaProcessingEvent) : void in class org.axonframework.saga.annotation.AsyncSagaEventProcessor | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type timeout : int to timeout : long in method public retryAfter(timeout long, unit TimeUnit) : RetryPolicy in class org.axonframework.eventhandling.async.RetryPolicy | From | To | |
| Rename Variable | 1 | ||
| Rename Variable sagaInvoked : boolean to requiresRetry : boolean in method private prepareSagas(entry AsyncSagaProcessingEvent) : void in class org.axonframework.saga.annotation.AsyncSagaEventProcessor | From | To | |
| Change Return Type | 1 | ||
| Change Return Type boolean to void in method private prepareSagas(entry AsyncSagaProcessingEvent) : void in class org.axonframework.saga.annotation.AsyncSagaEventProcessor | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute eventBus : EventBus to resolverFactory : MultiParameterResolverFactory in class org.axonframework.saga.annotation.AsyncAnnotatedSagaManagerTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type eventBus : EventBus to resolverFactory : MultiParameterResolverFactory in class org.axonframework.saga.annotation.AsyncAnnotatedSagaManagerTest | From | To | |
| Inline Variable | 1 | ||
| Inline Variable sagaType : Class<? extends Saga> in method private invokeExistingSagas(entry AsyncSagaProcessingEvent) : boolean from class org.axonframework.saga.annotation.AsyncSagaEventProcessor | From | To |