1. 23 Feb, 2015 2 commits
    • Tweak autoconfig for feign · 8b81eb8b
      Dave Syer authored
      It doesn't make sense to @EnableFeignClients in autoconfig
      because the user needs to specify a package to scan. It does
      make sense (sort of) to set up the encoder/decoder/logger etc.
      
      See gh-226
    • Retain scheme (e.g. https) in URL from @FeignClient · 1d358048
      Dave Syer authored
      When the URL is passed down to Ribbon and reconstructed from
      a LoadBalancer the Server only knows about host and port, so the scheme
      has to come from the original declaration.
      
      There's still a potential problem with Eureka remote services that
      are available with a non-secure port as well (probably fairly rare).
      
      Fixes gh-221
  2. 19 Feb, 2015 1 commit
  3. 18 Feb, 2015 1 commit
  4. 16 Feb, 2015 1 commit
    • Add some more docs for Eureka metadata · fadfc67f
      Dave Syer authored
      Users need to know how to configure and use the Eureka
      metadata because it isn't immediately obvious and does
      require some decisions to be made.
      
      Fixes gh-102
  5. 14 Feb, 2015 1 commit
  6. 13 Feb, 2015 5 commits
  7. 12 Feb, 2015 1 commit
  8. 10 Feb, 2015 3 commits
  9. 09 Feb, 2015 3 commits
  10. 06 Feb, 2015 1 commit
  11. 05 Feb, 2015 6 commits
  12. 04 Feb, 2015 4 commits
  13. 03 Feb, 2015 3 commits
  14. 30 Jan, 2015 1 commit
  15. 29 Jan, 2015 7 commits