Commit Graph

24 Commits

Author SHA1 Message Date
Dave Syer
1c54e6b937 Add annotation processor 2015-03-20 11:47:27 +00:00
Dave Syer
3445d093c7 Fix RabbitAdmin so it actually finds the Declarables 2015-03-17 16:08:57 +00:00
Dave Syer
cc2159f77b Use separate RabbitAdmin to declare queues and exchanges
Fixes gh-259
2015-03-16 14:57:58 +00:00
Dave Syer
e3a20d5d6b Update to next snapshot 2015-03-03 14:56:26 +00:00
Dave Syer
7e579c9a91 Use method accessor not field 2015-02-27 12:38:39 +00:00
Dave Syer
8ac43cca52 Add @*ConnectionFactory to qualify the preferred instance
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
2015-02-27 12:32:41 +00:00
Dave Syer
8410b8938a Fix autconfig class name in renamed package 2015-01-29 17:59:02 +00:00
Dave Syer
fe08762f50 Rename package that was missing 'cloud' 2015-01-29 17:39:59 +00:00
Spencer Gibb
5c84080d62 Upgrade netflix archaius to 0.6.5
fixes gh-179
2015-01-26 15:44:41 -07:00
Dave Syer
f18aeab873 Replace some of the log/printStackTraces with ignores
Fixes gh-153
2015-01-22 07:08:55 +00:00
Spencer Gibb
a45c0ccec8 change printStackTrace to commons log statements
fixes gh-153
2015-01-21 19:26:54 -07:00
Spencer Gibb
a0b73fe7c7 migrate from slf4j to commons logging
fixes gh-147
2015-01-15 14:31:20 -07:00
Spencer Gibb
f1bd9bdfaa Merge branch 'polish' of https://github.com/philwebb/spring-cloud-netflix into philwebb-polish
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
2015-01-15 11:04:47 -07:00
Dave Syer
0e4eb9ef1f Use @ConditionalOnProperty where possible 2015-01-15 14:07:52 +00:00
Phillip Webb
3ea0f8d283 Polish 2015-01-14 14:49:23 -08:00
Phillip Webb
9d823513c3 Add copyright headers 2015-01-14 13:24:18 -08:00
Phillip Webb
6a7676a93f Apply eclipse formatting and cleanup 2015-01-14 13:10:41 -08:00
Phillip Webb
911627c09d Add eclipse formatting and cleanup configuration 2015-01-14 13:09:14 -08:00
Phillip Webb
be436279cf Polish POM files 2015-01-14 13:04:26 -08:00
Spencer Gibb
758d86e793 integration tests for s-c-n-hystrix-amqp and s-c-n-turbine-amqp 2015-01-06 20:47:26 -07:00
Spencer Gibb
a57c358702 prefix hystrix metric same with context id and add ability to disable.
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
2015-01-06 16:35:36 -07:00
Dave Syer
8f8e738ffd Use JSON for AMQP Hystrix data
Fixes gh-126
2015-01-02 15:20:50 +00:00
Spencer Gibb
85a3e82da6 remove references to bus 2014-12-17 13:50:04 -07:00
Spencer Gibb
4dc7972fa5 moved spring-cloud-bus-{hystrix,turbine} to spring-cloud-netflix-{hystrix,turbine}-amqp
fixes gh-108
2014-12-17 13:26:21 -07:00