- 25 Sep, 2017 1 commit
-
-
Ryan Baxter authored
* Remove @EnableDiscoveryClient and @EnableEurekaClient as there are now optional. Fixes #2241.
-
- 31 Aug, 2017 1 commit
-
-
Gregor Zurowski authored
This commit removes usages of commons-lang builders for equals, hashCode and toString methods. Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 18 Jul, 2017 1 commit
-
-
Spencer Gibb authored
-
- 14 Jul, 2017 2 commits
-
-
Gregor Zurowski authored
- Remove formatter markers - Use StringBuilder in toString method Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
Gregor Zurowski authored
Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 13 Jul, 2017 1 commit
-
-
Gregor Zurowski authored
Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 06 Jul, 2017 1 commit
-
-
Gregor Zurowski authored
Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 28 Feb, 2017 1 commit
-
-
Biju Kunjummen authored
Eureka ServerConfiguration is now auto-configuration based, instead of being explicitly specified via configuration pulled in through @EnableEurekaServer. This way specific beans can be conditionally overridden, configuration can be re-ordered. Supports PeerEurekaNodes bean to be overridden by the user Fixes gh-1717
-
- 09 Jan, 2017 1 commit
-
-
Biju Kunjummen authored
Fixes gh-1546
-
- 07 Nov, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-1345
-
- 25 Oct, 2016 1 commit
-
-
Spencer Gibb authored
Breaks Spring Boot 1.3 compatibility, enables 1.5
-
- 19 Oct, 2016 1 commit
-
-
Spencer Gibb authored
Moving eureka.server.{expectedNumberOfRenewsPerMin,defaultOpenForTrafficCount} to eureka.instance.registry so relaxed binding can be used. Default to old values for backwards compatibility.
-
- 11 Oct, 2016 1 commit
-
-
Bartłomiej Słota authored
-
- 10 Oct, 2016 1 commit
-
-
Bartłomiej Słota authored
-
- 07 Oct, 2016 1 commit
-
-
Bartłomiej Słota authored
-
- 06 Oct, 2016 1 commit
-
-
Bartłomiej Słota authored
-
- 29 Aug, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-1285
-
- 17 Jun, 2016 1 commit
-
-
Spencer Gibb authored
Updates so CloudJacksonJson extension is properly recognized by Eureka Server as LegacyJacksonJson. see gh-978 fixes gh-1111
-
- 23 May, 2016 1 commit
-
-
Spencer Gibb authored
-
- 18 May, 2016 1 commit
-
-
Dave Syer authored
The Angel client has an idiosyncratic way of calculating an instance id, and the Brixton client aligned with that already, but the Brixton server did not. This change should make Brixton Eureka Servers work with Angel clients. See gh-978
-
- 26 Apr, 2016 1 commit
-
-
Matt Reynolds authored
so they don't appear on the dashboard Fixes gh-974
-
- 20 Apr, 2016 1 commit
-
-
Dave Syer authored
Protects us against changes in Spring Boot 1.4 where the naming convention changes.
-
- 01 Apr, 2016 1 commit
-
-
Spencer Gibb authored
Fixes gh-642
-
- 23 Feb, 2016 2 commits
- 26 Jan, 2016 1 commit
-
-
Dave Syer authored
Apparently we already support eureka.datacenter as an alias for archaius.deployment.datacenter and it looks like when that code was written we intended to support eureka.environment in a similar way. But it was never finished off, so this change adds the necessary one line of code. Fixes gh-791
-
- 18 Jan, 2016 1 commit
-
-
Dave Syer authored
A new integration test ill be added in spring-cloud-samples/tests. Fixes gh-759
-
- 30 Nov, 2015 1 commit
-
-
alexVengrovsk authored
-
- 23 Nov, 2015 1 commit
-
-
Spencer Gibb authored
EurekaBootStrap implements ServletContextListener which causes problems because of early instantiation. fixes gh-664
-
- 20 Nov, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-657
-
- 19 Nov, 2015 1 commit
-
-
Spencer Gibb authored
-
- 10 Nov, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-589
-
- 04 Nov, 2015 1 commit
-
-
Spencer Gibb authored
get's eureka branding back. fixes gh-627
-
- 13 Oct, 2015 1 commit
-
-
alexVengrovsk authored
It is good thing to make this checks because of expensive concatenation of String objects (debug messages).
-
- 12 Oct, 2015 2 commits
-
-
Spencer Gibb authored
fixes gh-527
-
Spencer Gibb authored
-
- 25 Sep, 2015 2 commits
-
-
Spencer Gibb authored
-
Andrei Sfat authored
When click one of the up and running instances this should open the actual instance in separate tab
-
- 24 Sep, 2015 2 commits
-
-
Jon Schneider authored
Remove Servo from EurekaHealthIndicator. Remove custom DataCenterInfo. EurekaInstanceConfig.SID is now used as eureka id. EurekaInstanceConfigBean.getSID falls back to metadataMap.instanceId for backwards compatibility.
-
Dave Syer authored
And also when using eureka-first for discovering config server. The EurekaClient is very rigid and initializes itself, registering with the remote service on instantiation. Hance it needs to be in @RefreshScope for it to be properly refreshable. Doing that leads to a sequence of other changes (e.g. to account for the fact that there is no @RefreshScope in bootstrap context). Fixes gh-551
-