- 23 Jun, 2015 2 commits
-
-
Brandon Atkinson authored
Move common code so RibbonRoutingFilter can use the same code. Fixes gh-407
-
Brandon Atkinson authored
-
- 11 Jun, 2015 1 commit
-
-
Bertrand Renuart authored
-
- 10 Jun, 2015 1 commit
-
-
Justin Walsh authored
Fixes gh-377
-
- 08 Jun, 2015 5 commits
-
-
Spencer Gibb authored
This reverts commit 0d468b39.
-
Spencer Gibb authored
ref gh-383
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-374
-
Dave Syer authored
See gh-377
-
- 02 Jun, 2015 3 commits
-
-
Spencer Gibb authored
fixes gh-372
-
Spencer Gibb authored
-
Dave Syer authored
Should be no change for users of Boot 1.2 right now, but with this patch it is possible to use 1.3 with the new conventions for metrics (e.g. in particular exporting by declaring beans of type MetricWriter)
-
- 01 Jun, 2015 1 commit
-
-
Spencer Gibb authored
-
- 28 May, 2015 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Bertrand Renuart authored
-
- 27 May, 2015 1 commit
-
-
Dave Syer authored
-
- 19 May, 2015 2 commits
-
-
Spencer Gibb authored
fixes gh-347
-
Spencer Gibb authored
fixes gh-348
-
- 15 May, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-350
-
- 30 Apr, 2015 2 commits
-
-
Spencer Gibb authored
fixes gh-324
-
Spencer Gibb authored
fixes gh-323
-
- 28 Apr, 2015 1 commit
-
-
Bertrand Renuart authored
-
- 24 Apr, 2015 1 commit
-
- 17 Apr, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-307
-
- 16 Apr, 2015 2 commits
-
-
Spencer Gibb authored
-
Dave Syer authored
When the Apache HTTP client is being set up for the Ribbon client we can jump in and explicitly set a cookie policy. Obviously, since the client will generally be shared across sessions, the only sensible default is IGNORE_COOKIES. I couldn't find a way round this without using deprecated APIs (but there are other instances of that in our code because of the way Netflix uses it, so maybe that doesn't matter). Fixes gh-301
-
- 14 Apr, 2015 1 commit
-
-
Chad Jaros authored
-
- 13 Apr, 2015 3 commits
-
-
Spencer Gibb authored
-
Alexandru Burghelea authored
-
Roy Clarkson 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
-
- 26 Mar, 2015 4 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-280
-
- 24 Mar, 2015 2 commits
-
-
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
-