1. 23 Mar, 2017 1 commit
  2. 16 Mar, 2017 2 commits
  3. 14 Mar, 2017 2 commits
  4. 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'.
  5. 03 Mar, 2017 1 commit
  6. 01 Mar, 2017 2 commits
  7. 28 Feb, 2017 1 commit
  8. 17 Feb, 2017 1 commit
  9. 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
  10. 15 Feb, 2017 1 commit
  11. 14 Feb, 2017 1 commit
  12. 10 Feb, 2017 1 commit
  13. 09 Feb, 2017 4 commits
  14. 04 Feb, 2017 1 commit
  15. 27 Jan, 2017 2 commits
  16. 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.
  17. 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
  18. 26 Dec, 2016 1 commit
  19. 15 Dec, 2016 1 commit
  20. 22 Nov, 2016 1 commit
  21. 14 Nov, 2016 1 commit
  22. 03 Nov, 2016 1 commit
  23. 27 Oct, 2016 4 commits
  24. 20 Oct, 2016 3 commits
  25. 18 Oct, 2016 3 commits