- 04 Oct, 2017 1 commit
-
-
Spencer Gibb authored
-
- 25 Sep, 2017 1 commit
-
-
Ryan Baxter authored
* Remove @EnableDiscoveryClient and @EnableEurekaClient as there are now optional. Fixes #2241.
-
- 16 Aug, 2017 1 commit
-
-
Spencer Gibb authored
This moves the lifecycle of the eureka client of of EurekaServiceRegistry. fixes gh-2099
-
- 24 Jul, 2017 1 commit
-
-
Biju Kunjummen authored
-
- 21 Jul, 2017 1 commit
-
-
Daniel Lavoie authored
Fixes gh-1849
-
- 20 Jun, 2017 1 commit
-
-
Brandon Atkinson authored
-
- 20 May, 2017 1 commit
-
-
Roman Rodov authored
fixes gh-1795
-
- 15 May, 2017 1 commit
-
-
Spencer Gibb authored
Fixes a race condition introduced in 1.3.0 fixes gh-1933
-
- 26 Apr, 2017 1 commit
-
-
Biju Kunjummen authored
Ribbon client configuration based on Eureka is disabled if eureka.client.enabed is set to false. Fixes gh-335
-
- 19 Apr, 2017 1 commit
-
-
Ryan Baxter authored
-
- 28 Feb, 2017 1 commit
-
-
windinn authored
prefer-ip-address does not work in statusPageUrlPath when management port != server port This change gets `prefer-ip-address` via a relaxed property resolver to set the value during the creation of the `EurekaInstanceConfigBean`. fixes gh-1724
-
- 16 Dec, 2016 1 commit
-
-
Spencer Gibb authored
-
- 08 Dec, 2016 1 commit
-
-
Spencer Gibb authored
s-c-commons creates an AutoServiceRegistrationProperties bean if enabled. This commit only auto registers with eureka if that bean is available.
-
- 30 Nov, 2016 2 commits
-
-
Spencer Gibb authored
Defaults were set too late and were overriding values set in the environment. Specifically, spring.application.name took precedence over eureka.instance.appname. fixes gh-1516
-
Spencer Gibb authored
-
- 29 Nov, 2016 1 commit
-
-
Spencer Gibb authored
Specifically, add `@ConditionalOnBean(EurekaClient.class)`. Fixes an issue where eureka and ribbon are on the classpath, eureka.client.enabled=false which would cause a bean not found exception. fixes gh-1511 (cherry picked from commit d1f8c031)
-
- 07 Nov, 2016 2 commits
-
-
Spencer Gibb authored
fixes gh-1345
-
Spencer Gibb authored
Use the new ServiceRegistry interface Creates a new EurekaRegistration object that aggregates classes needed for a single registration.
-
- 25 Oct, 2016 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 16 Sep, 2016 1 commit
-
-
Matthew Jenkins authored
Use statusPage/healthCheckUrlPath w/ custom management.port Added RelaxedPropertyResolver to handle multiple valid formats for eureka properties. Added tests. Fixes gh-1348
-
- 22 Aug, 2016 1 commit
-
-
Spencer Gibb authored
This fixes a case where the ribbon property is set `ribbon.IsSecure=false`, but because the eureka secure port was enabled, the uri created by ribbon was prefixed with https when it shouldn't have. All places where isSecure is need have been consolidated into RibbonUtils. fixes gh-1270
-
- 17 Aug, 2016 1 commit
-
-
Dave Syer authored
A problem in Spring Boot means that the extra conditions are combined with OR not AND, so it's a bug to have more than one until that gets fixed (in an AnyNestedCondition). See https://github.com/spring-projects/spring-boot/pull/6672
-
- 21 Jul, 2016 1 commit
-
-
Daniel Lavoie authored
Fixes gh-1205
-
- 24 Jun, 2016 1 commit
-
-
Spencer Gibb authored
Allows ribbon class name properties to be used to define beans. This seems like boilerplate, but works, though not easily extensible. fixes gh-927
-
- 21 Jun, 2016 1 commit
-
-
Spencer Gibb authored
Eliminates a legacy use of a static singleton. This will help allow multiple registrations.
-
- 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 1 commit
-
-
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 2 commits
-
-
Spencer Gibb authored
https://github.com/Netflix/eureka/releases/tag/v1.4.5 restores http basic auth.
-
Spencer Gibb authored
-
- 02 Mar, 2016 1 commit
-
-
Spencer Gibb authored
-
- 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 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 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
See gh-826
-
- 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
-
- 20 Jan, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-573
-
- 19 Jan, 2016 1 commit
-
-
Dave Syer authored
-