- 27 Apr, 2016 2 commits
-
-
Dave Syer authored
-
Dave Syer authored
The zone for a remote server comes from its eureka.instance.metadataMap.zone, but we didn't (until this change) apply the same logic to the client. If the client is registering itslef with eureka then it will have a metadataMap itself and we should be able to just reverse the logic. Fixes gh-991
-
- 08 Apr, 2016 1 commit
-
-
Spencer Gibb authored
Route specific sensitiveHeaders override global. fixes gh-944
-
- 16 Mar, 2016 1 commit
-
-
Spencer Gibb authored
When fallback beans are created, there was no longer a unique bean of the feign interface which caused autowire problems. fixes gh-899
-
- 14 Mar, 2016 3 commits
-
-
Marc Paquette authored
`DiscoveryClient` field declared with name `discoveryClient` but `serviceUrl()` method uses `client`.
-
Jakub Narloch authored
Support for Single via a ReturnValueHandler. Support for Observable via SseEmitter.
-
Mathias Düsterhöft authored
-
- 02 Mar, 2016 1 commit
-
-
Dave Syer authored
-
- 25 Feb, 2016 3 commits
- 24 Feb, 2016 1 commit
-
-
Dave Syer authored
Latest Eureka from Netflix uses a different HTTP client, and it ignores the HTTP basic credentials in a service URL. This change partially restores the old behaviour by providing an interceptor (ClientFilter) that has a single, global username/password taken from the first serviceUrl that contains credentials. Fixes gh-849
-
- 23 Feb, 2016 2 commits
-
-
Dave Syer authored
-
Andreas Kluth authored
Add the ability to configure the max connections and max per route on PoolingHttpClientConnectionManager.
-
- 11 Feb, 2016 2 commits
- 24 Jan, 2016 1 commit
-
-
Dave Syer authored
Eureka supports native placeholders, but Spring can also be used. Added some docs to show how more explicitly. See gh-761
-
- 19 Jan, 2016 1 commit
-
-
Dave Syer authored
-
- 16 Jan, 2016 1 commit
-
-
Dave Syer authored
-
- 14 Jan, 2016 2 commits
-
-
Spencer Gibb authored
Added @FeignClient(fallback). Renamed FeignClientFactory to FeignContext. fixes gh-762
-
Dave Syer authored
-
- 16 Dec, 2015 2 commits
-
-
Stéphane Leroy authored
fixes gh-693
-
Jon Schneider authored
-
- 14 Dec, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-717
-
- 12 Dec, 2015 1 commit
-
-
Jon Schneider authored
-
- 20 Nov, 2015 1 commit
-
-
Oreste Luci authored
Includes name and url attributes. fixes gh-414
-
- 11 Nov, 2015 1 commit
-
-
Ben Klein authored
Reword to avoid broken AsciiDoc formatting.
-
- 18 Oct, 2015 2 commits
- 09 Oct, 2015 1 commit
-
-
Spencer Gibb authored
Since all feign clients now have access to the type, logging can apply a type regardless. Fixes gh-431
-
- 08 Oct, 2015 2 commits
-
-
Spencer Gibb authored
-
Jakub Narloch authored
-
- 05 Oct, 2015 1 commit
-
-
Spencer Gibb authored
Similar to @RibbonClient fixes gh-288
-
- 30 Sep, 2015 1 commit
-
-
Dave Syer authored
-
- 28 Sep, 2015 1 commit
-
-
Dave Syer authored
There are usually some hints available, especially if the Server came from Eureka. Unfortunately Server on it's own doesn't contain enough information (why?), but as a fallback we can guess that anyone using port 443 is secure. Fixes gh-459
-
- 25 Sep, 2015 2 commits
-
-
Dave Syer authored
If the configserver registers with securePortEnabled=true we should respect that in the discovery process. Fixes gh-450
-
Spencer Gibb authored
Change EurekaInstanceConfig.getSID to getInstanceId fixes gh-554
-
- 03 Sep, 2015 2 commits
-
-
Jakub Narloch authored
-
gandrianakis authored
-
- 25 Aug, 2015 1 commit
-
-
Dave Syer authored
-