- 29 Sep, 2017 2 commits
-
-
Spencer Gibb authored
fixes gh-2298
-
Ryan Baxter authored
* Move Archaius to its own module. Fixes gh-2300\
-
- 28 Sep, 2017 1 commit
-
-
Spencer Gibb authored
fixes gh-2309i
-
- 25 Sep, 2017 2 commits
-
-
Spencer Gibb authored
These things are now much better dealt with in Spring MVC and WebFlux
-
Spencer Gibb authored
-
- 17 Aug, 2017 1 commit
-
-
Biju Kunjummen authored
-
- 01 Jun, 2017 1 commit
-
-
Biju Kunjummen authored
-
- 08 Aug, 2016 1 commit
-
-
Daniel Lavoie authored
Fix issue gh-1054
-
- 07 Mar, 2016 1 commit
-
-
Dave Syer authored
-
- 11 Jan, 2016 1 commit
-
-
Spencer Gibb authored
This move should be transparant to users of spring-cloud-starter-eureka. fixes gh-579
-
- 09 Nov, 2015 1 commit
-
-
Jon Schneider authored
* For Java 8 users, Spectator is the recommended metrics library as Servo is now deprecated in favor of Spectator * Servo support now needs to be specifically enabled via @EnableServo, even if servo-core is included on the classpath * Added starter modules for both Spectator and Atlas support * ServoMetricReader defines a convention for mapping tag-based metrics to hiearchical names for rendering by the Actuator /metrics endpoint
-
- 30 Sep, 2015 1 commit
-
-
Jakub Narloch authored
-
- 30 Jul, 2015 1 commit
-
-
Spencer Gibb authored
Via spring 4.2 new AsyncHandlerMethodReturnValueHandler fixes gh-231
-
- 23 Mar, 2015 1 commit
-
-
Dave Syer authored
This was kind of ugly, and caused a static usage of the eureka DiscoveryCLient to become necessary again, just so the @Bean that is provided for the user stays accurate (it has to be the one in the main application context, even if the parent boot strap has different instance metadata). I tested with a vanilla Eureka server and config server, and used the client in tests/eureka-first. Fixes gh-268
-
- 29 Jan, 2015 1 commit
-
-
Dave Syer authored
Replaces the boolean flag (loadbalance) for switching between service resolution (by name) or straight URL bashing.
-
- 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