1. 30 Jun, 2017 3 commits
  2. 20 Jun, 2017 2 commits
  3. 19 Jun, 2017 3 commits
  4. 16 Jun, 2017 2 commits
  5. 15 Jun, 2017 1 commit
  6. 14 Jun, 2017 1 commit
  7. 13 Jun, 2017 2 commits
  8. 12 Jun, 2017 3 commits
  9. 09 Jun, 2017 8 commits
  10. 08 Jun, 2017 10 commits
  11. 07 Jun, 2017 2 commits
  12. 06 Jun, 2017 1 commit
  13. 05 Jun, 2017 2 commits
    • Merge branch '1.3.x' · 9e180b8b
      Spencer Gibb authored
    • Move zuul host routing timeouts to boot properties. · e08a6e8a
      Spencer Gibb authored
      Previously, these were managed directly via archaius, but due to
      some combination of changes in boot 1.5.x (likely a tomcat change as
      zuul filters were initialzed in a servlet context listener) and Dalston,
      The filter was created before archaius could be initialized.
      
      The properties are backwards compatible and are in the
      `ZuulProperties.Host` object.
      
      fixes gh-1950