1. 18 Jul, 2017 1 commit
  2. 20 May, 2017 1 commit
  3. 15 May, 2017 1 commit
  4. 26 Apr, 2017 1 commit
  5. 19 Apr, 2017 1 commit
  6. 23 Mar, 2017 1 commit
  7. 28 Feb, 2017 1 commit
    • 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
  8. 25 Feb, 2017 1 commit
  9. 20 Feb, 2017 1 commit
  10. 01 Feb, 2017 1 commit
  11. 25 Jan, 2017 2 commits
  12. 12 Dec, 2016 1 commit
  13. 08 Dec, 2016 1 commit
  14. 30 Nov, 2016 2 commits
  15. 29 Nov, 2016 1 commit
    • Fix Eureka Ribbon Auto Config conditions. · 111a95d2
      Spencer Gibb authored
      Specifically, add `@ConditionalOnBean(EurekaClient.class)`.
      
      Fixes an issue where eureka and ribbon are on the classpath, eureka.client.enabled=false which would cause a bean not found exception.
      
      fixes gh-1511
      
      (cherry picked from commit d1f8c031)
  16. 07 Nov, 2016 1 commit
    • Create EurekaServiceRegistry · ea4e5d76
      Spencer Gibb authored
      Use the new ServiceRegistry interface
      
      Creates a new EurekaRegistration object that aggregates classes needed
      for a single registration.
  17. 25 Oct, 2016 2 commits
  18. 16 Sep, 2016 1 commit
  19. 08 Sep, 2016 1 commit
  20. 22 Aug, 2016 1 commit
    • Make moving to https urls consistent. · 43adc84d
      Spencer Gibb authored
      This fixes a case where the ribbon property is set `ribbon.IsSecure=false`, but because the eureka secure port was enabled, the uri created by ribbon was prefixed with https when it shouldn't have.
      
      All places where isSecure is need have been consolidated into RibbonUtils.
      
      fixes gh-1270
  21. 17 Aug, 2016 1 commit
  22. 24 Jun, 2016 1 commit
  23. 21 Jun, 2016 1 commit
  24. 08 Jun, 2016 1 commit
  25. 16 May, 2016 1 commit
    • Be defensive about classpath in eureka auto config · 32d481df
      Dave Syer authored
      Before this change we were seeing test failures in
      spring-cloud-netflix-eureka-server (but only with Spring Boot 1.4)
      caused by annotation processing explosion when
      RefreshScopeAutoConfiguration is not on the classpath.
  26. 27 Apr, 2016 1 commit
    • Use eureka.instance zone data consistently determining client zone · 6087bc75
      Dave Syer authored
      The zone for a remote server comes from its
      eureka.instance.metadataMap.zone, but we didn't (until this change)
      apply the same logic to the client. If the client is registering
      itslef with eureka then it will have a metadataMap itself and
      we should be able to just reverse the logic.
      
      Fixes gh-991
  27. 26 Apr, 2016 2 commits
  28. 07 Apr, 2016 1 commit
    • Ribbon retry works & fix Content-Length error. · 05351b78
      Tyler Van Gorder authored
      This change requires setting `ribbon.http.client.enabled=true`.
      
      This change addresses issue #648 Getting Retry Working In RestTemplate. There is also a fix in place that addresses the issue #357 RestTemplate Error.
      
      fixes gh-648
  29. 04 Apr, 2016 1 commit
  30. 01 Apr, 2016 1 commit
  31. 02 Mar, 2016 1 commit
  32. 24 Feb, 2016 2 commits
    • Add HTTP basic back to Eureka client · ca81f567
      Dave Syer authored
      Latest Eureka from Netflix uses a different HTTP client, and it
      ignores the HTTP basic credentials in a service URL. This change
      partially restores the old behaviour by providing an interceptor
      (ClientFilter) that has a single, global username/password
      taken from the first serviceUrl that contains credentials.
      
      Fixes gh-849
    • Check if client is in bootstrap and default to not register · 093354e2
      Dave Syer authored
      Eureka now has the option (maybe always there) to not register
      and that's a sensible default in the bootstrap phase (when we
      might not know the port yet).
  33. 23 Feb, 2016 1 commit
  34. 22 Feb, 2016 1 commit
  35. 20 Feb, 2016 1 commit