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