1. 28 Sep, 2015 1 commit
    • Try to guess whether a ribbon client is looking for HTTPS · a38ba340
      Dave Syer authored
      There are usually some hints available, especially if the Server
      came from Eureka. Unfortunately Server on it's own doesn't contain
      enough information (why?), but as a fallback we can guess that
      anyone using port 443 is secure.
      
      Fixes gh-459
  2. 25 Sep, 2015 9 commits
  3. 24 Sep, 2015 3 commits
    • use new commons code to provide hostInfo. · da04c537
      Spencer Gibb authored
      Set the default sid from common properties.
    • Update Eureka to 1.2.5-rc.1 · 8f9acab3
      Jon Schneider authored
      Remove Servo from EurekaHealthIndicator.
      Remove custom DataCenterInfo.
      EurekaInstanceConfig.SID is now used as eureka id.
      EurekaInstanceConfigBean.getSID falls back to metadataMap.instanceId for
      backwards compatibility.
    • Ensure changes to eureka metadata are relected on refresh · ded968ad
      Dave Syer authored
      And also when using eureka-first for discovering config server.
      The EurekaClient is very rigid and initializes itself, registering
      with the remote service on instantiation. Hance it needs to be
      in @RefreshScope for it to be properly refreshable. Doing that
      leads to a sequence of other changes (e.g. to account for the
      fact that there is no @RefreshScope in bootstrap context).
      
      Fixes gh-551
  4. 23 Sep, 2015 5 commits
  5. 22 Sep, 2015 2 commits
  6. 14 Sep, 2015 4 commits
  7. 10 Sep, 2015 2 commits
  8. 08 Sep, 2015 7 commits
  9. 04 Sep, 2015 3 commits
  10. 03 Sep, 2015 4 commits