fb3ad6eab273cff38fa876ed4106dff688ec84f8
Files Diff
- Added: 21
- Removed: 22
- Renamed: 0
- Modified: 23
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From io.atomix.copycat:copycat-server 1.0.0-rc2 To 1.0.0-SNAPSHOT | |
From io.atomix.copycat:copycat-client 1.0.0-rc2 To 1.0.0-SNAPSHOT | |
From io.atomix.catalyst:catalyst-netty 1.0.1 To 1.0.2-SNAPSHOT | |
From io.atomix.catalyst:catalyst-local 1.0.1 To 1.0.2-SNAPSHOT |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type commit : Commit<ConfigureCommand> to commit : Commit<ResourceCommand.Configure> in method private configure(commit Commit<ResourceCommand.Configure>) : void in class io.atomix.resource.ResourceStateMachine | From | To | |
Change Parameter Type commit : Commit<DeleteCommand> to commit : Commit<ResourceCommand.Delete> in method private delete(commit Commit<ResourceCommand.Delete>) : void in class io.atomix.resource.ResourceStateMachine | From | To | |
Change Parameter Type closer : Consumer<Instance> to closer : Consumer<ResourceInstance> in method public ResourceInstance(key String, type ResourceType, closer Consumer<ResourceInstance>) in class io.atomix.resource.util.ResourceInstance | From | To | |
Change Parameter Type instance : Instance to instance : ResourceInstance in method public InstanceClient(instance ResourceInstance, client CopycatClient) in class io.atomix.resource.util.InstanceClient | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class io.atomix.resource.Instance moved and renamed to io.atomix.resource.util.ResourceInstance | From | To | |
Move Class | 19 | ||
Move Class io.atomix.resource.ResourceCommand moved to io.atomix.resource.util.ResourceCommand | From | To | |
Move Class io.atomix.resource.ServiceLoaderResourceResolver moved to io.atomix.resource.util.ServiceLoaderResourceResolver | From | To | |
Move Class io.atomix.AtomixProperties moved to io.atomix.util.AtomixProperties | From | To | |
Move Class io.atomix.manager.ResourceManagerTypeResolver moved to io.atomix.manager.util.ResourceManagerTypeResolver | From | To | |
Move Class io.atomix.resource.InstanceQuery moved to io.atomix.resource.util.InstanceQuery | From | To | |
Move Class io.atomix.resource.ResourceCommit moved to io.atomix.resource.util.ResourceCommit | From | To | |
Move Class io.atomix.resource.ResourceOperation moved to io.atomix.resource.util.ResourceOperation | From | To | |
Move Class io.atomix.resource.ResourceFactory moved to io.atomix.resource.util.ResourceFactory | From | To | |
Move Class io.atomix.resource.InstanceTypeResolver moved to io.atomix.resource.util.InstanceTypeResolver | From | To | |
Move Class io.atomix.resource.InstanceOperation moved to io.atomix.resource.util.InstanceOperation | From | To | |
Move Class io.atomix.resource.ResourceQuery moved to io.atomix.resource.util.ResourceQuery | From | To | |
Move Class io.atomix.ReplicaProperties moved to io.atomix.util.ReplicaProperties | From | To | |
Move Class io.atomix.resource.InstanceSession moved to io.atomix.resource.util.InstanceSession | From | To | |
Move Class io.atomix.resource.ResourceTypeResolver moved to io.atomix.resource.util.ResourceTypeResolver | From | To | |
Move Class io.atomix.resource.InstanceEvent moved to io.atomix.resource.util.InstanceEvent | From | To | |
Move Class io.atomix.resource.ResourceRegistry moved to io.atomix.resource.util.ResourceRegistry | From | To | |
Move Class io.atomix.ClientProperties moved to io.atomix.util.ClientProperties | From | To | |
Move Class io.atomix.resource.InstanceClient moved to io.atomix.resource.util.InstanceClient | From | To | |
Move Class io.atomix.resource.InstanceCommand moved to io.atomix.resource.util.InstanceCommand | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type configureCommit : Commit<ConfigureCommand> to configureCommit : Commit<ResourceCommand.Configure> in class io.atomix.resource.ResourceStateMachine | From | To | |
Change Attribute Type instance : Instance to instance : ResourceInstance in class io.atomix.resource.util.InstanceClient | From | To | |
Change Attribute Type closer : Consumer<Instance> to closer : Consumer<ResourceInstance> in class io.atomix.resource.util.ResourceInstance | From | To |