- 23 Sep, 2015 4 commits
-
-
Dave Syer authored
-
Dave Syer authored
When the parent (bootstrap) context registers the app as well as consuming the registry it causes problems, e.g. when you refresh that context is re-created and destroyed, which tends to unregister the app and it's hard to get it back. It is simpler if the parent context use eureka read-only. To ensure this we have to remove the @EnableDiscoveryClient from the bootstrap context. Tested with vanilla config server and eureka with the 'eureka-first' sample and the 'zuul-proxy-eureka' sample. Fixes gh-421
-
Dave Syer authored
Reverts part of a change made for gh-349 and rationalizes a bit of the Eureka configuration. The Eureka client cannot be shutdown without attempting to restart it (but there isn't an obvious public API for that), so it's better not to shut it down at all. See gh-421
-
Dave Syer authored
-
- 22 Sep, 2015 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
Move turbine/hystrix amqp specific implementations to spring-cloud-stream based implementations and let the user decide which broker to use. fixes gh-545
-
- 14 Sep, 2015 4 commits
-
-
Spencer Gibb authored
1.4.15 isn't in maven central yet
-
Spencer Gibb authored
fixes gh-534
-
Spencer Gibb authored
fixes gh-540
-
Spencer Gibb authored
see gh-539
-
- 10 Sep, 2015 2 commits
-
-
Spencer Gibb authored
fixes gh-535
-
Spencer Gibb authored
-
- 08 Sep, 2015 7 commits
-
-
Spencer Gibb authored
* CPGFinanceSystems-master: Add X-Forwarded-Proto HTTP header to zuul proxy requests
-
Forstner Michael authored
If the zuul reverse proxy and the destination services are using a different scheme (for example HTTPS on proxy side and HTTP on service side) an additional HTTP header is required according to RFC7239 [http://tools.ietf.org/html/rfc7239]
-
Spencer Gibb authored
Bumps to Feign 8.8.1
-
Dave Syer authored
-
Dave Syer authored
-
Adrian Cole authored
-
Adrian Cole authored
Change from @Autowired to context.getBean
-
- 04 Sep, 2015 3 commits
-
-
Spencer Gibb authored
Solves problems where FeignClientFactoryBean is run before auto-configuration. fixed gh-441
-
Spencer Gibb authored
-
Spencer Gibb authored
Replaced incorrect @PathParameter with @PathVariable
-
- 03 Sep, 2015 4 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
* eureka-healthcheck: Eureka health check
-
Jakub Narloch authored
-
gandrianakis authored
-
- 02 Sep, 2015 1 commit
-
-
Dave Syer authored
-
- 31 Aug, 2015 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 25 Aug, 2015 11 commits