- 23 Oct, 2017 8 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Raiyan authored
- The eureka instance auto registration also changes the secure port when the server port is random (0) Fixes gh-2303
-
Spencer Gibb authored
-
mg authored
Update documentation to reflect https://github.com/spring-cloud/spring-cloud-netflix/issues/1048
-
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
-
- 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