This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit a529510bc0970f3717e45f11c3ddca94a9f12652 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jun 17 10:31:41 2021 +0200 CAMEL-16720 - camel-aws - Component title - remove the using AWS SDK version 2.x. - AWS DDB --- .../src/main/java/org/apache/camel/component/aws2/ddb/Ddb2Endpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/Ddb2Endpoint.java b/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/Ddb2Endpoint.java index c52c5ca..0e56167 100644 --- a/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/Ddb2Endpoint.java +++ b/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/Ddb2Endpoint.java @@ -42,7 +42,7 @@ import software.amazon.awssdk.services.dynamodb.model.TableStatus; /** * Store and retrieve data from AWS DynamoDB service using AWS SDK version 2.x. */ -@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-ddb", title = "AWS 2 DynamoDB", syntax = "aws2-ddb:tableName", +@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-ddb", title = "AWS DynamoDB", syntax = "aws2-ddb:tableName", producerOnly = true, category = { Category.CLOUD, Category.DATABASE, Category.NOSQL }) public class Ddb2Endpoint extends ScheduledPollEndpoint {
