1. 23 Oct, 2017 1 commit
    • Add new filters actuator endpoint (#2244) · de16cb71
      Gregor Zurowski authored
      * Add new Zuul filters endpoint and refactor routes endpoint
      * Refactor FiltersEndpoint
      - Extend from AbstractEndpoint and simplify code
      - Move tests classes into package endpoint
      - Remove usage of Lombok
      * Conditionally enable Zuul routes and filters endpoints
      * Provide FilterRegistry to FiltersEndpoint via constructor
  2. 18 Oct, 2017 1 commit
  3. 17 Oct, 2017 1 commit
  4. 25 Sep, 2017 2 commits
  5. 22 Sep, 2017 1 commit
  6. 11 Sep, 2017 1 commit
  7. 08 Sep, 2017 1 commit
  8. 07 Sep, 2017 1 commit
  9. 31 Aug, 2017 3 commits
  10. 17 Aug, 2017 1 commit
  11. 10 Aug, 2017 1 commit
  12. 04 Aug, 2017 2 commits
  13. 21 Jul, 2017 1 commit
  14. 20 Jul, 2017 1 commit
    • Ensure ordering of feign ribbon client configuration. · 97f1655f
      Spencer Gibb authored
      On certain platforms and compilers the generated bytecode is not what
      the configuration expected. By moving inner classes to the upper level
      and using @Import this will guarantee the proper order.
      
      fixes gh-2086
  15. 19 Jul, 2017 1 commit
    • Ensure ordering of ribbon client configuration. · 6b530b02
      Spencer Gibb authored
      On certain platforms and compilers the generated bytecode is not what
      the configuration expected. By moving inner classes to the upper level
      and using @Import this will guarantee the proper order.
      
      fixes gh-2086
  16. 13 Jul, 2017 1 commit
  17. 11 Jul, 2017 1 commit
  18. 09 Jul, 2017 1 commit
  19. 08 Jul, 2017 1 commit
  20. 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
  21. 06 Jul, 2017 1 commit
  22. 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
  23. 30 Jun, 2017 1 commit
  24. 28 Jun, 2017 2 commits
  25. 15 Jun, 2017 1 commit
  26. 09 Jun, 2017 4 commits
  27. 08 Jun, 2017 3 commits
  28. 07 Jun, 2017 1 commit