Skip to content

eureka-1.1.130

Compare
Choose a tag to compare
@NiteshKant NiteshKant released this 25 Apr 22:22
· 1150 commits to master since this release

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.