1. 28 Feb, 2017 4 commits
    • Clarify @FeignClient alias creation · 465b8273
      nick-pww authored
      fixes gh-1073
    • Use prefer-ip-address in statusPageUrlPath · 129e0ce4
      windinn authored
      prefer-ip-address does not work in statusPageUrlPath when management port != server port
      
      This change gets `prefer-ip-address` via a relaxed property resolver to set the value during the creation of the `EurekaInstanceConfigBean`.
      
      fixes gh-1724
    • Log warning if local instance fails. · 309b280d
      Spencer Gibb authored
      If DiscoveryClient.getLocalServiceInstance() throws an exception (ie consul isn't available), log a warning and continue. This is useful for dev type environments.
      
      fixes gh-1603
    • Moves EurekaServerConfiguration to auto-configuration · 99d9b17a
      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
  2. 27 Feb, 2017 1 commit
  3. 25 Feb, 2017 1 commit
  4. 24 Feb, 2017 5 commits
  5. 20 Feb, 2017 6 commits
  6. 17 Feb, 2017 2 commits
  7. 16 Feb, 2017 6 commits
  8. 15 Feb, 2017 2 commits
  9. 14 Feb, 2017 4 commits
  10. 10 Feb, 2017 5 commits
  11. 09 Feb, 2017 4 commits