- 21 Oct, 2017 1 commit
-
-
Nastya Smirnova authored
Extract separate class TurbineClustersProvider to be able to provide custom solution for retrieving configured clusters (#2219)
-
- 18 Oct, 2017 1 commit
-
- 17 Oct, 2017 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
see https://github.com/Netflix/archaius/pull/522
-
Dave Syer authored
-
- 16 Oct, 2017 2 commits
-
-
Spencer Gibb authored
Port information was missing from data sent to eureka. fixes gh-2372
-
Dave Syer authored
-
- 13 Oct, 2017 16 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
-
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
-