New Features
None
Bug fixes
- Minor code formatting changes,
- #108 fails fast for unknown datacenter type during payload de-serialization.
- #107 Fixed an inconsistency in property name to meaning in terms of timeunit (milliseconds taken as seconds) Properties "eurekaServer.readTimeout", "eurekaServer.connectTimeout" should be defined in seconds. OTOH, "serviceUrlPollIntervalMs" should be milliseconds.
- #113 DefaultEurekaClientConfigProvider was using the implementation instead of the interface for guice's provider.