- 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
-
- 25 Feb, 2017 1 commit
-
-
utsman authored
-
- 20 Feb, 2017 1 commit
-
-
Spencer Gibb authored
-
- 09 Feb, 2017 1 commit
-
-
Ryan Baxter authored
-
- 01 Feb, 2017 1 commit
-
-
Spencer Gibb authored
-
- 27 Jan, 2017 2 commits
-
-
Ryan Baxter authored
This reverts commit 46ee0ce1.
-
Ryan Baxter authored
-
- 25 Jan, 2017 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 16 Dec, 2016 1 commit
-
-
Spencer Gibb authored
-
- 12 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.
-
- 27 Oct, 2016 1 commit
-
-
Spencer Gibb authored
-
- 25 Oct, 2016 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 18 Oct, 2016 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit 90d6490f.
-
Ryan Baxter authored
-
- 22 Sep, 2016 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit 088afa6d.
-
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
-
- 08 Sep, 2016 1 commit
-
-
Niklas Herder authored
Was previously milliseconds/seconds when calculating whether to display the message about reporting failures.
-
- 06 Sep, 2016 2 commits
-
-
Ryan Baxter authored
This reverts commit 3c1a23e7.
-
Ryan Baxter authored
-
- 22 Aug, 2016 3 commits
-
-
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
-
Ryan Baxter authored
This reverts commit 258e53a4.
-
Ryan Baxter authored
-
- 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.
-
- 10 Jun, 2016 1 commit
-
-
Dave Syer authored
-
- 09 Jun, 2016 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-