|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testRegExServiceRouteMapperServiceIdMatches() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testIgnoreAllRoutes() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testGetDefaultPhysicalRoute() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testGetRoutes() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testGetPhysicalRoutes() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testRegExServiceRouteMapperNoServiceIdMatches() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testIgnoreRoutes() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testIgnoreRoutesWithPattern() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testIgnoredRouteIncludedIfConfiguredAndNotDiscovered() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testAutoRoutesCanBeOverridden() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testGetRoutesWithMapping() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type values : Map<String,String> to values : List<Route> in method public getRoutes() : List<Route> in class org.springframework.cloud.netflix.zuul.filters.SimpleRouteLocator |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testIgnoredLocalServiceByDefault() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testIgnoredRouteIncludedIfConfiguredAndDiscovered() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routes : Collection<String> to routes : Collection<Route> in method private registerHandlers() : void in class org.springframework.cloud.netflix.zuul.web.ZuulHandlerMapping |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testGetDefaultRoute() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testIgnoredLocalServiceFalse() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |
|
Change Variable Type routesMap : Map<String,String> to routesMap : List<Route> in method public testAutoRoutes() : void in class org.springframework.cloud.netflix.zuul.filters.discovery.DiscoveryClientRouteLocatorTests |
From |
To |