Commit Graph
56 Commits
Author SHA1 Message Date
Ryan Baxter b91fa734d2 Bumping versions for next release 2016-09-22 14:55:08 -04:00
Ryan Baxter 302eae6aeb Revert "version changes for Camden release"
This reverts commit 088afa6d71.
2016-09-22 14:21:39 -04:00
Ryan Baxter 088afa6d71 version changes for Camden release 2016-09-22 13:15:22 -04:00
Ryan Baxter 08ed3c7fc4 Revert "Updated versions for Camden.RC1 release"
This reverts commit 3c1a23e7b1.
2016-09-06 14:25:21 -04:00
Ryan Baxter 3c1a23e7b1 Updated versions for Camden.RC1 release 2016-09-06 14:16:23 -04:00
Ryan Baxter 047e25f7f7 Revert "Camden.M1 release"
This reverts commit 258e53a402.
2016-08-22 15:31:32 -04:00
Ryan Baxter 258e53a402 Camden.M1 release 2016-08-22 15:01:16 -04:00
Dave Syer 68cf346025 Change repo URLs to https 2016-08-17 17:33:02 +01:00
Spencer Gibb 7d295bdc8b Update to SNAPSHOT 2016-06-09 11:30:39 -06:00
Spencer Gibb b6807fc264 Update SNAPSHOT to 1.1.2.RELEASE 2016-06-09 11:06:25 -06:00
Spencer Gibb 332b5605d6 Update to SNAPSHOT 2016-06-06 19:11:27 -06:00
Spencer Gibb c3d16ddb30 Update SNAPSHOT to 1.1.1.RELEASE 2016-06-06 18:54:25 -06:00
Dave Syer c399f1117b Revert to snapshots 2016-05-10 17:09:04 +01:00
Dave Syer d9327a02a2 Update for 1.1.0.RELEASE 2016-05-10 17:00:17 +01:00
Dave Syer 24579f67e2 Revert to snapshots 2016-04-18 14:07:42 +01:00
Dave Syer d99196aeb1 Update to RC2 2016-04-18 14:02:49 +01:00
Marcin Grzejszczak 3f9e76b876 Revert to snapshots 2016-03-23 12:43:41 +01:00
Marcin Grzejszczak 29988b5f58 Bump for 1.1.0.RC1 2016-03-23 12:38:05 +01:00
Dave Syer 443406f75f Revert to snapshots 2016-02-05 07:24:05 +00:00
Dave Syer 61ef6dd511 Update to 1.1.0.M5 2016-02-05 07:23:28 +00:00
Spencer Gibb 8938aa4621 Revert "Update SNAPSHOT to MILESTONE 1.1.0.M4"
This reverts commit 721fdc5918.
2015-12-22 11:25:47 -07:00
Spencer Gibb 721fdc5918 Update SNAPSHOT to MILESTONE 1.1.0.M4 2015-12-22 11:21:20 -07:00
Dave Syer 06b50c9fe0 Revert to snapshots 2015-11-17 12:27:43 +00:00
Dave Syer 05f75e70da Update to 1.1.0.M3 2015-11-17 12:27:01 +00:00
Dave Syer 61294659bf Add back (and deprecate) old 'amqp' poms 2015-09-23 09:46:49 +01:00
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
2015-09-22 09:42:45 -06:00
Dave Syer ee5b9c6382 Revert back to snapshot 2015-09-08 16:39:58 +01:00
Dave Syer a11a7709bf Bump to M1 2015-09-08 16:39:15 +01:00
Dave Syer 9a45beec1d Update to Brixton 2015-06-26 12:57:06 +01:00
Dave Syer 3519ecf224 Prepare master for next snapshot 2015-06-26 10:57:19 +01:00
Dave Syer fde4741333 Update to 1.0.3 snapshots 2015-05-01 11:22:13 +02:00
Dave Syer b28fd07cdb Update to 1.0.2 snapshots 2015-04-23 11:11:21 +01:00
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