- 13 Feb, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-210
-
- 12 Feb, 2015 1 commit
-
-
Dave Syer authored
To write file data the message converter needs the file content to be provided in the form of an HttpEntity per file. Fixes gh-197 again
-
- 10 Feb, 2015 3 commits
-
-
Spencer Gibb authored
fixes gh-204
-
Spencer Gibb authored
only update route location if location is empty. Fixes bug introduced in 18b346de
-
Spencer Gibb authored
update the serviceId and location for statically configured routes that are also part of serviceDiscovery. fixes gh-199
-
- 09 Feb, 2015 3 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
If the ServerProperties contain a servletPath then the handler mapping does not contain that prefix, but the incoming request URI does. This leads to some interesting prefix stripping gymnastics. All the existing tests assumed that the prefix was empty (the default for a Spring boot app). See gh-199
-
- 06 Feb, 2015 1 commit
-
-
Dave Syer authored
-
- 05 Feb, 2015 6 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
This reverts commit 29bee28d.
-
Dave Syer authored
and also allow explicitly configured services to be unignored. I.e. zuul: ignoredServices: * routes: foo: /foo/** Will expose only the foo service. Fixes gh-198
-
Dave Syer authored
Instead of building a String, if we use an existing HttpMessageConverter from Spring web, we can support multipart form data. Fixes gh-197 (hopefully)
-
Dave Syer authored
Now that blitz4j 1.36.0 is out, with a bit of hackery we can prevent it from barfing on startup. Seems worth it (and certainly makes it easier to embed Eureka server). Fixes gh-3
-
- 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 6 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
-