- 13 Jan, 2017 1 commit
-
-
Ondřej Božek authored
Fixed short circuit condition to correctly detect @RequestMapping shortcuts (@GetMapping, @PostMaping etc.) Fixes gh-1201
-
- 12 Jan, 2017 6 commits
-
-
Johannes Edmeier authored
Configure a CompositeRouteLocator by default so it is easier to compose multiple RouteLocators.
-
Spencer Gibb authored
-
Spencer Gibb authored
* gzip_decompression: Disables httpclient auto decompression of encoded data
-
Hung Tran authored
Applies only to SimpleHostRoutingFilter. fixes gh-1480
-
Arnaud Brunet authored
SpringClientFactory returns null if the class is not aware of IClientConfig. This change catches the exception when trying the constructor with IClientConfig so classes that aren't aware of IClientConfig can be created. Fixes gh-1608
-
Spencer Gibb authored
fixes gh-1616
-
- 10 Jan, 2017 6 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
Fixes gh-1441
-
Spencer Gibb authored
-
Abhijit Sarkar authored
Adds support for Map types in feign for `@RequestHeader` and `@RequestParam`. Fixes gh-1360
-
Rob Worsnop authored
-
Spencer Gibb authored
-
- 09 Jan, 2017 13 commits
-
-
Spencer Gibb authored
* #1341-single-deferred-result: #1341 SingleDeferredResult should uses RESULT_NONE from DeferredResult instead of having its own empty result.
-
Julien Hoarau authored
#1341 SingleDeferredResult should uses RESULT_NONE from DeferredResult instead of having its own empty result.
-
Spencer Gibb authored
* pull1485: fix spell error
-
周立 authored
fix spell error
-
Thibaud Lepretre authored
In addition to `eureka.instance.hostname` property you can now defined `sidecar.hostname` in order to set different hostname from application and its sidecar. However if `eureka.instance.hostname` is present it will override `sidecar.hostname`. Fixes #981
-
Bertrand Renuart authored
Set the default buffer size to 8192 to match Tomcat and Jetty defaults Use a buffer per worker thread and use it for subsequent requests
-
Biju Kunjummen authored
Fixes gh-1546
-
Spencer Gibb authored
fixes gh-1600
-
Ryan Baxter authored
Pass along client config in RibbonCommand.run. Fixes gh-1530
-
Ryan Baxter authored
Make FeignClientRegistrar implement EnvironmentAware to inject the environment. Fixes gh-1568
-
Jacques-Etienne Beaudet authored
Fix potential decoding and reencoding issues in query params when using SimpleHostRoutingFilter (#1464) Some webserver are picky with the encoding (uWSGI for example) and the current code behavior of decoding and reencoding the query string can lead to valid requests rejected by the backend after the modifications in Zuul. This commit adds an optional parameter to force the original encoding of the query string in SimpleHostRoutingFilter. Fixes gh-971
-
Ryan Baxter authored
Fixes #1440
-
Ahmed Nasir authored
-
- 28 Dec, 2016 1 commit
-
-
Ryan Baxter authored
Update spring-cloud-netflix.adoc
-
- 26 Dec, 2016 1 commit
-
-
Rahman Usta authored
- Remove unintended white-space - Specify imagesdir
-
- 16 Dec, 2016 1 commit
-
-
Spencer Gibb authored
-
- 15 Dec, 2016 1 commit
-
-
Bart Blommaerts authored
-
- 12 Dec, 2016 4 commits
-
-
Spencer Gibb authored
This will clear up empty 200 responses. fixes gh-1123
-
Ryan Baxter authored
-
Spencer Gibb authored
-
Dave Syer authored
-
- 08 Dec, 2016 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
s-c-commons creates an AutoServiceRegistrationProperties bean if enabled. This commit only auto registers with eureka if that bean is available.
-
Spencer Gibb authored
-
- 05 Dec, 2016 3 commits
-
-
Bertrand Renuart authored
use `com.netflix.loadbalancer.DummyPing` instead of `NoopPing` This eliminates the startup of another theadpool. fixes gh-1504
-
Ryan Baxter authored
Don’t add URL protocol when url is set using EL
-
Ryan Baxter authored
-