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