- 08 Mar, 2017 4 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
Adds conditional on Ribbon class to RibbonAutoConfiguration
-
Ryan Baxter authored
-
- 07 Mar, 2017 2 commits
-
-
Ryan Baxter authored
-
Spencer Gibb authored
Previously, when feign used the Ribbon RestClient, an exception was thrown if Content-Length was set. Over time, feign has moved away from RestClient, yet removing the header still happened. Fixes gh-1705 (cherry picked from commit 15e01dfe)
-
- 20 Feb, 2017 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 18 Feb, 2017 1 commit
-
-
Ryan Baxter authored
-
- 15 Feb, 2017 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
Makes Spring Retry optional for Zuul
-
- 14 Feb, 2017 1 commit
-
-
Ryan Baxter authored
-
- 13 Feb, 2017 1 commit
-
-
Ryan Baxter authored
-
- 09 Feb, 2017 5 commits
-
-
Ryan Baxter authored
Add Retry Logic To Zuul Using Spring Retry. Fixes #1295
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 06 Feb, 2017 1 commit
-
-
Eloi authored
Fixes gh-1663
-
- 03 Feb, 2017 2 commits
- 27 Jan, 2017 4 commits
-
-
Spencer Gibb authored
fixes gh-1616
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
A new version of httpclient introduced by boot changed the behaviour that previously allowed the charset. It now has to be parsed out and passed to the apache `ContentType` object explicitly. fixes gh-1649
-
- 23 Jan, 2017 1 commit
-
-
Marcin Grzejszczak authored
-
- 11 Jan, 2017 4 commits
-
-
Bertrand Renuart authored
Set the default buffer size to 8192 to match Tomcat and Jetty defaults Use a buffer per worker thread and use it for subsequent requests
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit f5c69208.
-
Ryan Baxter authored
-
- 10 Jan, 2017 1 commit
-
-
Ryan Baxter authored
Use Spring Retry For Failed Requests Using Feign
-
- 09 Jan, 2017 1 commit
-
-
Biju Kunjummen authored
Fixes gh-1546
-
- 22 Dec, 2016 1 commit
-
-
Ryan Baxter authored
No longer use RetryTemplate bean since the retry policy being used is dependent on the request. We don’t want two Feign requests stomping on each other by switching out the retry policy for the template so each request now created a new template to use.
-
- 09 Dec, 2016 1 commit
-
-
Ryan Baxter authored
-
- 02 Dec, 2016 3 commits
-
-
Ryan Baxter authored
Use configuration from IConfigClient reference to always use the most up to date configuration
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 01 Dec, 2016 1 commit
-
-
Ryan Baxter authored
Uses configuration from IConfigClient reference to always use the most up to date configuration. Fixes #1481.
-
- 30 Nov, 2016 1 commit
-
-
Spencer Gibb authored
Defaults were set too late and were overriding values set in the environment. Specifically, spring.application.name took precedence over eureka.instance.appname. fixes gh-1516
-
- 29 Nov, 2016 1 commit
-
-
Spencer Gibb authored
Specifically, add `@ConditionalOnBean(EurekaClient.class)`. Fixes an issue where eureka and ribbon are on the classpath, eureka.client.enabled=false which would cause a bean not found exception. fixes gh-1511
-