- 13 Oct, 2017 11 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
The message has to be sent after the endpoint starts up, which only happens after the first request is accepted, so we put that logic in the response extractor.
-
Dave Syer authored
-
Dave Syer authored
-
- 04 Oct, 2017 1 commit
-
-
Spencer Gibb authored
-
- 03 Oct, 2017 1 commit
-
-
Fahim Farook authored
* Allow init params to be set on ProxyStreamServlet. Fixes gh-2301 * Added unit test for #gh-2301
-
- 01 Oct, 2017 1 commit
-
-
Alex Sartan 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 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
- 11 Sep, 2017 1 commit
-
-
spccold authored
* simplify org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelper#setResponse * Update ProxyRequestHelper.java
-
- 08 Sep, 2017 3 commits
-
-
Ryan Baxter authored
Fallback cause is propagated to fallback provider
-
Ryan Baxter authored
Adjust Ribbon connect and read timeout values
-
Ryan Baxter authored
-
- 07 Sep, 2017 4 commits
-
-
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 9 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
-
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 2 commits
-
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-