- 03 Mar, 2015 1 commit
-
-
Dave Syer authored
-
- 02 Mar, 2015 1 commit
-
-
Spencer Gibb authored
fixes gh-236
-
- 27 Feb, 2015 4 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
If you are using AMQP there needs to be a ConnectionFactory (from Spring Rabbit) in the application context. If there is a single ConnectionFactory it will be used, or if there is a one qualified as @[Hystrix,Turbine]ConnectionFactory it will be preferred over others, otherwise the @Primary one will be used. If there are multiple unqualified connection factories there will be an error. See https://github.com/spring-cloud/spring-cloud-bus/issues/13
-
- 25 Feb, 2015 4 commits
-
-
Dave Syer authored
-
Dave Syer authored
It didn't depend on Ribbon at all so it can live in the commons project.
-
Dave Syer authored
-
Dave Syer authored
Listen for heartbeats from discovery so that state changes can trigger a new status (and the client doesn't rely on the old address of the server if it has now changed). Fixes gh-232
-
- 23 Feb, 2015 3 commits
-
-
Spencer Gibb authored
fixes gh-225
-
Dave Syer authored
It doesn't make sense to @EnableFeignClients in autoconfig because the user needs to specify a package to scan. It does make sense (sort of) to set up the encoder/decoder/logger etc. See gh-226
-
Dave Syer authored
When the URL is passed down to Ribbon and reconstructed from a LoadBalancer the Server only knows about host and port, so the scheme has to come from the original declaration. There's still a potential problem with Eureka remote services that are available with a non-secure port as well (probably fairly rare). Fixes gh-221
-
- 19 Feb, 2015 1 commit
-
-
Spencer Gibb authored
-
- 18 Feb, 2015 1 commit
-
-
Roy Clarkson authored
-
- 16 Feb, 2015 1 commit
-
-
Dave Syer authored
Users need to know how to configure and use the Eureka metadata because it isn't immediately obvious and does require some decisions to be made. Fixes gh-102
-
- 14 Feb, 2015 1 commit
-
-
Spencer Gibb authored
fixes spring-cloud/spring-cloud-bus/issues/7
-
- 13 Feb, 2015 5 commits
-
-
Spencer Gibb authored
fixes gh-201
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes 208
-
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
-