- 11 May, 2017 1 commit
-
-
윤용성(Yongsung Yoon)/개발혁신팀/SKP authored
-
- 05 Apr, 2017 1 commit
-
-
Ryan Baxter authored
-
- 04 Apr, 2017 1 commit
-
-
Ryan Baxter authored
Add the ability for ribbon clients to specify response status codes they would like to retry. Fixes #1540.
-
- 24 Mar, 2017 1 commit
-
-
Ryan Baxter authored
Change /routes endpoint to use EndpointMvcAdapter and AbstractEndpoint. Fixes #1797
-
- 23 Mar, 2017 1 commit
-
-
Spencer Gibb authored
For more advanced filter examples. fixes gh-1748
-
- 14 Mar, 2017 2 commits
-
-
Spencer Gibb authored
By default, `LoadBalancerBuilder` built a load-balancer with a `PollingServerListUpdater`. This change introduces a `ServerListUpdater` bean which creates a `PollingServerListUpdater(IClientConfig)` so that `ribbon.ServerListRefreshInterval` is respected. fixes gh-1304
-
Biju Kunjummen authored
-
- 13 Mar, 2017 1 commit
-
-
Jack Harris authored
Fix a suspected typo. @Autowired throws a `NoUniqueBeanDefinitionException` if there are multiple beans of the same type without a primary, but the documentation said multiple beans 'cause `@Autowired` to work', rather than 'not work'.
-
- 03 Mar, 2017 1 commit
-
-
Spencer Gibb authored
-
- 01 Mar, 2017 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 28 Feb, 2017 1 commit
-
-
nick-pww authored
fixes gh-1073
-
- 17 Feb, 2017 1 commit
-
-
Ryan Baxter authored
-
- 16 Feb, 2017 1 commit
-
-
Spencer Gibb authored
Adds the ability to turn off Spring Cloud Netflix making the feign instances as primary. fixes gh-1016
-
- 15 Feb, 2017 1 commit
-
-
Ryan Baxter authored
-
- 14 Feb, 2017 1 commit
-
-
Ryan Baxter authored
-
- 10 Feb, 2017 1 commit
-
-
Erik Kringen authored
Fixes gh-1414
-
- 09 Feb, 2017 4 commits
-
-
Spencer Gibb authored
-
Ben Klein authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 04 Feb, 2017 1 commit
-
-
Biju Kunjummen authored
-
- 26 Jan, 2017 1 commit
-
-
Matt Sicker authored
As discovered in #1643, using `@Configuration` on a custom configuration with `@FeignClient` is unnecessary and creates extra work for exclusion from a `@ComponentScan`. This updates the docs to make this explicit.
-
- 09 Jan, 2017 2 commits
-
-
周立 authored
fix spell error
-
Jacques-Etienne Beaudet authored
Fix potential decoding and reencoding issues in query params when using SimpleHostRoutingFilter (#1464) Some webserver are picky with the encoding (uWSGI for example) and the current code behavior of decoding and reencoding the query string can lead to valid requests rejected by the backend after the modifications in Zuul. This commit adds an optional parameter to force the original encoding of the query string in SimpleHostRoutingFilter. Fixes gh-971
-
- 26 Dec, 2016 1 commit
-
-
Rahman Usta authored
- Remove unintended white-space - Specify imagesdir
-
- 15 Dec, 2016 1 commit
-
-
Bart Blommaerts authored
-
- 22 Nov, 2016 1 commit
-
-
Ryan Baxter authored
-
- 14 Nov, 2016 1 commit
-
-
Ryan Baxter authored
-
- 03 Nov, 2016 1 commit
-
-
Dave Syer authored
Emphasises that it's a black list, and clarifies that you need to set it to empty to get authorization and cookie headers.
-
- 27 Oct, 2016 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 20 Oct, 2016 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 13 Oct, 2016 1 commit
-
-
Gregor Zurowski authored
Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 11 Oct, 2016 1 commit
-
-
mg authored
Fixes gh-947
-
- 05 Oct, 2016 1 commit
-
-
bpicode authored
Adds `@FeignClient.fallbackFactory` to define a `feign.hystrix.FallbackFactory`. fixes gh-1117
-
- 04 Oct, 2016 1 commit
-
-
Mathias Düsterhöft authored
* add config option to not ignore security headers * fix field documentation of ignoreSecurityHeaders * add documenation for zuul.ignoreSecurityHeaders fixes gh-1096
-