1. 09 Mar, 2016 1 commit
  2. 08 Mar, 2016 5 commits
  3. 07 Mar, 2016 4 commits
  4. 04 Mar, 2016 5 commits
  5. 03 Mar, 2016 4 commits
  6. 02 Mar, 2016 4 commits
  7. 01 Mar, 2016 2 commits
  8. 29 Feb, 2016 1 commit
  9. 26 Feb, 2016 2 commits
  10. 25 Feb, 2016 4 commits
  11. 24 Feb, 2016 4 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
    • Exclude jackson XML from eureka client by default · bc0eef9a
      Dave Syer authored
      Any client that wants to can include it back again, but generally
      it only causes problems (XML returned from apps instead of
      JSON by Spring MVC for instance). In general it only causes problems
      for services whose clients use "Accept: application/xml,*/*", for
      instance (like a browser).
      
      See gh-306
    • 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).
  12. 23 Feb, 2016 4 commits