1. 11 Mar, 2016 1 commit
  2. 10 Mar, 2016 2 commits
  3. 09 Mar, 2016 4 commits
  4. 08 Mar, 2016 5 commits
  5. 07 Mar, 2016 4 commits
  6. 04 Mar, 2016 5 commits
  7. 03 Mar, 2016 4 commits
  8. 02 Mar, 2016 4 commits
  9. 01 Mar, 2016 2 commits
  10. 29 Feb, 2016 1 commit
  11. 26 Feb, 2016 2 commits
  12. 25 Feb, 2016 4 commits
  13. 24 Feb, 2016 2 commits
    • Use default instanceid for sidecar · 46fa2110
      Spencer Gibb authored
      fixes gh-847
    • 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