1. 29 Sep, 2015 3 commits
    • Support for ServerIntrospector in Feign client · c6fda88f
      Dave Syer authored
      Other Ribbon clients in Spring Cloud use a ServerIntrospector
      to check if the Server wanted to be secure. This change levels things
      up (and makes the Spring Feign Client a lit easier to customize).
      
      See gh-414
    • Be less greedy with logging request bodies in Zuul traces · 422bc42c
      Dave Syer authored
      Most clients send "Transfer-Encoding: chunked" so this isn't often
      an issue, but if they don't (e.g. if you use "-H Expect:" with
      curl) then it's not a great idea to slurp it all into memory.
      
      Fixes gh-563
    • Change hystrix command key to be the service ID in Zuul proxy · f1f239d7
      Dave Syer authored
      When using Ribbon the hystrix config and metrics are namespaced
      as "RibbonCommand" (via the group key). the command key can then be
      serviceId, making it easier to remember how to configure
      Ribbon and Hystrix.
      
      Fixes gh-329
  2. 28 Sep, 2015 5 commits
  3. 25 Sep, 2015 9 commits
  4. 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
  5. 23 Sep, 2015 5 commits
  6. 22 Sep, 2015 2 commits
  7. 14 Sep, 2015 4 commits
  8. 10 Sep, 2015 2 commits
  9. 08 Sep, 2015 7 commits