- 14 Oct, 2014 4 commits
- 08 Oct, 2014 3 commits
-
-
Spencer Gibb authored
-
Christian Dupuis authored
-
Christian Dupuis authored
Additionally added some license headers and @author tags. fixes #17
-
- 07 Oct, 2014 4 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
added beginnings of a generic DiscoveryClient interface;
-
Dave Syer authored
-
Dave Syer authored
-
- 06 Oct, 2014 6 commits
- 03 Oct, 2014 2 commits
- 02 Oct, 2014 5 commits
-
-
Dave Syer authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 01 Oct, 2014 2 commits
- 30 Sep, 2014 2 commits
-
-
Dave Syer authored
-
Spencer Gibb authored
Eureka server is itself a eureka client when discovering eureka peers (it gets DiscoverClient from DiscoveryManager). Make sure DiscoveryManager is initialzed regardless of if the client or server config is invoked first. fixes gh-18
-
- 29 Sep, 2014 9 commits
-
-
Spencer Gibb authored
Add support for Ribbon loadbalancing in RestTemplate via an HttpRequestInterceptor that when supplied a uri such as http://myservice/my/endpoint (where myservice is a service as defined in a service registry, such as Eureka), it replaces 'myservice' with the actual host and port as returned from the configured ribbon loadbalancer. closes gh-12
-
Dave Syer authored
-
Dave Syer authored
Without extracting to autoconfig the @ConditionalOnMissingBean won't always work because it is dependent on the order of the configuration classes being processed (and autoconfig always somes last).
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
Because we were using Lifecycle to kick off the eureka registration the local server port wasn't available yet. The change is to use an ApplicationListener and listen for the event that contains the container with its port instead. Fixes gh-15
-
- 24 Sep, 2014 1 commit
-
-
Dave Syer authored
-
- 17 Sep, 2014 2 commits