1. 13 Jul, 2017 1 commit
  2. 11 Jul, 2017 1 commit
  3. 08 Jul, 2017 1 commit
  4. 07 Jul, 2017 2 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
  5. 06 Jul, 2017 1 commit
  6. 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
  7. 30 Jun, 2017 1 commit
  8. 15 Jun, 2017 1 commit
  9. 09 Jun, 2017 4 commits
  10. 08 Jun, 2017 3 commits
  11. 07 Jun, 2017 1 commit
  12. 06 Jun, 2017 1 commit
  13. 05 Jun, 2017 2 commits
  14. 01 Jun, 2017 1 commit
  15. 31 May, 2017 6 commits
  16. 22 May, 2017 1 commit
    • Ignore feign.hystrix.enabled. · 25a18811
      Spencer Gibb authored
      Let SecurityContextConcurrencyStrategy be installed as the hystrix
      concurrency strategy regardless of if feign's hystrix support is installed.
      
      fixes gh-1969
  17. 20 May, 2017 1 commit
  18. 15 May, 2017 2 commits
  19. 09 May, 2017 3 commits
  20. 04 May, 2017 1 commit
  21. 02 May, 2017 2 commits
  22. 24 Apr, 2017 1 commit
  23. 18 Apr, 2017 1 commit
  24. 05 Apr, 2017 1 commit
    • Implements zuul CounterFactory · 834980ea
      Anastasiia Smirnova authored
      CounterFactory is used by ZuulException and was previously initialzed
      with a dummy impl.
      
      This adds a Spring Boot CounterService based implementation.
      
      Also adds the ability to implement a zuul TracerFactory.