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 af4f28496b737344b6cbb352ecf76e139f869910
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jun 17 10:28:06 2021 +0200

    CAMEL-16720 - camel-aws - Component title - remove the using AWS SDK 
version 2.x. - AWS Athena
---
 .../org/apache/camel/catalog/docs/aws2-athena-component.adoc      | 8 ++++----
 .../org/apache/camel/component/aws2/athena/aws2-athena.json       | 2 +-
 .../camel-aws2-athena/src/main/docs/aws2-athena-component.adoc    | 8 ++++----
 .../apache/camel/builder/component/ComponentsBuilderFactory.java  | 2 +-
 .../builder/component/dsl/Aws2AthenaComponentBuilderFactory.java  | 4 ++--
 core/camel-componentdsl/src/generated/resources/metadata.json     | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 4 ++--
 .../camel/builder/endpoint/dsl/Athena2EndpointBuilderFactory.java | 8 ++++----
 docs/components/modules/ROOT/pages/aws2-athena-component.adoc     | 8 ++++----
 9 files changed, 23 insertions(+), 23 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-athena-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-athena-component.adoc
index 3e2a297..45615cf 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-athena-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-athena-component.adoc
@@ -1,6 +1,6 @@
 [[aws2-athena-component]]
-= AWS 2 Athena Component
-:docTitle: AWS 2 Athena
+= AWS Athena Component
+:docTitle: AWS Athena
 :artifactId: camel-aws2-athena
 :description: Access AWS Athena service using AWS SDK version 2.x.
 :since: 3.4
@@ -60,7 +60,7 @@ from("direct:start")
 
 
 // component options: START
-The AWS 2 Athena component supports 30 options, which are listed below.
+The AWS Athena component supports 30 options, which are listed below.
 
 
 
@@ -111,7 +111,7 @@ The AWS 2 Athena component supports 30 options, which are 
listed below.
 
 
 // endpoint options: START
-The AWS 2 Athena endpoint is configured using URI syntax:
+The AWS Athena endpoint is configured using URI syntax:
 
 ----
 aws2-athena:label
diff --git 
a/components/camel-aws/camel-aws2-athena/src/generated/resources/org/apache/camel/component/aws2/athena/aws2-athena.json
 
b/components/camel-aws/camel-aws2-athena/src/generated/resources/org/apache/camel/component/aws2/athena/aws2-athena.json
index b12c65e..8eef94a 100644
--- 
a/components/camel-aws/camel-aws2-athena/src/generated/resources/org/apache/camel/component/aws2/athena/aws2-athena.json
+++ 
b/components/camel-aws/camel-aws2-athena/src/generated/resources/org/apache/camel/component/aws2/athena/aws2-athena.json
@@ -2,7 +2,7 @@
   "component": {
     "kind": "component",
     "name": "aws2-athena",
-    "title": "AWS 2 Athena",
+    "title": "AWS Athena",
     "description": "Access AWS Athena service using AWS SDK version 2.x.",
     "deprecated": false,
     "firstVersion": "3.4.0",
diff --git 
a/components/camel-aws/camel-aws2-athena/src/main/docs/aws2-athena-component.adoc
 
b/components/camel-aws/camel-aws2-athena/src/main/docs/aws2-athena-component.adoc
index 3e2a297..45615cf 100644
--- 
a/components/camel-aws/camel-aws2-athena/src/main/docs/aws2-athena-component.adoc
+++ 
b/components/camel-aws/camel-aws2-athena/src/main/docs/aws2-athena-component.adoc
@@ -1,6 +1,6 @@
 [[aws2-athena-component]]
-= AWS 2 Athena Component
-:docTitle: AWS 2 Athena
+= AWS Athena Component
+:docTitle: AWS Athena
 :artifactId: camel-aws2-athena
 :description: Access AWS Athena service using AWS SDK version 2.x.
 :since: 3.4
@@ -60,7 +60,7 @@ from("direct:start")
 
 
 // component options: START
-The AWS 2 Athena component supports 30 options, which are listed below.
+The AWS Athena component supports 30 options, which are listed below.
 
 
 
@@ -111,7 +111,7 @@ The AWS 2 Athena component supports 30 options, which are 
listed below.
 
 
 // endpoint options: START
-The AWS 2 Athena endpoint is configured using URI syntax:
+The AWS Athena endpoint is configured using URI syntax:
 
 ----
 aws2-athena:label
diff --git 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index d7195f7..e49c53d 100644
--- 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++ 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -306,7 +306,7 @@ public interface ComponentsBuilderFactory {
         return 
org.apache.camel.builder.component.dsl.AwsSecretsManagerComponentBuilderFactory.awsSecretsManager();
     }
     /**
-     * AWS 2 Athena (camel-aws2-athena)
+     * AWS Athena (camel-aws2-athena)
      * Access AWS Athena service using AWS SDK version 2.x.
      * 
      * Category: cloud,database
diff --git 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2AthenaComponentBuilderFactory.java
 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2AthenaComponentBuilderFactory.java
index c5ccd68..ddb9015 100644
--- 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2AthenaComponentBuilderFactory.java
+++ 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2AthenaComponentBuilderFactory.java
@@ -31,7 +31,7 @@ import 
org.apache.camel.component.aws2.athena.Athena2Component;
 public interface Aws2AthenaComponentBuilderFactory {
 
     /**
-     * AWS 2 Athena (camel-aws2-athena)
+     * AWS Athena (camel-aws2-athena)
      * Access AWS Athena service using AWS SDK version 2.x.
      * 
      * Category: cloud,database
@@ -45,7 +45,7 @@ public interface Aws2AthenaComponentBuilderFactory {
     }
 
     /**
-     * Builder for the AWS 2 Athena component.
+     * Builder for the AWS Athena component.
      */
     interface Aws2AthenaComponentBuilder
             extends
diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json 
b/core/camel-componentdsl/src/generated/resources/metadata.json
index 049a438..07f053b 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -425,7 +425,7 @@
   "Aws2AthenaComponentBuilderFactory": {
     "kind": "component",
     "name": "aws2-athena",
-    "title": "AWS 2 Athena",
+    "title": "AWS Athena",
     "description": "Access AWS Athena service using AWS SDK version 2.x.",
     "deprecated": false,
     "firstVersion": "3.4.0",
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 638ce5d..2919687 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -874,7 +874,7 @@ public class StaticEndpointBuilders {
         return 
org.apache.camel.builder.endpoint.dsl.AvroEndpointBuilderFactory.endpointBuilder(componentName,
 path);
     }
     /**
-     * AWS 2 Athena (camel-aws2-athena)
+     * AWS Athena (camel-aws2-athena)
      * Access AWS Athena service using AWS SDK version 2.x.
      * 
      * Category: cloud,database
@@ -894,7 +894,7 @@ public class StaticEndpointBuilders {
         return 
org.apache.camel.builder.endpoint.dsl.Athena2EndpointBuilderFactory.endpointBuilder("aws2-athena",
 path);
     }
     /**
-     * AWS 2 Athena (camel-aws2-athena)
+     * AWS Athena (camel-aws2-athena)
      * Access AWS Athena service using AWS SDK version 2.x.
      * 
      * Category: cloud,database
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Athena2EndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Athena2EndpointBuilderFactory.java
index f130992..5b589b2 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Athena2EndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Athena2EndpointBuilderFactory.java
@@ -31,7 +31,7 @@ public interface Athena2EndpointBuilderFactory {
 
 
     /**
-     * Builder for endpoint for the AWS 2 Athena component.
+     * Builder for endpoint for the AWS Athena component.
      */
     public interface Athena2EndpointBuilder extends EndpointProducerBuilder {
         default AdvancedAthena2EndpointBuilder advanced() {
@@ -750,7 +750,7 @@ public interface Athena2EndpointBuilderFactory {
     }
 
     /**
-     * Advanced builder for endpoint for the AWS 2 Athena component.
+     * Advanced builder for endpoint for the AWS Athena component.
      */
     public interface AdvancedAthena2EndpointBuilder
             extends
@@ -820,7 +820,7 @@ public interface Athena2EndpointBuilderFactory {
 
     public interface Athena2Builders {
         /**
-         * AWS 2 Athena (camel-aws2-athena)
+         * AWS Athena (camel-aws2-athena)
          * Access AWS Athena service using AWS SDK version 2.x.
          * 
          * Category: cloud,database
@@ -839,7 +839,7 @@ public interface Athena2EndpointBuilderFactory {
             return 
Athena2EndpointBuilderFactory.endpointBuilder("aws2-athena", path);
         }
         /**
-         * AWS 2 Athena (camel-aws2-athena)
+         * AWS Athena (camel-aws2-athena)
          * Access AWS Athena service using AWS SDK version 2.x.
          * 
          * Category: cloud,database
diff --git a/docs/components/modules/ROOT/pages/aws2-athena-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-athena-component.adoc
index 8526953..91a7fed 100644
--- a/docs/components/modules/ROOT/pages/aws2-athena-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-athena-component.adoc
@@ -1,8 +1,8 @@
 [[aws2-athena-component]]
-= AWS 2 Athena Component
+= AWS Athena Component
 //THIS FILE IS COPIED: EDIT THE SOURCE FILE:
 :page-source: 
components/camel-aws/camel-aws2-athena/src/main/docs/aws2-athena-component.adoc
-:docTitle: AWS 2 Athena
+:docTitle: AWS Athena
 :artifactId: camel-aws2-athena
 :description: Access AWS Athena service using AWS SDK version 2.x.
 :since: 3.4
@@ -62,7 +62,7 @@ from("direct:start")
 
 
 // component options: START
-The AWS 2 Athena component supports 30 options, which are listed below.
+The AWS Athena component supports 30 options, which are listed below.
 
 
 
@@ -113,7 +113,7 @@ The AWS 2 Athena component supports 30 options, which are 
listed below.
 
 
 // endpoint options: START
-The AWS 2 Athena endpoint is configured using URI syntax:
+The AWS Athena endpoint is configured using URI syntax:
 
 ----
 aws2-athena:label

Reply via email to