1. 07 Sep, 2017 1 commit
  2. 31 Aug, 2017 2 commits
  3. 29 Aug, 2017 2 commits
  4. 24 Aug, 2017 1 commit
  5. 17 Aug, 2017 1 commit
  6. 21 Jul, 2017 3 commits
  7. 18 Jul, 2017 2 commits
  8. 11 Jul, 2017 2 commits
  9. 09 Jul, 2017 2 commits
  10. 07 Jul, 2017 3 commits
    • FeignClient Configuration Properties (#1942) · c2c63470
      Eko Kurniawan Khannedy authored
      * add feign client properties
      
      * configure feign builder from properties if exists
      
      * change string config to class config and add unit test for feign client using configuration properties
      
      * refactoring and add primary flag configuration
      
      * add decode404 in feign client configuration properties
      
      * change unit test properties decode404 to true
      
      * remove lombok from FeignClientProperties and change primary attribute to default-to-properties
      
      fixes gh-1931
    • Support for re-writing Location Headers (#1863) · 0579b326
      Biju Kunjummen authored
      * Support for re-writing Location Headers
      
      * Added additional constructor for Route, removed auto-configuration of LocationRewriteFilter
      
      * Polished docs, more tests
    • OK HTTP Client changes · b2f608b8
      Ryan Baxter authored
  11. 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
  12. 31 May, 2017 1 commit
  13. 11 May, 2017 1 commit
  14. 05 Apr, 2017 1 commit
  15. 04 Apr, 2017 1 commit
  16. 24 Mar, 2017 1 commit
  17. 23 Mar, 2017 1 commit
  18. 14 Mar, 2017 2 commits
  19. 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'.
  20. 03 Mar, 2017 1 commit
  21. 01 Mar, 2017 2 commits
  22. 28 Feb, 2017 1 commit
  23. 17 Feb, 2017 1 commit
  24. 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
  25. 15 Feb, 2017 1 commit
  26. 14 Feb, 2017 1 commit
  27. 10 Feb, 2017 1 commit
  28. 09 Feb, 2017 2 commits