- 02 Dec, 2014 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
removed classes now in spring-cloud-commons
-
Spencer Gibb authored
-
- 17 Nov, 2014 1 commit
-
-
Dave Syer authored
If the prefix is set we also set configPath=<prefix> in the instance metadata, so config clients can pick it up and add it to the home page URL. Fixes gh-64, fixes gh-65
-
- 28 Oct, 2014 1 commit
-
-
Christian Dupuis authored
-
- 26 Oct, 2014 1 commit
-
-
Dave Syer authored
See gh-42
-
- 02 Oct, 2014 1 commit
-
-
Spencer Gibb authored
-
- 29 Sep, 2014 2 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
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).
-
- 08 Sep, 2014 1 commit
-
-
Dave Syer authored
-
- 03 Sep, 2014 1 commit
-
-
Dave Syer authored
-
- 29 Aug, 2014 2 commits