- 15 Jan, 2016 7 commits
-
-
Dave Syer authored
-
Dave Syer authored
More often than not what Route.path was used it had to be concatenated with the prefix. This change just encapsulates that concern in the Route itself.
-
Dave Syer authored
If it returns Routes instead of Strings it's a lot more obvious what it's supposed.
-
Dave Syer authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
- 14 Jan, 2016 4 commits
-
-
Spencer Gibb authored
Added @FeignClient(fallback). Renamed FeignClientFactory to FeignContext. fixes gh-762
-
Spencer Gibb authored
fixes gh-727
-
Dave Syer authored
-
Dave Syer authored
The RouteLocator interface wasn't very useful to anyone in its 1.0.x form. If ProxyRouteLocator features are consolidated into the RouteLocator interface then users can supply their own strategies more easily. Also added RefreshableRouteLocator for implementations that need to recompute routes when something changes. SimpleRouteLocator doesn't need to do that because all the routes are in the configuration.
-
- 12 Jan, 2016 3 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
Added spring-cloud-starter-archaius so downstream projects like consul and zookeeper don't need to maintain the list of archaius depenencies. fixes gh-765
-
Spencer Gibb authored
Servo and Spectator metrics defer to other Counter/GaugeServices
-
- 11 Jan, 2016 1 commit
-
-
Spencer Gibb authored
This move should be transparant to users of spring-cloud-starter-eureka. fixes gh-579
-
- 08 Jan, 2016 3 commits
-
-
Marcin Grzejszczak authored
-
Dave Syer authored
-
Dave Syer authored
-
- 07 Jan, 2016 1 commit
-
-
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.
-
- 30 Dec, 2015 3 commits
- 28 Dec, 2015 5 commits
-
-
Jon Schneider authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
- 24 Dec, 2015 1 commit
-
-
Spencer Gibb authored
-
- 23 Dec, 2015 4 commits
-
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Spencer Gibb authored
Allows for more fine-grained configuration of what to ignore.
-
- 22 Dec, 2015 3 commits
-
-
Spencer Gibb authored
Introduce ServerIntrospector.getMetadata(Server). fixes gh-419
-
Spencer Gibb authored
This reverts commit 721fdc59.
-
Spencer Gibb authored
-
- 21 Dec, 2015 3 commits
-
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
- 18 Dec, 2015 2 commits
-
-
Marcin Grzejszczak authored
-
Spencer Gibb authored
-