1. 05 Feb, 2015 3 commits
    • Allow zuul.ignoredServices to be a pattern · 29383de8
      Dave Syer authored
      and also allow explicitly configured services to be unignored. I.e.
      
      zuul:
        ignoredServices: *
        routes:
          foo: /foo/**
      
      Will expose only the foo service.
      
      Fixes gh-198
    • Use an HttpMessageConverter for form body · b8cf89fb
      Dave Syer authored
      Instead of building a String, if we use an existing
      HttpMessageConverter from Spring web, we can support multipart
      form data.
      
      Fixes gh-197 (hopefully)
    • Use logback by default in Eureka server · 069afb2a
      Dave Syer authored
      Now that blitz4j 1.36.0 is out, with a bit of hackery we can prevent
      it from barfing on startup. Seems worth it (and certainly makes
      it easier to embed Eureka server).
      
      Fixes gh-3
  2. 04 Feb, 2015 4 commits
  3. 03 Feb, 2015 3 commits
  4. 30 Jan, 2015 1 commit
  5. 29 Jan, 2015 10 commits
  6. 28 Jan, 2015 1 commit
  7. 27 Jan, 2015 7 commits
  8. 26 Jan, 2015 4 commits
  9. 25 Jan, 2015 1 commit
  10. 23 Jan, 2015 3 commits
  11. 22 Jan, 2015 3 commits