- 28 Sep, 2017 8 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-2309i
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Spencer Gibb authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 27 Sep, 2017 1 commit
-
-
Spencer Gibb authored
-
- 26 Sep, 2017 5 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 25 Sep, 2017 9 commits
-
-
Spencer Gibb authored
These things are now much better dealt with in Spring MVC and WebFlux
-
Spencer Gibb authored
-
Spencer Gibb authored
-
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
-