1. 01 Jul, 2017 1 commit
    • Add options for RibbonCommand to use separate thread pools for hystrix (#2074) · 8e11514e
      Yongsung Yoon authored
      * Add options for RibbonCommand to use separate thread pools for hystrix
      
      * Remove lombok annotation and Add getter/setter for ZuulProperties$HystrixThreadPool
      
      * Add doc about how to configure hystrix thread pools in Zuul Developer Guide
      
      * Add testcases for HystrixThreadPoolKey of RibbonCommand
      
      * Tiny change about if block in AbstractRibbonCommand
  2. 31 May, 2017 1 commit
  3. 11 May, 2017 1 commit
  4. 05 Apr, 2017 1 commit
  5. 04 Apr, 2017 1 commit
  6. 24 Mar, 2017 1 commit
  7. 23 Mar, 2017 1 commit
  8. 14 Mar, 2017 2 commits
  9. 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'.
  10. 03 Mar, 2017 1 commit
  11. 01 Mar, 2017 2 commits
  12. 28 Feb, 2017 1 commit
  13. 17 Feb, 2017 1 commit
  14. 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
  15. 15 Feb, 2017 1 commit
  16. 14 Feb, 2017 1 commit
  17. 10 Feb, 2017 1 commit
  18. 09 Feb, 2017 4 commits
  19. 04 Feb, 2017 1 commit
  20. 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.
  21. 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
  22. 26 Dec, 2016 1 commit
  23. 15 Dec, 2016 1 commit
  24. 22 Nov, 2016 1 commit
  25. 14 Nov, 2016 1 commit
  26. 03 Nov, 2016 1 commit
  27. 27 Oct, 2016 3 commits
  28. 20 Oct, 2016 3 commits
  29. 13 Oct, 2016 1 commit
  30. 11 Oct, 2016 1 commit