Dave Syer
6906c7ba55
Update to 1.1.3 snapshots
9 years ago
Spencer Gibb
7d295bdc8b
Update to SNAPSHOT
9 years ago
Spencer Gibb
b6807fc264
Update SNAPSHOT to 1.1.2.RELEASE
9 years ago
Spencer Gibb
332b5605d6
Update to SNAPSHOT
9 years ago
Spencer Gibb
c3d16ddb30
Update SNAPSHOT to 1.1.1.RELEASE
9 years ago
Dave Syer
c399f1117b
Revert to snapshots
9 years ago
Dave Syer
d9327a02a2
Update for 1.1.0.RELEASE
9 years ago
Dave Syer
24579f67e2
Revert to snapshots
9 years ago
Dave Syer
d99196aeb1
Update to RC2
9 years ago
Marcin Grzejszczak
3f9e76b876
Revert to snapshots
9 years ago
Marcin Grzejszczak
29988b5f58
Bump for 1.1.0.RC1
9 years ago
Dave Syer
443406f75f
Revert to snapshots
9 years ago
Dave Syer
61ef6dd511
Update to 1.1.0.M5
9 years ago
Spencer Gibb
8938aa4621
Revert "Update SNAPSHOT to MILESTONE 1.1.0.M4"
...
This reverts commit 721fdc5918
.
9 years ago
Spencer Gibb
721fdc5918
Update SNAPSHOT to MILESTONE 1.1.0.M4
9 years ago
Dave Syer
06b50c9fe0
Revert to snapshots
9 years ago
Dave Syer
05f75e70da
Update to 1.1.0.M3
9 years ago
Dave Syer
61294659bf
Add back (and deprecate) old 'amqp' poms
9 years ago
Spencer Gibb
639a87bfa1
Port *-amqp to spring-cloud-stream.
...
Move turbine/hystrix amqp specific implementations to spring-cloud-stream based implementations and let the user decide which broker to use.
fixes gh-545
9 years ago
Dave Syer
ee5b9c6382
Revert back to snapshot
9 years ago
Dave Syer
a11a7709bf
Bump to M1
9 years ago
Dave Syer
9a45beec1d
Update to Brixton
10 years ago
Dave Syer
3519ecf224
Prepare master for next snapshot
10 years ago
Dave Syer
fde4741333
Update to 1.0.3 snapshots
10 years ago
Dave Syer
b28fd07cdb
Update to 1.0.2 snapshots
10 years ago
Dave Syer
1c54e6b937
Add annotation processor
10 years ago
Dave Syer
3445d093c7
Fix RabbitAdmin so it actually finds the Declarables
10 years ago
Dave Syer
cc2159f77b
Use separate RabbitAdmin to declare queues and exchanges
...
Fixes gh-259
10 years ago
Dave Syer
e3a20d5d6b
Update to next snapshot
10 years ago
Dave Syer
7e579c9a91
Use method accessor not field
10 years ago
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
10 years ago
Dave Syer
8410b8938a
Fix autconfig class name in renamed package
10 years ago
Dave Syer
fe08762f50
Rename package that was missing 'cloud'
10 years ago
Spencer Gibb
5c84080d62
Upgrade netflix archaius to 0.6.5
...
fixes gh-179
10 years ago
Dave Syer
f18aeab873
Replace some of the log/printStackTraces with ignores
...
Fixes gh-153
10 years ago
Spencer Gibb
a45c0ccec8
change printStackTrace to commons log statements
...
fixes gh-153
10 years ago
Spencer Gibb
a0b73fe7c7
migrate from slf4j to commons logging
...
fixes gh-147
10 years ago
Dave Syer
0e4eb9ef1f
Use @ConditionalOnProperty where possible
10 years ago
Phillip Webb
3ea0f8d283
Polish
10 years ago
Phillip Webb
9d823513c3
Add copyright headers
10 years ago
Phillip Webb
6a7676a93f
Apply eclipse formatting and cleanup
10 years ago
Phillip Webb
911627c09d
Add eclipse formatting and cleanup configuration
10 years ago
Phillip Webb
be436279cf
Polish POM files
10 years ago
Spencer Gibb
758d86e793
integration tests for s-c-n-hystrix-amqp and s-c-n-turbine-amqp
10 years ago
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
10 years ago
Dave Syer
8f8e738ffd
Use JSON for AMQP Hystrix data
...
Fixes gh-126
10 years ago
Spencer Gibb
85a3e82da6
remove references to bus
10 years ago
Spencer Gibb
4dc7972fa5
moved spring-cloud-bus-{hystrix,turbine} to spring-cloud-netflix-{hystrix,turbine}-amqp
...
fixes gh-108
10 years ago