1. 01 Jun, 2017 1 commit
  2. 31 May, 2017 1 commit
  3. 22 May, 2017 3 commits
  4. 11 May, 2017 1 commit
  5. 07 Apr, 2017 3 commits
  6. 05 Apr, 2017 1 commit
  7. 04 Apr, 2017 1 commit
  8. 24 Mar, 2017 1 commit
  9. 23 Mar, 2017 1 commit
  10. 16 Mar, 2017 2 commits
  11. 14 Mar, 2017 2 commits
  12. 13 Mar, 2017 1 commit
    • Update docs as @Autowired fails with many beans · db7d352c
      Jack Harris authored
      Fix a suspected typo. @Autowired throws a `NoUniqueBeanDefinitionException` if there are multiple beans of the same type without a primary, but the documentation said multiple beans 'cause `@Autowired` to work', rather than 'not work'.
  13. 03 Mar, 2017 1 commit
  14. 01 Mar, 2017 2 commits
  15. 28 Feb, 2017 1 commit
  16. 17 Feb, 2017 1 commit
  17. 16 Feb, 2017 1 commit
    • Add @FeignClient(primary) · e3341a19
      Spencer Gibb authored
      Adds the ability to turn off Spring Cloud Netflix making the feign instances as primary.
      
      fixes gh-1016
  18. 15 Feb, 2017 1 commit
  19. 14 Feb, 2017 1 commit
  20. 10 Feb, 2017 1 commit
  21. 09 Feb, 2017 4 commits
  22. 04 Feb, 2017 1 commit
  23. 27 Jan, 2017 2 commits
  24. 26 Jan, 2017 1 commit
    • Fix docs about @Configuration with @FeignClient (#1650) · 65829c43
      Matt Sicker authored
      As discovered in #1643, using `@Configuration` on a custom configuration with `@FeignClient` is unnecessary and creates extra work for exclusion from a `@ComponentScan`. This updates the docs to make this explicit.
  25. 09 Jan, 2017 2 commits
    • fix spell error · 1860b264
      周立 authored
      fix spell error
    • Fix potential decoding and reencoding issues in query params when using… · bd6d732f
      Jacques-Etienne Beaudet authored
      Fix potential decoding and reencoding issues in query params when using SimpleHostRoutingFilter (#1464)
      
      Some webserver are picky with the encoding (uWSGI for example) and the current code behavior of decoding and reencoding the query string can lead to valid requests
      rejected by the backend after the modifications in Zuul. This commit adds an optional parameter to force the original encoding of the query string in SimpleHostRoutingFilter.
      
      Fixes gh-971
  26. 26 Dec, 2016 1 commit
  27. 15 Dec, 2016 1 commit
  28. 22 Nov, 2016 1 commit