443 Commits (ddd7979a25edf39bbdb53849a74fc9b11475b0d6)

Author SHA1 Message Date
Dave Syer 0391cfff65 Allow streaming of multipart requests in Zuul proxy 10 years ago
Dave Syer da4f5d3454 Fix issue with servlet request wrappers in Zuul 10 years ago
Spencer Gibb e2583f5380 upgrade Ribbon to version 2.0.0. 10 years ago
Spencer Gibb 384fad6c40 wrap SpringLBClientFactory in a CachingLBClientFactory so LBClients are reused. 10 years ago
Spencer Gibb 4bd7c3bdcf upgrade feign to 7.3.0 10 years ago
Dave Syer e3a20d5d6b Update to next snapshot 10 years ago
Spencer Gibb 7b6f14805d return null for choose() rather than throw an illegal argument exception. 10 years ago
Dave Syer 2d35ae1632 Back to configure->config 10 years ago
Dave Syer a954e88fc6 Config package name change 10 years ago
Dave Syer e096fd8e05 Move RibbonInterceptor into commons 10 years ago
Dave Syer 0b8f85529c Refresh health indicator for config server if present 10 years ago
Spencer Gibb dafb5ecf09 only set EurekaInstanceConfigBean.nonSecurePort in EurekaClientAutoConfiguration 10 years ago
Dave Syer 8b81eb8b2c Tweak autoconfig for feign 10 years ago
Dave Syer 1d35804831 Retain scheme (e.g. https) in URL from @FeignClient 10 years ago
Spencer Gibb 572f97e135 remove getAllInstances 10 years ago
Spencer Gibb f49d99ef5b Pass LB IClientConfig to executeWithLoadBalancer 10 years ago
Spencer Gibb 149cc7d760 Implement ServiceInstance.{getUri,isSecure} 10 years ago
Dave Syer 043732aef3 More careful handling of multipart data in proxy 10 years ago
Spencer Gibb 24a06ca630 only update route location if location is empty. Fixes bug introduced in 18b346def1 10 years ago
Spencer Gibb 18b346def1 update the serviceId and location for statically configured routes that are also part of serviceDiscovery. 10 years ago
Dave Syer 8dd9b830e0 Add logic for servlet prefix in ProxyRouteLocator 10 years ago
Spencer Gibb 94b0b7b692 add additional /hystrix.stream endpoint integration test 10 years ago
Spencer Gibb 27c418825d Revert "move /hystrix.stream from an endpoint to a servlet" 10 years ago
Dave Syer 29383de8c1 Allow zuul.ignoredServices to be a pattern 10 years ago
Dave Syer b8cf89fb45 Use an HttpMessageConverter for form body 10 years ago
Julien Roy 00b689f58a Add retryable property on Zuul route configuration 10 years ago
Dave Syer 4c5179130e Add metadataMap option for Server.zone 10 years ago
Dave Syer 4afc44acaf Catch exception and log instead of failing 10 years ago
Dave Syer 63e6c813a3 Remove guava usages (fixes gh-154) 10 years ago
Spencer Gibb 29bee28db5 move /hystrix.stream from an endpoint to a servlet 10 years ago
Spencer Gibb 42422bef5c prepend http:// to feign url if not there 10 years ago
Dave Syer 6dc0bd5f5e Refactor @FeignClient to use name= or url= but not both 10 years ago
Dave Syer 9aa979cd31 @FeignClientScan -> @EnableFeignClients 10 years ago
Dave Syer fe08762f50 Rename package that was missing 'cloud' 10 years ago
Dave Syer e100207e8a Clarify and document some Feign stuff 10 years ago
Spencer Gibb af0b24d1a2 use LoadBalancerBuilder so all parts of the LoadBalancer can be injected via Spring. 10 years ago
Spencer Gibb 01c5b44a18 propagate EnvironmentChangeEvents to archaius dynamic property listenters 10 years ago
Spencer Gibb d78982973e add support for feign RequestInterceptors 10 years ago
Spencer Gibb 6435b73f40 remove EurekaHeartbeatEvent 10 years ago
Spencer Gibb 81bc83312c removed TODOs that are out of date 10 years ago
Spencer Gibb 32a9033661 upgrade to netflix eureka to 1.1.147 10 years ago
Spencer Gibb e265a5e3c8 upgrade to netflix feign 7.1.0. 10 years ago
Dave Syer b2301434d2 Align with API changes from config client 10 years ago
Spencer Gibb cdf34fddb1 Auto configure EurekaClientAutoConfiguration after NoopDiscoveryClientAutoConfiguration 10 years ago
Dave Syer d04800597c De-tangle zuul packages 10 years ago
Dave Syer 6b01e61dec Untangle ribbon/eureka 10 years ago
Spencer Gibb ea4ea4a54d proxy DiscoveryHeartbeatEvent's from parent to child be publishing a EurekaHeartbeatEvent and having zuul listen for EurekaHeartbeatEvent as well. 10 years ago
Dave Syer f18aeab873 Replace some of the log/printStackTraces with ignores 10 years ago
Spencer Gibb a45c0ccec8 change printStackTrace to commons log statements 10 years ago
Dave Syer c31f700bae Use serviceId as prefix for RibbonCommand hystrix command key 10 years ago