- 30 Jun, 2016 1 commit
-
-
Dave Syer authored
-
- 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
-
- 09 Jun, 2016 8 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
* fix-query-string-in-class-requestmapping: Support path parms in Class @RequestMapping for feign
-
Jacques-Etienne Beaudet authored
This commit adds the support to SpringMvcContract for path parameters defined in the class' @RequestMapping Annotation that is applied to all methods of a feign interface. fixes gh-1023
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-936
-
Dave Syer authored
Fixes gh-1084
-
Marcin Grzejszczak authored
* Added missing error code for SimpleHostRoutingFilter * Added missing error code for RibbonRoutingFilter
-
- 08 Jun, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-1051
-
- 07 Jun, 2016 4 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 06 Jun, 2016 3 commits
- 04 Jun, 2016 1 commit
-
-
Dave Syer authored
-