1. 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
  2. 26 Apr, 2016 2 commits
  3. 07 Apr, 2016 1 commit
  4. 04 Apr, 2016 1 commit
  5. 01 Apr, 2016 1 commit
  6. 02 Mar, 2016 1 commit
  7. 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).
  8. 23 Feb, 2016 1 commit
  9. 22 Feb, 2016 1 commit
  10. 20 Feb, 2016 1 commit
  11. 03 Feb, 2016 1 commit
  12. 29 Jan, 2016 1 commit
  13. 25 Jan, 2016 2 commits
  14. 24 Jan, 2016 1 commit
  15. 20 Jan, 2016 2 commits
  16. 19 Jan, 2016 2 commits
  17. 11 Jan, 2016 1 commit