- 15 Jan, 2015 7 commits
-
-
https://github.com/philwebb/spring-cloud-netflixSpencer Gibb authored
Conflicts: spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/feign/FeignClient.java spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/feign/FeignClientScan.java spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/zuul/filters/route/RibbonRoutingFilter.java spring-cloud-netflix-turbine-amqp/src/test/java/org/springframework/cloud/netflix/turbine/amqp/AggregatorTest.java
-
Dave Syer authored
-
Dave Syer authored
This change adds an ApplicationListener that sets some high priority properties in the Environment to allow server.port and management.port to keep their usual meaning, but have server.port apply only to turbine. Actuator endpoints can be enabled with management.port (different to server.port otherwise there will be a conflict between Netty and Tomcat). Fixes gh-143, fixes gh-140
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-151
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-156
-
- 14 Jan, 2015 8 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Spencer Gibb authored
fixes gh-129
-
Spencer Gibb authored
-
- 08 Jan, 2015 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 07 Jan, 2015 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 06 Jan, 2015 3 commits
-
-
Spencer Gibb authored
fixes gh-135 created hystrix.stream.amqp.send-id to allow disabling of sending the context id as the metric id. Turbine AMQP then defaults to serviceId:host:port fixes gh-131
-
Spencer Gibb authored
-
Dave Syer authored
Now they match better what the vanilla /trace data does in terms of object and field names.
-
- 04 Jan, 2015 1 commit
-
-
Dave Syer authored
-
- 03 Jan, 2015 1 commit
-
-
Dave Syer authored
Not used by the app itself, but will show up in metadata reports and in tooling, so useful for documentation purposes. See gh-125
-
- 02 Jan, 2015 6 commits
-
-
Dave Syer authored
Fixes gh-125
-
Julien Roy authored
-
Dave Syer authored
Fixes gh-126
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
It's nice to have an annotation to say "I want Eureka discovery". At the moment it is a pass thru for @EnableDiscoveryClient, but in principle it could be used to select Eureka over another provider even if both were on the classpath.
-
- 01 Jan, 2015 2 commits
-
-
Julien Roy authored
Fixes gh-113
-
Dave Syer authored
Fixes gh-122
-
- 26 Dec, 2014 4 commits
-
-
Dave Syer authored
If the ClientFactory from netflix is used directly it bypasses all the goodness in SpringClientFactory, so clients created in Feign before this change were getting the default native configuration instead of that provided by RibbonClientConfiguration. There are no remaining references to the raw ClientFactory in Spring Cloud, so we probably have seen the last of this. Fixes gh-118
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-117
-
Dave Syer authored
-
- 19 Dec, 2014 4 commits
-
-
Spencer Gibb authored
add some hystrix tests, specifically check there is no discovery health indicator if it is not turned on fixes gh-112
-
Spencer Gibb authored
fixes gh-84
-
Dave Syer authored
-
Dave Syer authored
With just a bit more hackery on the Zuul request wrapper we can mask off the input stream and content lengths, and fix them so they contain the expected content. Doesn't work (yet) for multipart content. Fixes gh-109
-