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 |
Spencer Gibb
|
4f31596e4f
|
Fallback to server.port if management.port not set.
See gh-896
|
9 years ago |
Spencer Gibb
|
a1857556ed
|
Put min/max constraints on sidecar.port
|
9 years ago |
Spencer Gibb
|
802482fff3
|
Allow CommonsInstanceDiscovery to resolve multiple services on a single host.
fixes gh-897
|
9 years ago |
Dave Syer
|
371edbf827
|
Prevent possible memory leak with archaius
|
9 years ago |
Jean-Eric Cuendet
|
f8df337893
|
Verify that the stream is more than ZERO bytes before un-gzipping
Fixes gh-891
|
9 years ago |
Spencer Gibb
|
3c8a0d0edb
|
Upgrade feign to 8.15.1
|
9 years ago |
Spencer Gibb
|
7f9d453afe
|
Merge pull request #884 from spring-cloud/issues_feign_broken_vnd_content_type
8.15 version of Feign breaks VND content types
|
9 years ago |
Marcin Grzejszczak
|
69a705731b
|
Added Sonar support
|
9 years ago |
Spencer Gibb
|
4aa156773c
|
Upgrade eureka to 1.4.3
fixes gh-886
|
9 years ago |
Marcin Grzejszczak
|
61e9d0723c
|
Test to prove the issue
|
9 years ago |
Dave Syer
|
2670890845
|
Whitespace
|
9 years ago |
Spencer Gibb
|
48c9d48789
|
Upgrade Hystrix to 1.5.1
fixes gh-882
|
9 years ago |
Spencer Gibb
|
a913369dd0
|
Upgrade feign version to 8.15.0
fixes gh-880
|
9 years ago |
Spencer Gibb
|
eed5a6f10b
|
Test RestTemplate with ribbon when metrics are enabled.
|
9 years ago |
Spencer Gibb
|
0634c4bc37
|
Disabling the metrics interceptor fixes the tests.
I'm not sure that is a good thing though.
|
9 years ago |
Dave Syer
|
8375e3b444
|
Adapt to changes in commons that put onus on user with @LoadBalanced
|
9 years ago |
Spencer Gibb
|
790ac76a48
|
Change type of loadBalancerClient back LoadBalancerClient.
|
9 years ago |
Dave Syer
|
1d1ad75afb
|
Allow double-encoded JSON (as sent by Angel clients) in turbine
Fixes gh-873
|
9 years ago |
Dave Syer
|
5bd18e4567
|
Mostly whitespace
|
9 years ago |
Dave Syer
|
bda11adfd5
|
Ensure content type is application/json
For compatiblity with Angel streams we only need to set the content
type explicitly.
Fixes gh-873
|
9 years ago |
Dave Syer
|
000fee96aa
|
Use "=" as separator in @RequestMapping(headers=...)
Consistent with Spring MVC (and untested up to now apparently).
Fixes gh-874
|
9 years ago |
Dave Syer
|
718cafcd04
|
Add X-Forwarded-Port explicitly for Tomcat (and other servers)
Fixes gh-872
|
9 years ago |
Dave Syer
|
908dcc0ec8
|
Support for multivalued map of file uploads
i.e. user sends multiple files with the same parameter name.
Fixes gh-870
|
9 years ago |
Spencer Gibb
|
4f6b2bceae
|
Record load balancer stats in RibbonHttpRequest.
fixes gh-731
|
9 years ago |