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 7253b9f9776a01d69a12ed83bdf931e041d88c0d Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jun 17 10:14:43 2021 +0200 CAMEL-16720 - camel-aws - Component title - remove the using AWS SDK version 2.x. - AWS CW --- .../org/apache/camel/catalog/docs/aws2-cw-component.adoc | 8 ++++---- .../resources/org/apache/camel/component/aws2/cw/aws2-cw.json | 2 +- .../camel-aws/camel-aws2-cw/src/main/docs/aws2-cw-component.adoc | 8 ++++---- .../apache/camel/builder/component/ComponentsBuilderFactory.java | 2 +- .../builder/component/dsl/Aws2CwComponentBuilderFactory.java | 4 ++-- core/camel-componentdsl/src/generated/resources/metadata.json | 2 +- .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 4 ++-- .../camel/builder/endpoint/dsl/Cw2EndpointBuilderFactory.java | 6 +++--- docs/components/modules/ROOT/pages/aws2-cw-component.adoc | 8 ++++---- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-cw-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-cw-component.adoc index ad4dd9c..7287d36 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-cw-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-cw-component.adoc @@ -1,6 +1,6 @@ [[aws2-cw-component]] -= AWS 2 CloudWatch Component -:docTitle: AWS 2 CloudWatch += AWS CloudWatch Component +:docTitle: AWS CloudWatch :artifactId: camel-aws2-cw :description: Sending metrics to AWS CloudWatch using AWS SDK version 2.x. :since: 3.1 @@ -45,7 +45,7 @@ The metrics will be created if they don't already exists. + // component options: START -The AWS 2 CloudWatch component supports 18 options, which are listed below. +The AWS CloudWatch component supports 18 options, which are listed below. @@ -77,7 +77,7 @@ The AWS 2 CloudWatch component supports 18 options, which are listed below. // endpoint options: START -The AWS 2 CloudWatch endpoint is configured using URI syntax: +The AWS CloudWatch endpoint is configured using URI syntax: ---- aws2-cw:namespace diff --git a/components/camel-aws/camel-aws2-cw/src/generated/resources/org/apache/camel/component/aws2/cw/aws2-cw.json b/components/camel-aws/camel-aws2-cw/src/generated/resources/org/apache/camel/component/aws2/cw/aws2-cw.json index f37f529..cf5c018 100644 --- a/components/camel-aws/camel-aws2-cw/src/generated/resources/org/apache/camel/component/aws2/cw/aws2-cw.json +++ b/components/camel-aws/camel-aws2-cw/src/generated/resources/org/apache/camel/component/aws2/cw/aws2-cw.json @@ -2,7 +2,7 @@ "component": { "kind": "component", "name": "aws2-cw", - "title": "AWS 2 CloudWatch", + "title": "AWS CloudWatch", "description": "Sending metrics to AWS CloudWatch using AWS SDK version 2.x.", "deprecated": false, "firstVersion": "3.1.0", diff --git a/components/camel-aws/camel-aws2-cw/src/main/docs/aws2-cw-component.adoc b/components/camel-aws/camel-aws2-cw/src/main/docs/aws2-cw-component.adoc index ad4dd9c..7287d36 100644 --- a/components/camel-aws/camel-aws2-cw/src/main/docs/aws2-cw-component.adoc +++ b/components/camel-aws/camel-aws2-cw/src/main/docs/aws2-cw-component.adoc @@ -1,6 +1,6 @@ [[aws2-cw-component]] -= AWS 2 CloudWatch Component -:docTitle: AWS 2 CloudWatch += AWS CloudWatch Component +:docTitle: AWS CloudWatch :artifactId: camel-aws2-cw :description: Sending metrics to AWS CloudWatch using AWS SDK version 2.x. :since: 3.1 @@ -45,7 +45,7 @@ The metrics will be created if they don't already exists. + // component options: START -The AWS 2 CloudWatch component supports 18 options, which are listed below. +The AWS CloudWatch component supports 18 options, which are listed below. @@ -77,7 +77,7 @@ The AWS 2 CloudWatch component supports 18 options, which are listed below. // endpoint options: START -The AWS 2 CloudWatch endpoint is configured using URI syntax: +The AWS CloudWatch endpoint is configured using URI syntax: ---- aws2-cw:namespace 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 1d80f0e..d7195f7 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 @@ -319,7 +319,7 @@ public interface ComponentsBuilderFactory { return org.apache.camel.builder.component.dsl.Aws2AthenaComponentBuilderFactory.aws2Athena(); } /** - * AWS 2 CloudWatch (camel-aws2-cw) + * AWS CloudWatch (camel-aws2-cw) * Sending metrics to AWS CloudWatch using AWS SDK version 2.x. * * Category: cloud,monitoring diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2CwComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2CwComponentBuilderFactory.java index 8d706e7..b8de89a 100644 --- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2CwComponentBuilderFactory.java +++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2CwComponentBuilderFactory.java @@ -31,7 +31,7 @@ import org.apache.camel.component.aws2.cw.Cw2Component; public interface Aws2CwComponentBuilderFactory { /** - * AWS 2 CloudWatch (camel-aws2-cw) + * AWS CloudWatch (camel-aws2-cw) * Sending metrics to AWS CloudWatch using AWS SDK version 2.x. * * Category: cloud,monitoring @@ -45,7 +45,7 @@ public interface Aws2CwComponentBuilderFactory { } /** - * Builder for the AWS 2 CloudWatch component. + * Builder for the AWS CloudWatch component. */ interface Aws2CwComponentBuilder extends ComponentBuilder<Cw2Component> { /** diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json b/core/camel-componentdsl/src/generated/resources/metadata.json index eb4fd1b..049a438 100644 --- a/core/camel-componentdsl/src/generated/resources/metadata.json +++ b/core/camel-componentdsl/src/generated/resources/metadata.json @@ -447,7 +447,7 @@ "Aws2CwComponentBuilderFactory": { "kind": "component", "name": "aws2-cw", - "title": "AWS 2 CloudWatch", + "title": "AWS CloudWatch", "description": "Sending metrics to AWS CloudWatch using AWS SDK version 2.x.", "deprecated": false, "firstVersion": "3.1.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 53a4c7d..638ce5d 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 @@ -917,7 +917,7 @@ public class StaticEndpointBuilders { return org.apache.camel.builder.endpoint.dsl.Athena2EndpointBuilderFactory.endpointBuilder(componentName, path); } /** - * AWS 2 CloudWatch (camel-aws2-cw) + * AWS CloudWatch (camel-aws2-cw) * Sending metrics to AWS CloudWatch using AWS SDK version 2.x. * * Category: cloud,monitoring @@ -937,7 +937,7 @@ public class StaticEndpointBuilders { return org.apache.camel.builder.endpoint.dsl.Cw2EndpointBuilderFactory.endpointBuilder("aws2-cw", path); } /** - * AWS 2 CloudWatch (camel-aws2-cw) + * AWS CloudWatch (camel-aws2-cw) * Sending metrics to AWS CloudWatch using AWS SDK version 2.x. * * Category: cloud,monitoring diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Cw2EndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Cw2EndpointBuilderFactory.java index 2aeef6a..b1df995 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Cw2EndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Cw2EndpointBuilderFactory.java @@ -32,7 +32,7 @@ public interface Cw2EndpointBuilderFactory { /** - * Builder for endpoint for the AWS 2 CloudWatch component. + * Builder for endpoint for the AWS CloudWatch component. */ public interface Cw2EndpointBuilder extends EndpointProducerBuilder { /** @@ -451,7 +451,7 @@ public interface Cw2EndpointBuilderFactory { public interface Cw2Builders { /** - * AWS 2 CloudWatch (camel-aws2-cw) + * AWS CloudWatch (camel-aws2-cw) * Sending metrics to AWS CloudWatch using AWS SDK version 2.x. * * Category: cloud,monitoring @@ -470,7 +470,7 @@ public interface Cw2EndpointBuilderFactory { return Cw2EndpointBuilderFactory.endpointBuilder("aws2-cw", path); } /** - * AWS 2 CloudWatch (camel-aws2-cw) + * AWS CloudWatch (camel-aws2-cw) * Sending metrics to AWS CloudWatch using AWS SDK version 2.x. * * Category: cloud,monitoring diff --git a/docs/components/modules/ROOT/pages/aws2-cw-component.adoc b/docs/components/modules/ROOT/pages/aws2-cw-component.adoc index 940d0ae..0f712c6 100644 --- a/docs/components/modules/ROOT/pages/aws2-cw-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-cw-component.adoc @@ -1,8 +1,8 @@ [[aws2-cw-component]] -= AWS 2 CloudWatch Component += AWS CloudWatch Component //THIS FILE IS COPIED: EDIT THE SOURCE FILE: :page-source: components/camel-aws/camel-aws2-cw/src/main/docs/aws2-cw-component.adoc -:docTitle: AWS 2 CloudWatch +:docTitle: AWS CloudWatch :artifactId: camel-aws2-cw :description: Sending metrics to AWS CloudWatch using AWS SDK version 2.x. :since: 3.1 @@ -47,7 +47,7 @@ The metrics will be created if they don't already exists. + // component options: START -The AWS 2 CloudWatch component supports 18 options, which are listed below. +The AWS CloudWatch component supports 18 options, which are listed below. @@ -79,7 +79,7 @@ The AWS 2 CloudWatch component supports 18 options, which are listed below. // endpoint options: START -The AWS 2 CloudWatch endpoint is configured using URI syntax: +The AWS CloudWatch endpoint is configured using URI syntax: ---- aws2-cw:namespace
