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 9b07bd9f00457f16c4d2e37891db493820f85d29 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jun 17 10:26:07 2021 +0200 CAMEL-16720 - camel-aws - Component title - remove the using AWS SDK version 2.x. - AWS Athena --- .../java/org/apache/camel/component/aws2/athena/Athena2Endpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws/camel-aws2-athena/src/main/java/org/apache/camel/component/aws2/athena/Athena2Endpoint.java b/components/camel-aws/camel-aws2-athena/src/main/java/org/apache/camel/component/aws2/athena/Athena2Endpoint.java index b80524c..f74d1e8 100644 --- a/components/camel-aws/camel-aws2-athena/src/main/java/org/apache/camel/component/aws2/athena/Athena2Endpoint.java +++ b/components/camel-aws/camel-aws2-athena/src/main/java/org/apache/camel/component/aws2/athena/Athena2Endpoint.java @@ -31,7 +31,7 @@ import software.amazon.awssdk.services.athena.AthenaClient; /** * Access AWS Athena service using AWS SDK version 2.x. */ -@UriEndpoint(firstVersion = "3.4.0", scheme = "aws2-athena", title = "AWS 2 Athena", syntax = "aws2-athena:label", +@UriEndpoint(firstVersion = "3.4.0", scheme = "aws2-athena", title = "AWS Athena", syntax = "aws2-athena:label", producerOnly = true, category = { Category.CLOUD, Category.DATABASE }) public class Athena2Endpoint extends DefaultEndpoint {
