- 25 Sep, 2017 6 commits
-
-
Spencer Gibb authored
fixes gh-1946, gh-2220, gh-2221, gh-2222
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-1946, gh-2220, gh-2221, gh-2222
-
Ryan Baxter authored
-
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 2 commits
-
-
Ryan Baxter authored
SpringMvcContract: Ignore RequestMapping headers with no value.
-
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
- 12 Sep, 2017 1 commit
-
-
Spencer Gibb authored
-
- 11 Sep, 2017 1 commit
-
-
spccold authored
* simplify org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelper#setResponse * Update ProxyRequestHelper.java
-
- 08 Sep, 2017 5 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
Fallback cause is propagated to fallback provider
-
Ryan Baxter authored
-
Ryan Baxter authored
Adjust Ribbon connect and read timeout values
-
Ryan Baxter authored
-
- 07 Sep, 2017 5 commits
-
-
Ryan Baxter authored
-
Dominik Mostek authored
-
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.
-
Jin Zhang authored
-
Ryan Baxter authored
Update rxjava version
-
- 06 Sep, 2017 1 commit
-
-
Ryan Baxter authored
-
- 31 Aug, 2017 10 commits
-
-
Gregor Zurowski authored
This commit removes usages of commons-lang builders for equals, hashCode and toString methods. Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
-
Tom Cawley authored
* Introduce getRoutesMap() so subclasses can have read/write access to configured/discovered routes.
-
Ryan Baxter authored
Remove Lombok from documentation
-
Spencer Gibb authored
-
Ryan Baxter authored
Remove Lombok from spring-cloud-netflix-core module
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Gregor Zurowski authored
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
-
Gregor Zurowski authored
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
-
- 29 Aug, 2017 7 commits
-
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-