1. 22 Jan, 2015 3 commits
  2. 19 Jan, 2015 1 commit
  3. 15 Jan, 2015 10 commits
  4. 14 Jan, 2015 8 commits
  5. 08 Jan, 2015 2 commits
  6. 07 Jan, 2015 2 commits
  7. 06 Jan, 2015 3 commits
  8. 04 Jan, 2015 1 commit
  9. 03 Jan, 2015 1 commit
  10. 02 Jan, 2015 6 commits
  11. 01 Jan, 2015 2 commits
  12. 26 Dec, 2014 1 commit
    • Ensure SpringClientFactory gets used for Feign clients · 3bbe4ae2
      Dave Syer authored
      If the ClientFactory from netflix is used directly it bypasses
      all the goodness in SpringClientFactory, so clients created
      in Feign before this change were getting the default native
      configuration instead of that provided by
      RibbonClientConfiguration.
      
      There are no remaining references to the raw ClientFactory in
      Spring Cloud, so we probably have seen the last of this.
      
      Fixes gh-118