|
Change Parameter Type destination : Address to destination : Member in method public send(destination Member, command CommandMessage<? extends C>) : void in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector |
From |
To |
|
Change Parameter Type commandMessage : CommandMessage to commandMessage : CommandMessage<?> in method public getMember(routingKey String, commandMessage CommandMessage<?>) : Optional<Member> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage> to other : Predicate<? super CommandMessage<?>> in method public or(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter |
From |
To |
|
Change Parameter Type iterator : Iterator<Map.Entry<String,Member<T>>> to iterator : Iterator<Map.Entry<String,ConsistentHashMember>> in method private findSuitableMember(commandMessage CommandMessage<?>, iterator Iterator<Map.Entry<String,ConsistentHashMember>>) : Optional<Member> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Parameter Type hashed : SortedMap<String,Member<T>> to hashed : SortedMap<String,ConsistentHashMember> in method private ConsistentHash(hashed SortedMap<String,ConsistentHashMember>) in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage> to other : Predicate<? super CommandMessage<?>> in method public and(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter |
From |
To |
|
Change Parameter Type destination : URI to destination : Member in method public send(destination Member, command CommandMessage<C>, callback CommandCallback<? super C,R>) : void in class org.axonframework.commandhandling.distributed.websockets.WebsocketCommandBusConnector |
From |
To |
|
Change Parameter Type commandMessagePredicate : Predicate<CommandMessage> to messageFilter : Predicate<CommandMessage<?>> in method public JoinMessage(address Address, loadFactor int, messageFilter Predicate<CommandMessage<?>>) in class org.axonframework.commandhandling.distributed.jgroups.JoinMessage |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage> to other : Predicate<? super CommandMessage<?>> in method public or(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.DenyAll |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage> to other : Predicate<? super CommandMessage<?>> in method public or(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll |
From |
To |
|
Change Parameter Type commandMessage : CommandMessage to commandMessage : CommandMessage<?> in method private findSuitableMember(commandMessage CommandMessage<?>, iterator Iterator<Map.Entry<String,ConsistentHashMember>>) : Optional<Member> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage> to other : Predicate<? super CommandMessage<?>> in method public and(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage> to other : Predicate<? super CommandMessage<?>> in method public or(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter |
From |
To |
|
Change Parameter Type commandFilter : Predicate<CommandMessage> to commandFilter : Predicate<CommandMessage<?>> in method public updateMembership(loadFactor int, commandFilter Predicate<CommandMessage<?>>) : void in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector |
From |
To |
|
Change Parameter Type destination : URI to destination : Member in method public send(destination Member, command CommandMessage<? extends C>) : void in class org.axonframework.commandhandling.distributed.websockets.WebsocketCommandBusConnector |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage> to other : Predicate<? super CommandMessage<?>> in method public and(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage> to other : Predicate<? super CommandMessage<?>> in method public and(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.DenyAll |
From |
To |
|
Move Attribute private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.DistributedCommandBus to private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector |
From |
To |
|
Move Attribute private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.DistributedCommandBus to private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.StaticCommandRouterTest |
From |
To |
|
Move Attribute private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.DistributedCommandBus to private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnectorTest |
From |
To |
|
Move Attribute private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.DistributedCommandBus to private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean |
From |
To |
|
Move Attribute private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.DistributedCommandBus to private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.jgroups.JgroupsConnectorTest_Gossip |
From |
To |
|
Move Attribute private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.DistributedCommandBus to private routingStrategy : RoutingStrategy from class org.axonframework.commandhandling.distributed.StaticCommandRouter |
From |
To |
|
Change Variable Type sortedMembers : SortedMap<String,Member<T>> to members : SortedMap<String,ConsistentHashMember> in method public with(member Member, loadFactor int, commandFilter Predicate<? super CommandMessage<?>>) : ConsistentHash in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Variable Type tailIterator : Iterator<Map.Entry<String,Member<T>>> to tailIterator : Iterator<Map.Entry<String,ConsistentHashMember>> in method public getMember(routingKey String, commandMessage CommandMessage<?>) : Optional<Member> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Variable Type headIterator : Iterator<Map.Entry<String,Member<T>>> to headIterator : Iterator<Map.Entry<String,ConsistentHashMember>> in method public getMember(routingKey String, commandMessage CommandMessage<?>) : Optional<Member> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Member<T>> to entry : Map.Entry<String,ConsistentHashMember> in method private findSuitableMember(commandMessage CommandMessage<?>, iterator Iterator<Map.Entry<String,ConsistentHashMember>>) : Optional<Member> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Variable Type target : D to destination : Member in method public dispatch(command CommandMessage<C>, callback CommandCallback<? super C,R>) : void in class org.axonframework.commandhandling.distributed.DistributedCommandBus |
From |
To |
|
Change Variable Type tailMap : SortedMap<String,Member<T>> to tailMap : SortedMap<String,ConsistentHashMember> in method public getMember(routingKey String, commandMessage CommandMessage<?>) : Optional<Member> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Variable Type ringMember : Member<T> to newMember : ConsistentHashMember in method public with(member Member, loadFactor int, commandFilter Predicate<? super CommandMessage<?>>) : ConsistentHash in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Variable Type foundMember : Member<T> to foundMember : Optional<Member> in method public getMember(routingKey String, commandMessage CommandMessage<?>) : Optional<Member> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Variable Type sortedMembers : SortedMap<String,Member<T>> to newHashes : SortedMap<String,ConsistentHashMember> in method public without(member Member) : ConsistentHash in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Rename Variable sortedMembers : SortedMap<String,Member<T>> to newHashes : SortedMap<String,ConsistentHashMember> in method public without(member Member) : ConsistentHash in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Rename Variable source : String to joinedMember : String in method private processJoinMessage(message Message, joinMessage JoinMessage) : void in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector |
From |
To |
|
Rename Variable sortedMembers : SortedMap<String,Member<T>> to members : SortedMap<String,ConsistentHashMember> in method public with(member Member, loadFactor int, commandFilter Predicate<? super CommandMessage<?>>) : ConsistentHash in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Rename Variable target : D to destination : Member in method public dispatch(command CommandMessage<C>, callback CommandCallback<? super C,R>) : void in class org.axonframework.commandhandling.distributed.DistributedCommandBus |
From |
To |
|
Rename Variable ringMember : Member<T> to newMember : ConsistentHashMember in method public with(member Member, loadFactor int, commandFilter Predicate<? super CommandMessage<?>>) : ConsistentHash in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Return Type ServiceMember<D> to Optional<Member> in method public findDestination(message CommandMessage<?>) : Optional<Member> in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector |
From |
To |
|
Change Return Type Member<T> to Optional<Member> in method private findSuitableMember(commandMessage CommandMessage<?>, iterator Iterator<Map.Entry<String,ConsistentHashMember>>) : Optional<Member> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public or(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.DenyAll |
From |
To |
|
Change Return Type T to Optional<Member> in method public getMember(routingKey String, commandMessage CommandMessage<?>) : Optional<Member> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public and(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public negate() : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll |
From |
To |
|
Change Return Type Set<T> to Set<Member> in method public getMembers() : Set<Member> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public messageFilter() : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.jgroups.JoinMessage |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public or(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll |
From |
To |
|
Change Return Type Object to R in method public getFieldValue(field Field, object Object) : R in class org.axonframework.common.ReflectionUtils |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public and(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public and(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public negate() : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public or(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public or(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public and(other Predicate<? super CommandMessage<?>>) : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.DenyAll |
From |
To |
|
Change Return Type Object to JGroupsConnector in method public getObject() : JGroupsConnector in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean |
From |
To |
|
Change Return Type Predicate<CommandMessage> to Predicate<CommandMessage<?>> in method public negate() : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.commandfilter.DenyAll |
From |
To |
|
Change Return Type ConsistentHash<T> to ConsistentHash in method public with(member Member, loadFactor int, commandFilter Predicate<? super CommandMessage<?>>) : ConsistentHash in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Attribute Type commandFilter : Predicate<CommandMessage> to commandFilter : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector |
From |
To |
|
Change Attribute Type commandFilter : Predicate<CommandMessage> to commandFilter : AtomicReference<Predicate<CommandMessage<?>>> in class org.axonframework.commandhandling.distributed.DistributedCommandBus |
From |
To |
|
Change Attribute Type connector : CommandBusConnector<D> to connector : CommandBusConnector in class org.axonframework.commandhandling.distributed.DistributedCommandBus |
From |
To |
|
Change Attribute Type members : Map<Address,ServiceMember<Address>> to members : Map<Address,SimpleMember<Address>> in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector |
From |
To |
|
Change Attribute Type commandMessagePredicate : Predicate<CommandMessage> to messageFilter : Predicate<CommandMessage<?>> in class org.axonframework.commandhandling.distributed.jgroups.JoinMessage |
From |
To |
|
Change Attribute Type hashToMember : SortedMap<String,Member<T>> to hashToMember : SortedMap<String,ConsistentHashMember> in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Rename Parameter commandMessage : CommandMessage<?> to message : CommandMessage<?> in method public findDestination(message CommandMessage<?>) : Optional<Member> in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector |
From |
To |
|
Rename Parameter stringCommandMessage : CommandMessage<?> to message : CommandMessage<?> in method public handle(message CommandMessage<?>) : Object in class org.axonframework.commandhandling.distributed.jgroups.JgroupsConnectorTest_Gossip.CountingCommandHandler |
From |
To |
|
Rename Parameter commandMessagePredicate : Predicate<CommandMessage> to messageFilter : Predicate<CommandMessage<?>> in method public JoinMessage(address Address, loadFactor int, messageFilter Predicate<CommandMessage<?>>) in class org.axonframework.commandhandling.distributed.jgroups.JoinMessage |
From |
To |
|
Rename Parameter stringCommandMessage : CommandMessage<?> to message : CommandMessage<?> in method public handle(message CommandMessage<?>) : Object in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnectorTest.CountingCommandHandler |
From |
To |