Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
94d7d257
Commit
94d7d257
authored
Jan 10, 2018
by
saga
Committed by
Ryan Baxter
Jan 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes (#2632)
* Remove invalid import * Remove invalid line
parent
dd978169
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
11 deletions
+7
-11
FeignClientFactoryTests.java
...ramework/cloud/netflix/feign/FeignClientFactoryTests.java
+5
-3
FeignClientUsingPropertiesTests.java
.../cloud/netflix/feign/FeignClientUsingPropertiesTests.java
+2
-1
PropertiesFactory.java
...ringframework/cloud/netflix/ribbon/PropertiesFactory.java
+0
-2
SpringRetryDisabledTests.java
...mework/cloud/netflix/ribbon/SpringRetryDisabledTests.java
+0
-2
SpringRetryEnabledTests.java
...amework/cloud/netflix/ribbon/SpringRetryEnabledTests.java
+0
-1
ZonePreferenceServerListFilterTests.java
...d/netflix/ribbon/ZonePreferenceServerListFilterTests.java
+0
-1
RoutesEndpointTests.java
...ringframework/cloud/netflix/zuul/RoutesEndpointTests.java
+0
-1
No files found.
spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/feign/FeignClientFactoryTests.java
View file @
94d7d257
...
...
@@ -16,15 +16,17 @@
package
org
.
springframework
.
cloud
.
netflix
.
feign
;
import
static
org
.
hamcrest
.
Matchers
.*;
import
static
org
.
junit
.
Assert
.*;
import
org.junit.Test
;
import
org.springframework.context.annotation.AnnotationConfigApplicationContext
;
import
org.springframework.context.annotation.Bean
;
import
java.util.Arrays
;
import
static
org
.
hamcrest
.
Matchers
.
is
;
import
static
org
.
hamcrest
.
Matchers
.
notNullValue
;
import
static
org
.
hamcrest
.
Matchers
.
nullValue
;
import
static
org
.
junit
.
Assert
.
assertThat
;
/**
* @author Spencer Gibb
*/
...
...
spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/feign/FeignClientUsingPropertiesTests.java
View file @
94d7d257
...
...
@@ -39,7 +39,8 @@ import org.springframework.web.bind.annotation.RestController;
import
javax.servlet.http.HttpServletRequest
;
import
static
org
.
junit
.
Assert
.*;
import
static
org
.
junit
.
Assert
.
assertNotNull
;
import
static
org
.
junit
.
Assert
.
fail
;
/**
* @author Eko Kurniawan Khannedy
...
...
spring-cloud-netflix-ribbon/src/main/java/org/springframework/cloud/netflix/ribbon/PropertiesFactory.java
View file @
94d7d257
...
...
@@ -13,8 +13,6 @@ import com.netflix.loadbalancer.ServerList;
import
com.netflix.loadbalancer.ServerListFilter
;
import
static
org
.
springframework
.
cloud
.
netflix
.
ribbon
.
SpringClientFactory
.
NAMESPACE
;
import
static
org
.
springframework
.
cloud
.
netflix
.
ribbon
.
SpringClientFactory
.
instantiateWithConfig
;
/**
* @author Spencer Gibb
...
...
spring-cloud-netflix-ribbon/src/test/java/org/springframework/cloud/netflix/ribbon/SpringRetryDisabledTests.java
View file @
94d7d257
...
...
@@ -33,8 +33,6 @@ import org.springframework.context.ConfigurableApplicationContext;
import
static
org
.
hamcrest
.
MatcherAssert
.
assertThat
;
import
static
org
.
hamcrest
.
Matchers
.
hasSize
;
import
static
org
.
hamcrest
.
Matchers
.
instanceOf
;
import
static
org
.
hamcrest
.
Matchers
.
not
;
import
static
org
.
hamcrest
.
core
.
Is
.
is
;
/**
* @author Ryan Baxter
...
...
spring-cloud-netflix-ribbon/src/test/java/org/springframework/cloud/netflix/ribbon/SpringRetryEnabledTests.java
View file @
94d7d257
...
...
@@ -19,7 +19,6 @@
package
org
.
springframework
.
cloud
.
netflix
.
ribbon
;
import
java.util.Map
;
import
org.hamcrest.Matchers
;
import
org.junit.Test
;
import
org.junit.runner.RunWith
;
import
org.springframework.beans.BeansException
;
...
...
spring-cloud-netflix-ribbon/src/test/java/org/springframework/cloud/netflix/ribbon/ZonePreferenceServerListFilterTests.java
View file @
94d7d257
...
...
@@ -20,7 +20,6 @@ import java.util.Arrays;
import
java.util.List
;
import
org.junit.Before
;
import
org.junit.Test
;
import
org.springframework.cloud.netflix.ribbon.ZonePreferenceServerListFilter
;
import
org.springframework.test.util.ReflectionTestUtils
;
import
com.netflix.loadbalancer.Server
;
...
...
spring-cloud-netflix-zuul/src/test/java/org/springframework/cloud/netflix/zuul/RoutesEndpointTests.java
View file @
94d7d257
...
...
@@ -27,7 +27,6 @@ import java.util.Map;
import
org.junit.Before
;
import
org.junit.Test
;
import
org.springframework.cloud.netflix.zuul.RoutesEndpoint
;
import
org.springframework.cloud.netflix.zuul.filters.Route
;
import
org.springframework.cloud.netflix.zuul.filters.RouteLocator
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment