Spencer Gibb
e0c67b30f8
Pass headers back to feign request.
...
Spring HttpMessageConverters can modify headers. This change passes the modified headersr back to the feign request, so the proper headers are sent on the request.
fixes gh-977
9 years ago
Spencer Gibb
33efc60de7
remove spring-cloud-connectors version
9 years ago
Dave Syer
5fc76aaa72
Fix javadocs in @FeignClient
...
The descriptions of name/serviceId/value and url were out of date
(name is mandatory now and can be mixed with url).
9 years ago
Dave Syer
24579f67e2
Revert to snapshots
9 years ago
Dave Syer
d99196aeb1
Update to RC2
9 years ago
Spencer Gibb
7c531eb411
Upgrade Hystrix to 1.5.2
...
fixes gh-968
9 years ago
Spencer Gibb
df5303912f
Add global zuul sensitiveHeaders option.
...
Route specific sensitiveHeaders override global.
fixes gh-944
9 years ago
Spencer Gibb
4479a2b2ee
Merge pull request #945 from tkvangorder/master
...
* pull945:
Ribbon retry works & fix Content-Length error.
9 years ago
Tyler Van Gorder
05351b7809
Ribbon retry works & fix Content-Length error.
...
This change requires setting `ribbon.http.client.enabled=true`.
This change addresses issue #648 Getting Retry Working In RestTemplate. There is also a fix in place that addresses the issue #357 RestTemplate Error.
fixes gh-648
9 years ago
Spencer Gibb
a3ab3259e3
Make RibbonClientHttpRequestFactory disabled by default.
...
fixes gh-961
9 years ago
Spencer Gibb
e87d9432c7
Merge pull request #883 from aivans/master
...
* pull883:
Send 404 in zuul servlet when no route is found.
9 years ago
Adrian Ivan
d0841f792e
Send 404 in zuul servlet when no route is found.
...
Fixes false 200 in zuul when using zuul servlet rather than mvc servlet.
Fixes gh-865
9 years ago
Spencer Gibb
cef3777313
Upgrade RxJava to v1.1.2
...
fixes gh-957
9 years ago
Spencer Gibb
0e2d8c1a11
Update feign to v8.16.0
...
fixes gh-956
9 years ago
Spencer Gibb
c055bd5327
Update archaius to v0.7.4
...
fixes gh-955
9 years ago
Spencer Gibb
3f8c4834a3
Upgrade to ribbon 2.1.5
...
fixes gh-954
9 years ago
Tim te Beek
593549551a
Set or append to X-Forwarded-For for downstream requests
...
Fixes gh-352
9 years ago
Spencer Gibb
c0d767351a
Remove need for http basic auth client filter.
...
https://github.com/Netflix/eureka/releases/tag/v1.4.5
restores http basic auth.
9 years ago
Spencer Gibb
0b9ea25d86
Use config client default service id constant.
9 years ago
Dave Syer
fcd0feb61e
Ensure whitespace is stripped from appConfig in turbine
...
Fixes gh-948
9 years ago
Spencer Gibb
1c4db22c28
Angel metadata.instanceId works with Brixton
...
Fixes gh-642
9 years ago
Spencer Gibb
bdc5b915e8
Merge pull request #933 from tkvangorder/master
...
* pull933:
Adding the ability to specify a custom retry handler in the ribbon client configuration.
9 years ago
Tyler Van Gorder
983221a710
Adding the ability to specify a custom retry handler in the ribbon client configuration.
...
fixes gh-931
9 years ago
Spencer Gibb
1cf7ac9260
Upgrade to eureka 1.4.6
...
fixes gh-932
9 years ago
Marcin Grzejszczak
b3a8b1df38
Removed an import
9 years ago
Marcin Grzejszczak
cd42566daf
Added tests for HystrixStream
9 years ago
Dave Syer
5d2065b3e7
Add some javadocs to ZuulProperties
9 years ago
Dave Syer
c57a758e91
Update to Eureka 1.4.5
9 years ago
Spencer Gibb
892eea752b
Lazily look up MetricsClientHttpRequestInterceptor in BPP.
...
fixes gh-912
9 years ago
Marcin Grzejszczak
3f9e76b876
Revert to snapshots
9 years ago
Marcin Grzejszczak
29988b5f58
Bump for 1.1.0.RC1
9 years ago
Spencer Gibb
951758ef30
Update mvnw to determine profile on mac and linux
9 years ago
Spencer Gibb
d8da9af29d
try and fix LoadBalancerFeignClientOverrideTests
9 years ago
Spencer Gibb
d774847d00
try and fix LoadBalancerFeignClientOverrideTests
9 years ago
Spencer Gibb
5e38ae1234
polish
9 years ago
Spencer Gibb
67b6eafbf0
Use ribbon configuration for ReadTimeout & ConnectTimeout.
...
Allows feign/ribbon users to use standard config files rather than creating a bean of Request.Options.
fixes gh-696
9 years ago
Spencer Gibb
08f7076f6e
Mark @FeignClient beans as primary.
...
When fallback beans are created, there was no longer a unique bean of the feign interface which caused autowire problems.
fixes gh-899
9 years ago
Spencer Gibb
b9a6876d00
Upgrade ribbon to 2.1.3
...
fixes gh-908
9 years ago
Spencer Gibb
f76675a561
Upgrade ribbon to 2.1.1
...
fixes gh-907
9 years ago
Spencer Gibb
cae1379440
Merge pull request #903 from marcpa00/patch-1
...
Typo in example code for `DiscoveryClient`
9 years ago
Marc Paquette
a7e34d706d
Typo in example code for `DiscoveryClient`
...
`DiscoveryClient` field declared with name `discoveryClient` but `serviceUrl()` method uses `client`.
9 years ago
Spencer Gibb
2bca3504cd
Merge pull request #778 from jmnarloch/rxjava-stream
...
* rxjava-stream:
Spring Mvc RxJava integration.
9 years ago
Jakub Narloch
bca86191b3
Spring Mvc RxJava integration.
...
Support for Single via a ReturnValueHandler.
Support for Observable via SseEmitter.
9 years ago
Spencer Gibb
0f61521c2d
Upgrade eureka to 1.4.4
...
fixes gh-902
9 years ago
Spencer Gibb
37357d4d80
Update jersey to 1.19.1
...
fixes gh-749
9 years ago
Spencer Gibb
38644689c5
Merge pull request #901 from mduesterhoeft/patch-1
...
typo fixed
9 years ago
Mathias Düsterhöft
615d860f82
typo fixed
9 years ago
Spencer Gibb
074b2e6ecb
Merge pull request #841 from mbenson/feignExpanders
...
* feignExpanders:
Where a given String conversion is supported, register Feign Param.Expanders backed by a Feign-specific FormattingConversionService.
9 years ago
Matt Benson
a71e13ef07
Where a given String conversion is supported, register Feign Param.Expanders
...
backed by a Feign-specific FormattingConversionService.
9 years ago
Spencer Gibb
b8f11e79c6
Atlas no longer requires a RestTemplate bean.
...
fixes gh-881
9 years ago