- 20 Nov, 2017 2 commits
-
-
Ryan Baxter authored
-
Yongsung Yoon authored
* Add support loadBalancerKey in RibbonRoutingFilter * Add documentation about how to provide a loadBalancerKey to Ribbon * Add integrationtest for RibbonRoutingFilter's loadBalancerKey support
-
- 17 Nov, 2017 1 commit
-
-
Ryan Baxter authored
* Adds backoff policies when retrying requests. Fixes #2195 * fixing final variable
-
- 07 Nov, 2017 1 commit
-
-
Ryan Baxter authored
-
- 06 Nov, 2017 1 commit
-
-
Ryan Baxter authored
-
- 27 Oct, 2017 1 commit
-
-
Spencer Gibb authored
-
- 23 Oct, 2017 4 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Gregor Zurowski authored
* Add new Zuul filters endpoint and refactor routes endpoint * Refactor FiltersEndpoint - Extend from AbstractEndpoint and simplify code - Move tests classes into package endpoint - Remove usage of Lombok * Conditionally enable Zuul routes and filters endpoints * Provide FilterRegistry to FiltersEndpoint via constructor
-
- 18 Oct, 2017 1 commit
-
- 17 Oct, 2017 1 commit
-
-
Spencer Gibb authored
-
- 25 Sep, 2017 2 commits
-
-
Andre Dörnbrack authored
Modfied RibbonCommandContext to make request entity resettable. fixes gh-892
-
Ryan Baxter authored
* Remove @EnableDiscoveryClient and @EnableEurekaClient as there are now optional. Fixes #2241.
-
- 22 Sep, 2017 1 commit
-
-
Matt Bray authored
According to: https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/bind/annotation/RequestMapping.html#headers-- the `headers` field can take several formats: 1. Require the header with a concrete value: `"My-Header=myValue"` 2. Require the header with any value: `"My-Header"` 3. Require the header is absent: `"!My-Header"` 4. Require the header with a negated value : `"My-Header!=myValue"` This fixes `parseHeaders` for cases 2-4 (which previously threw a `StringIndexOutOfBoundsException`). Fixes gh-1778.
-
- 21 Sep, 2017 2 commits
- 11 Sep, 2017 1 commit
-
-
spccold authored
* simplify org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelper#setResponse * Update ProxyRequestHelper.java
-
- 08 Sep, 2017 1 commit
-
-
Ryan Baxter authored
-
- 07 Sep, 2017 1 commit
-
-
Dominik Mostek authored
Cause can now be propagated to fallback provider in order to respond accordingly to a exception type. New interface is introduced in order not to break any existing falback providers.
-
- 31 Aug, 2017 3 commits
-
-
Tom Cawley authored
* Introduce getRoutesMap() so subclasses can have read/write access to configured/discovered routes.
-
Spencer Gibb authored
-
Gregor Zurowski authored
Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 24 Aug, 2017 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 18 Aug, 2017 6 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 17 Aug, 2017 1 commit
-
-
Biju Kunjummen authored
-
- 10 Aug, 2017 1 commit
-
-
Spencer Gibb authored
Otherwise useServlet31 was always returning false. fixes gh-2196
-
- 04 Aug, 2017 3 commits
-
-
Spencer Gibb authored
-
Biju Kunjummen authored
Signed-off-by:
João Salavessa <joao.salavessa@sky.uk>
-
Olivier Bourgain authored
-
- 02 Aug, 2017 1 commit
-
-
Jayanth MP authored
(Updated okhttp3 from v3.6.0 to v3.8.1)
-
- 24 Jul, 2017 1 commit
-
-
Biju Kunjummen authored
-
- 21 Jul, 2017 2 commits
-
-
Daniel Lavoie authored
Fixes gh-665
-
Biju Kunjummen authored
fixes #1741
-