Spencer Gibb
bfd4efcd94
Ignore EurekaHealthIndicator (boot) in EurekaHealthCheckHandler (eureka).
...
See corresponding change in s-c-commons 539a537abb
fixes gh-643
2016-02-22 17:01:57 -07:00
Spencer Gibb
c1704235b4
polish
2016-02-22 15:23:24 -07:00
Spencer Gibb
572220ae1f
Default secureVirtualHostName to spring.application.name.
...
See gh-826
2016-02-22 14:04:53 -07:00
Spencer Gibb
86ac0127a5
Upgrade eureka to 1.4.1
...
Plus polish
fixes gh-836
2016-02-19 17:01:40 -07:00
Dave Syer
443406f75f
Revert to snapshots
2016-02-05 07:24:05 +00:00
Dave Syer
61ef6dd511
Update to 1.1.0.M5
2016-02-05 07:23:28 +00:00
Dave Syer
5b86b57771
Rename a test so it gets run in CI
...
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.
2016-02-03 10:23:05 +00:00
Dave Syer
2e9ff4c7d7
Make eureka application manager @Lazy
...
So that it isn't instantated eagerly on startup by the RefreshScope.
Fixes gh-789
2016-01-29 13:13:30 +00:00
Dave Syer
3c5126c740
Consolidate tests and bootstrap config for config server
2016-01-25 11:43:11 +00:00
Dave Syer
dbb6059558
Simplify config server discovery with DiscoverClient metadata
...
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
2016-01-25 10:17:57 +00:00
Dave Syer
92a35ba77f
Add explicit docs for eureka.hostname in secure app registration
...
Eureka supports native placeholders, but Spring can also be used.
Added some docs to show how more explicitly.
See gh-761
2016-01-24 08:29:55 +00:00
Spencer Gibb
ddd7979a25
Don't refresh the ipAddress if set by user config.
...
fixes gh-573
2016-01-20 13:52:58 -07:00
Spencer Gibb
0b9fc290d2
Upgrade eureka to 1.3.7
...
fixes gh-779
2016-01-19 17:18:50 -07:00
Dave Syer
a6e47a0b47
Ensure management.port defaults to server.port for eureka registration
...
Otherwise apps register the wrong health and status URLs by default. If
there is no explicit management.port we just need a default that is
the same as server.port.
2016-01-19 07:04:38 +00:00
Dave Syer
be0f030ccf
Move shared package under eureka
2016-01-19 07:02:37 +00:00
Spencer Gibb
b894f8dbb3
Upgrade archaius to v 0.7.3
...
Added spring-cloud-starter-archaius so downstream projects
like consul and zookeeper don't need to maintain the list of
archaius depenencies.
fixes gh-765
2016-01-12 11:19:16 -07:00
Spencer Gibb
c1e567afc7
Move eureka-client code to separate module.
...
This move should be transparant to users of spring-cloud-starter-eureka.
fixes gh-579
2016-01-11 16:45:30 -07:00