This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 99687da CAMEL-13271 - Camel-AWS components: Add notes in migration guide 99687da is described below commit 99687dafed1d813ba5565da3a0c06a58a1ceea6c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 28 08:21:19 2019 +0100 CAMEL-13271 - Camel-AWS components: Add notes in migration guide --- MIGRATION.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/MIGRATION.md b/MIGRATION.md index d8ffed7..fc30c22 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -138,6 +138,27 @@ The class `org.apache.camel.processor.loadbalancer.SimpleLoadBalancerSupport` ha The class `org.apache.camel.management.JmxSystemPropertyKeys` has been moved to `org.apache.camel.api.management.JmxSystemPropertyKeys`. +The component camel-aws has been splitted in multiple components: + +- camel-aws-cw +- camel-aws-ddb (which contains both ddb and ddbstreams components) +- camel-aws-ec2 +- camel-aws-ecs +- camel-aws-eks +- camel-aws-iam +- camel-aws-kinesis (which contains both kinesis and kinesis-firehose components) +- camel-aws-kms +- camel-aws-lambda +- camel-aws-mq +- camel-aws-s3 +- camel-aws-sdb +- camel-aws-ses +- camel-aws-sns +- camel-aws-sqs +- camel-aws-swf + +So you'll have to add explicitly the dependencies for these components. From the OSGi perspective, there is still a `camel-aws` Karaf feature, which includes all the components. + #### camel-test If you are using camel-test and override the `createRegistry` method, for example to register beans from the `JndiRegisty` class, then this is no longer nessasary, and instead