- 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
-
- 23 Nov, 2016 5 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit cdaa97c0.
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 11 Nov, 2016 1 commit
-
-
Ryan Baxter authored
-Fixed imports -Addressed other code review concerns
-
- 10 Nov, 2016 1 commit
-
-
Ryan Baxter authored
-
- 09 Nov, 2016 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
Make Netflix Servlet 3.0.1 compatible
-
Ryan Baxter authored
-
- 07 Nov, 2016 1 commit
-
-
Ryan Baxter authored
-
- 03 Nov, 2016 1 commit
-
-
Ryan Baxter authored
-
- 02 Nov, 2016 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit be8eece9.
-
- 01 Nov, 2016 1 commit
-
-
Ryan Baxter authored
-
- 27 Oct, 2016 5 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 26 Oct, 2016 3 commits
-
-
Ryan Baxter authored
Provide A Retry Policy For Ribbon Clients
-
Ryan Baxter authored
-
Ryan Baxter authored
-additional refactoring from changes in s-c-commons
-
- 25 Oct, 2016 2 commits
-
-
Venil Noronha authored
Fixes gh-1363
-
Ryan Baxter authored
Resolve spring.application.name via property resolver
-