- 22 Jul, 2016 1 commit
-
-
Ryan Baxter authored
-
- 21 Jul, 2016 4 commits
-
-
Dave Syer authored
We need to still assert that the FeignClient is valid (no name and value specified together for instance). Added missing tests.
-
Dave Syer authored
There is a utility method in Spring that we can use to merge all the aliases. That way 4.2 and 4.3 behave the same way. Fixes gh-1192
-
Dave Syer authored
-
Dave Syer authored
-
- 15 Jul, 2016 2 commits
-
-
Ryan Baxter authored
Disable cookie management for RibbonLoadBalancingHttpClient Fixes gh-301
-
Denys Kurylenko authored
-
- 14 Jul, 2016 1 commit
-
-
Denys Kurylenko authored
-
- 13 Jul, 2016 2 commits
-
-
Ryan Baxter authored
Upgrade Eureka to 1.4.10
-
Ryan Baxter authored
-
- 12 Jul, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-1175
-
- 08 Jul, 2016 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit 931f0580.
-
- 07 Jul, 2016 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
Upgrade Eureka to 1.4.9
-
Ryan Baxter authored
-
- 30 Jun, 2016 2 commits
- 29 Jun, 2016 1 commit
-
-
Spencer Gibb authored
-
- 28 Jun, 2016 1 commit
-
-
Patrick Cornelißen authored
Adds property zuul.sslHostnameValidationEnabled to be able to disable the hostname validation in the simpleHostRoutingFilter fixes gh-1057
-
- 24 Jun, 2016 3 commits
-
-
Spencer Gibb authored
Previously ProxyRequestHelper contained a TraceRepository field. This caused zuul apps to fail with a class not found exception if they excluded actuator. This splits TraceRepository functionality into a new TraceProxyRequestHelper that extends ProxyRequestHelper. Auto configuration creates the appropriate ProxyRequestHelper based on the existence or not of actuator classes. fixes gh-1135
-
Spencer Gibb authored
-
Spencer Gibb authored
Also added descriptions to properties. fixes gh-1131
-
- 23 Jun, 2016 2 commits
-
-
Spencer Gibb authored
* schemeless-uri: Without explicit client config of IsSecure, lookup from registration
-
Will Tran authored
instead of defaulting to false. Fixes gh-1126
-
- 22 Jun, 2016 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
Zuul sets an empty entity for GET requests. The apache http client either sets transfer encoding to chunked or a content length header. This change sets the apache entity contentLength to 0 (not the header), to that in RequestContent the "content-length" header is set to 0 rathern than transfer encoding. See gh-1042
-
- 21 Jun, 2016 1 commit
-
-
Jérôme Mirc authored
fixes gh-1113 See https://github.com/Netflix/Hystrix/issues/1251
-
- 20 Jun, 2016 1 commit
-
-
Spencer Gibb authored
If the content length isn't set on the entity, when http client determines which header to set, it sets transfer-encoding to chunked rather than content-length. This fixes a missing content-length issue when using `HttpClientRibbonCommandFactory`. See gh-1042
-
- 17 Jun, 2016 2 commits
-
-
Spencer Gibb authored
Updates so CloudJacksonJson extension is properly recognized by Eureka Server as LegacyJacksonJson. see gh-978 fixes gh-1111
-
Dave Syer authored
It isn't very helpful to have a Collection converted to a String anyway. We need to implement something new in Feign to apply the converter (expander) to individual elements in the collection but this change should get back to the old behaviour with List<String> at least. Fixes gh-1115
-
- 16 Jun, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-1110
-
- 15 Jun, 2016 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 14 Jun, 2016 3 commits
-
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
- 13 Jun, 2016 1 commit
-
-
Dave Syer authored
-
- 10 Jun, 2016 1 commit
-
-
Dave Syer authored
-