- 14 Apr, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-300
-
- 13 Apr, 2015 7 commits
-
-
Spencer Gibb authored
Ignore 'Connection: close' header from stream response
-
Roy Clarkson authored
This commit resolves an issue where some versions of Cloud Foundry are setting the 'Connection: close' HTTP header in the Hystrix stream response, which causes the dashboard to not display the stream data. See https://github.com/cloudfoundry/gorouter/issues/71
-
Spencer Gibb authored
-
Alexandru Burghelea authored
-
Spencer Gibb authored
Docs: Example of static, loadbalanced Zuul configuration
-
Spencer Gibb authored
Exlude mockito all
-
Roy Clarkson authored
-
- 11 Apr, 2015 1 commit
-
-
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
-
- 06 Apr, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-276
-
- 02 Apr, 2015 2 commits
-
-
Johannes Stelzer authored
It took me quite a bit, to figure out how to configure Zuul to use a loadbalanced route without Eureka. I hope this short explicit example will clarify it for other people.
-
Dave Syer authored
-
- 01 Apr, 2015 2 commits
-
-
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
-
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
-
- 27 Mar, 2015 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Roy Clarkson authored
-
- 26 Mar, 2015 6 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-280
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-281
-
- 25 Mar, 2015 1 commit
-
-
Dave Syer authored
Also fixes gh-277 (metioning starters explicitly).
-
- 24 Mar, 2015 3 commits
-
-
Spencer Gibb authored
fixes gh-279
-
Spencer Gibb authored
fixes spring-cloud-samples/tests/issues/2
-
unknown authored
Fixes gh-271, fixes gh-272
-
- 23 Mar, 2015 1 commit
-
-
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
-
- 21 Mar, 2015 1 commit
-
-
boostrack authored
Fixes gh-274
-
- 20 Mar, 2015 5 commits
-
-
Spencer Gibb authored
Added a LocalApplicationHealthCheckHandler that checks the local app and sends the appropriate status to eureka. fixes gh-251
-
Spencer Gibb authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
- 19 Mar, 2015 4 commits
-
-
Spencer Gibb authored
removes ugly dagger dependency fixes gh-183
-
Spencer Gibb authored
updated documentation of HystrixHealthIndicator
-
Peter authored
documentation was not conform to specified behavior as in #24
-
Dave Syer authored
Simple solution is to check for instanceof before casting. Fixes gh-265
-
- 18 Mar, 2015 2 commits