- 27 Apr, 2016 1 commit
-
-
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
-
- 26 Apr, 2016 2 commits
-
-
Andrei Sfat authored
Makes use of StringUtils.commaDelimitedListToStringArray Fixes gh-980
-
Andrei Sfat authored
-
- 07 Apr, 2016 1 commit
-
-
Tyler Van Gorder authored
This change requires setting `ribbon.http.client.enabled=true`. This change addresses issue #648 Getting Retry Working In RestTemplate. There is also a fix in place that addresses the issue #357 RestTemplate Error. fixes gh-648
-
- 04 Apr, 2016 1 commit
-
-
Spencer Gibb authored
https://github.com/Netflix/eureka/releases/tag/v1.4.5 restores http basic auth.
-
- 01 Apr, 2016 1 commit
-
-
Spencer Gibb authored
Fixes gh-642
-
- 02 Mar, 2016 1 commit
-
-
Spencer Gibb authored
-
- 24 Feb, 2016 2 commits
-
-
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
-
Dave Syer authored
Eureka now has the option (maybe always there) to not register and that's a sensible default in the bootstrap phase (when we might not know the port yet).
-
- 23 Feb, 2016 1 commit
-
-
Spencer Gibb authored
See corresponding change in s-c-commons https://github.com/spring-cloud/spring-cloud-commons/commit/539a537abba58ed2261c4485d7f9426d2aa57453 fixes gh-643
-
- 22 Feb, 2016 1 commit
-
-
Spencer Gibb authored
See gh-826
-
- 20 Feb, 2016 1 commit
-
-
Spencer Gibb authored
Plus polish fixes gh-836
-
- 03 Feb, 2016 1 commit
-
-
Dave Syer authored
Also does not rename another one because it fails (see gh-804). The bug can be fixed in feign (https://github.com/Netflix/feign/pull/324), and if that gets merged and released we can revert some of the recent changes to the apache load balancer here.
-
- 29 Jan, 2016 1 commit
-
-
Dave Syer authored
So that it isn't instantated eagerly on startup by the RefreshScope. Fixes gh-789
-
- 25 Jan, 2016 2 commits
-
-
Dave Syer authored
-
Dave Syer authored
Since DiscoverClient now supports metadata natively, we can use that and not rely on Eureka interafces at all. Fixes gh-787. Also fixes https://github.com/spring-cloud/spring-cloud-config/issues/302
-
- 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
-
- 20 Jan, 2016 2 commits
-
-
Spencer Gibb authored
fixes gh-573
-
Spencer Gibb authored
fixes gh-779
-
- 19 Jan, 2016 2 commits
- 11 Jan, 2016 1 commit
-
-
Spencer Gibb authored
This move should be transparant to users of spring-cloud-starter-eureka. fixes gh-579
-