1. 04 Oct, 2017 1 commit
  2. 25 Sep, 2017 1 commit
  3. 16 Aug, 2017 1 commit
  4. 24 Jul, 2017 1 commit
  5. 21 Jul, 2017 1 commit
  6. 20 Jun, 2017 1 commit
  7. 20 May, 2017 1 commit
  8. 15 May, 2017 1 commit
  9. 26 Apr, 2017 1 commit
  10. 19 Apr, 2017 1 commit
  11. 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
  12. 16 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 2 commits
  17. 25 Oct, 2016 2 commits
  18. 16 Sep, 2016 1 commit
  19. 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
  20. 17 Aug, 2016 1 commit
  21. 21 Jul, 2016 1 commit
  22. 24 Jun, 2016 1 commit
  23. 21 Jun, 2016 1 commit
  24. 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
  25. 26 Apr, 2016 1 commit
  26. 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
  27. 04 Apr, 2016 2 commits
  28. 02 Mar, 2016 1 commit
  29. 24 Feb, 2016 1 commit
    • 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
  30. 23 Feb, 2016 1 commit
  31. 22 Feb, 2016 2 commits
  32. 25 Jan, 2016 2 commits
  33. 20 Jan, 2016 1 commit
  34. 19 Jan, 2016 1 commit