1. 18 Jan, 2016 1 commit
    • Ensure request body is not buffered when direct to ZuulServlet · 053296de
      Dave Syer authored
      A change in Zuul in NetflixOSS means that it buffers all requests unless
      you switch it off at the level of the servlet. And even when you do that
      you need to ensure that Spring Cloud doesn't re-introduce a buffer through
      the Servlet30RequestWrapper.
      
      This change restores the feature in Spring Cloud Angel that multipart files
      posted to /zuul/* go straight through the servlet and are not buffered in
      memory.
      
      Fixes gh-773
  2. 16 Jan, 2016 2 commits
  3. 15 Jan, 2016 7 commits
  4. 14 Jan, 2016 4 commits
  5. 12 Jan, 2016 3 commits
  6. 11 Jan, 2016 1 commit
  7. 08 Jan, 2016 3 commits
  8. 07 Jan, 2016 1 commit
    • Add spring-cloud-netflix-dependencies module as a BOM · 3f742d96
      Dave Syer authored
      The new module is a BOM that doesn't have any parent or direct
      dependency management in spring-boot-*. So users can include it
      in their dependency management without polluting the spring boot
      dependency versions.
      
      Luckily it can also be used in the main spring-cloud-netflix pom,
      which should no longer be used as a BOM.
  9. 30 Dec, 2015 3 commits
  10. 28 Dec, 2015 5 commits
  11. 24 Dec, 2015 1 commit
  12. 23 Dec, 2015 4 commits
  13. 22 Dec, 2015 3 commits
  14. 21 Dec, 2015 2 commits