- 04 Feb, 2015 4 commits
-
-
Dave Syer authored
The Eureka instance has to provide status page and health check URLs. We only provide a sensible default if the app is a vanilla Actuator. This change shows users explicitly how to customize those settings. Fixes gh-192
-
Dave Syer authored
Fixes gh-194
-
Julien Roy authored
The ProxyRouteLocator now has a retryable property (default null which means Ribbon will choose the default - usually false). Fixes gh-115, fixes gh-124
-
Dave Syer authored
When running from /hystrix or from / (with a forward) the webjars and the monitor endpoint need to be resolvable, so we need to use the FTL macros again. Fixes gh-193
-
- 03 Feb, 2015 3 commits
-
-
Dave Syer authored
Adds a metadataMap for the Server.zone so that user can provide the data through external configuration if needed.
-
Dave Syer authored
Some singleton clashes are inevitable if running multiple apps i nteh same JVM, but we can at least try and not fall off a cliff when they happen.
-
Dave Syer authored
-
- 30 Jan, 2015 1 commit
-
-
Dave Syer authored
-
- 29 Jan, 2015 10 commits
-
-
Spencer Gibb authored
fixes gh-187
-
Spencer Gibb authored
-
Dave Syer authored
-
Dave Syer authored
Replaces the boolean flag (loadbalance) for switching between service resolution (by name) or straight URL bashing.
-
Dave Syer authored
By analogy with @EnableJpaRepositories, so it's obvious that the same thing will happen (interfaces are turned into concrete @Beans).
-
Dave Syer authored
-
Dave Syer authored
-
Spencer Gibb authored
added preferIpAddress section to eureka and updated ribbon docs to show what beans are created by default and how to override them.
-
Spencer Gibb authored
-
Dave Syer authored
-
- 28 Jan, 2015 1 commit
-
-
Spencer Gibb authored
This includes support for: ServerList, ServerListFilter, IRule, IPing and IClientConfig. Eliminates custom wrapping of ServerList. fixes gh-185
-
- 27 Jan, 2015 7 commits
-
-
Dave Syer authored
-
Spencer Gibb authored
fixes gh-144
-
Spencer Gibb authored
update sidecare enabled property, make eureka portion of config conditional on eureka on classpath so other DiscoveryClient impls can use it.
-
Spencer Gibb authored
fixes gh-159
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 26 Jan, 2015 4 commits
-
-
Spencer Gibb authored
fixes gh-179
-
Spencer Gibb authored
fixes gh-180
-
Spencer Gibb authored
fixes gh-182
-
Spencer Gibb authored
Add feign-slf4j support. fixes gh-178
-
- 25 Jan, 2015 1 commit
-
-
Dave Syer authored
-
- 23 Jan, 2015 3 commits
-
-
Spencer Gibb authored
-
Dave Syer authored
The main problem here was the ZuulProperties being used everywhere. I also took the opportunity to thin out the top level zuul package and keep the web and route locator pieces in sub-packages for readability. Fixes gh-172
-
Dave Syer authored
A cleaner separation of ribbon and the eureka-dependent ribbon configuration is achieved by adding a BeanPostProcessor to do the ServerList wrapping, instead of doing it for every single ribbon client. See gh-172
-
- 22 Jan, 2015 3 commits
-
-
Spencer Gibb authored
proxy DiscoveryHeartbeatEvent's from parent to child be publishing a EurekaHeartbeatEvent and having zuul listen for EurekaHeartbeatEvent as well. fixes gh-171
-
Dave Syer authored
Fixes gh-153
-
Spencer Gibb authored
fixes gh-153
-
- 19 Jan, 2015 1 commit
-
-
Dave Syer authored
Fixes gh-160
-
- 15 Jan, 2015 2 commits
-
-
Spencer Gibb authored
fixes gh-147
-
Spencer Gibb authored
fixes gh-149
-