- 30 Aug, 2016 3 commits
-
-
Spencer Gibb authored
fixes gh-1134
-
Spencer Gibb authored
fixes gh-1303
-
Spencer Gibb authored
fixes gh-1276
-
- 29 Aug, 2016 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-1285
-
Spencer Gibb authored
Guard creating and creation of classes that use it with @ConditionalOnClass(name = "javax.servlet.http.HttpServletRequest") fixes gh-1302
-
- 25 Aug, 2016 2 commits
-
-
Ryan Baxter authored
Upgrade Eureka to 1.4.11
-
Ryan Baxter authored
-
- 24 Aug, 2016 4 commits
-
-
Ryan Baxter authored
Upgrade Hystrix to 1.5.5
-
Ryan Baxter authored
-
Ryan Baxter authored
Updated SC Stream to Brooklyn SNAPSHOT
-
Ryan Baxter authored
-
- 22 Aug, 2016 6 commits
-
-
Spencer Gibb authored
This fixes a case where the ribbon property is set `ribbon.IsSecure=false`, but because the eureka secure port was enabled, the uri created by ribbon was prefixed with https when it shouldn't have. All places where isSecure is need have been consolidated into RibbonUtils. fixes gh-1270
-
Spencer Gibb authored
Previously with a `@FeignClient(name="http://bad_hostname")` would pass the start time test and fail later in runtime. The test now fails fast. fixes gh-1257
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit 258e53a4.
-
Ryan Baxter authored
-
Marcin Grzejszczak authored
-
- 19 Aug, 2016 4 commits
-
-
Ryan Baxter authored
Make Hystrix Thread Pool available while using Zuul
-
Ryan Baxter authored
Upgrade Feign to 9.3.0
-
Ryan Baxter authored
-
Marcin Grzejszczak authored
-
- 18 Aug, 2016 7 commits
-
-
Ryan Baxter authored
Upgrade Feign to 9.2.0
-
Ryan Baxter authored
-
Spencer Gibb authored
fixes gh-1266
-
Stéphane Lagraulet authored
-
Dave Syer authored
Conflicts: spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/ribbon/RibbonClientConfigurationTests.java
-
Marcin Grzejszczak authored
-
Stéphane Lagraulet authored
-
- 17 Aug, 2016 9 commits
-
-
Ryan Baxter authored
fix 'RibbonRequest' cannot to encode issues
-
Dave Syer authored
-
Dave Syer authored
-
https://github.com/spring-cloud/spring-cloud-netflix…Stéphane Lagraulet authored
Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-netflix into zuul_hystrix_threadpool
-
Spencer Gibb authored
This reverts commit 21df6e43.
-
Dave Syer authored
A problem in Spring Boot means that the extra conditions are combined with OR not AND, so it's a bug to have more than one until that gets fixed (in an AnyNestedCondition). See https://github.com/spring-projects/spring-boot/pull/6672
-
Marcin Grzejszczak authored
-
Dave Syer authored
-
Dave Syer authored
-
- 16 Aug, 2016 2 commits
-
-
Spencer Gibb authored
Merge branch 'context-path-prefix-support' of https://github.com/kakawait/spring-cloud-netflix into kakawait-context-path-prefix-support
-
Spencer Gibb authored
-