1. 28 Apr, 2015 1 commit
  2. 24 Apr, 2015 1 commit
  3. 23 Apr, 2015 1 commit
  4. 22 Apr, 2015 1 commit
  5. 17 Apr, 2015 2 commits
  6. 16 Apr, 2015 3 commits
  7. 14 Apr, 2015 3 commits
  8. 13 Apr, 2015 7 commits
  9. 11 Apr, 2015 1 commit
    • Exclude mockito-all from zuul-core and turbine-core · 24241972
      Johannes Stelzer authored
      However turbine and zuul are depending on mockito-all in compile-scope. Not only I want to get rid of these (usually) test-dependencies, but also mockito-all contains some hamcrest-classes (in older versions) getting in conflict with the classes from spring-test
  10. 06 Apr, 2015 1 commit
  11. 02 Apr, 2015 2 commits
  12. 01 Apr, 2015 2 commits
    • Use UrlPathHelper to determine the current url path in Zuul · 555b1f1c
      Dave Syer authored
      If the app has a context path then the route locator does not match
      the whole requestURI (as provided by the raw servlet API), but Spring
      has a utility for stripping it off, so we can just use that.
      
      Fixes gh-270
    • Make /error path a special case in ZuulHandlerMapping · 5961931c
      Dave Syer authored
      If there is a default route (/**) then the ZuulHandlerMapping will
      mask the /error path in a normal Spring Boot application. This change
      makes it a special case so that ZuulHandlerMapping will never map
      the /error route (the one specified by the ErrorController).
      
      Fixes gh-284
  13. 27 Mar, 2015 3 commits
  14. 26 Mar, 2015 6 commits
  15. 25 Mar, 2015 1 commit
  16. 24 Mar, 2015 3 commits
  17. 23 Mar, 2015 1 commit
    • Re-initialize DiscoveryClient if config client is in "eureka-first" · e60a0fc4
      Dave Syer authored
      This was kind of ugly, and caused a static usage of the eureka
      DiscoveryCLient to become necessary again, just so the @Bean that is
      provided for the user stays accurate (it has to be the one in the main
      application context, even if the parent boot strap has different
      instance metadata).
      
      I tested with a vanilla Eureka server and config server, and used the
      client in tests/eureka-first.
      
      Fixes gh-268
  18. 21 Mar, 2015 1 commit