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 3f0c2ff4de351f50791ebe492f0f1c9822651c25 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jun 17 10:40:56 2021 +0200 CAMEL-16720 - camel-aws - Component title - remove the using AWS SDK version 2.x. - AWS EC2 --- .../org/apache/camel/catalog/docs/aws2-ec2-component.adoc | 8 ++++---- .../resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json | 2 +- .../camel-aws2-ec2/src/main/docs/aws2-ec2-component.adoc | 8 ++++---- .../apache/camel/builder/component/ComponentsBuilderFactory.java | 2 +- .../builder/component/dsl/Aws2Ec2ComponentBuilderFactory.java | 4 ++-- core/camel-componentdsl/src/generated/resources/metadata.json | 2 +- .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 4 ++-- .../camel/builder/endpoint/dsl/AWS2EC2EndpointBuilderFactory.java | 6 +++--- docs/components/modules/ROOT/pages/aws2-ec2-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-ec2-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ec2-component.adoc index 0101966..b4caf8e 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ec2-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ec2-component.adoc @@ -1,6 +1,6 @@ [[aws2-ec2-component]] -= AWS 2 Elastic Compute Cloud (EC2) Component -:docTitle: AWS 2 Elastic Compute Cloud (EC2) += AWS Elastic Compute Cloud (EC2) Component +:docTitle: AWS Elastic Compute Cloud (EC2) :artifactId: camel-aws2-ec2 :description: Manage AWS EC2 instances using AWS SDK version 2.x. :since: 3.1 @@ -42,7 +42,7 @@ You can append query options to the URI in the following format, // component options: START -The AWS 2 Elastic Compute Cloud (EC2) component supports 16 options, which are listed below. +The AWS Elastic Compute Cloud (EC2) component supports 16 options, which are listed below. @@ -72,7 +72,7 @@ The AWS 2 Elastic Compute Cloud (EC2) component supports 16 options, which are l // endpoint options: START -The AWS 2 Elastic Compute Cloud (EC2) endpoint is configured using URI syntax: +The AWS Elastic Compute Cloud (EC2) endpoint is configured using URI syntax: ---- aws2-ec2:label diff --git a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json index a9fb11b..a3f1884 100644 --- a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json +++ b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json @@ -2,7 +2,7 @@ "component": { "kind": "component", "name": "aws2-ec2", - "title": "AWS 2 Elastic Compute Cloud (EC2)", + "title": "AWS Elastic Compute Cloud (EC2)", "description": "Manage AWS EC2 instances using AWS SDK version 2.x.", "deprecated": false, "firstVersion": "3.1.0", diff --git a/components/camel-aws/camel-aws2-ec2/src/main/docs/aws2-ec2-component.adoc b/components/camel-aws/camel-aws2-ec2/src/main/docs/aws2-ec2-component.adoc index 0101966..b4caf8e 100644 --- a/components/camel-aws/camel-aws2-ec2/src/main/docs/aws2-ec2-component.adoc +++ b/components/camel-aws/camel-aws2-ec2/src/main/docs/aws2-ec2-component.adoc @@ -1,6 +1,6 @@ [[aws2-ec2-component]] -= AWS 2 Elastic Compute Cloud (EC2) Component -:docTitle: AWS 2 Elastic Compute Cloud (EC2) += AWS Elastic Compute Cloud (EC2) Component +:docTitle: AWS Elastic Compute Cloud (EC2) :artifactId: camel-aws2-ec2 :description: Manage AWS EC2 instances using AWS SDK version 2.x. :since: 3.1 @@ -42,7 +42,7 @@ You can append query options to the URI in the following format, // component options: START -The AWS 2 Elastic Compute Cloud (EC2) component supports 16 options, which are listed below. +The AWS Elastic Compute Cloud (EC2) component supports 16 options, which are listed below. @@ -72,7 +72,7 @@ The AWS 2 Elastic Compute Cloud (EC2) component supports 16 options, which are l // endpoint options: START -The AWS 2 Elastic Compute Cloud (EC2) endpoint is configured using URI syntax: +The AWS Elastic Compute Cloud (EC2) endpoint is configured using URI syntax: ---- aws2-ec2: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 5f626b4..c03dc1d 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 @@ -360,7 +360,7 @@ public interface ComponentsBuilderFactory { return org.apache.camel.builder.component.dsl.Aws2DdbstreamComponentBuilderFactory.aws2Ddbstream(); } /** - * AWS 2 Elastic Compute Cloud (EC2) (camel-aws2-ec2) + * AWS Elastic Compute Cloud (EC2) (camel-aws2-ec2) * Manage AWS EC2 instances using AWS SDK version 2.x. * * Category: cloud,management diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2Ec2ComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2Ec2ComponentBuilderFactory.java index a5dd677..195f039 100644 --- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2Ec2ComponentBuilderFactory.java +++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2Ec2ComponentBuilderFactory.java @@ -31,7 +31,7 @@ import org.apache.camel.component.aws2.ec2.AWS2EC2Component; public interface Aws2Ec2ComponentBuilderFactory { /** - * AWS 2 Elastic Compute Cloud (EC2) (camel-aws2-ec2) + * AWS Elastic Compute Cloud (EC2) (camel-aws2-ec2) * Manage AWS EC2 instances using AWS SDK version 2.x. * * Category: cloud,management @@ -45,7 +45,7 @@ public interface Aws2Ec2ComponentBuilderFactory { } /** - * Builder for the AWS 2 Elastic Compute Cloud (EC2) component. + * Builder for the AWS Elastic Compute Cloud (EC2) component. */ interface Aws2Ec2ComponentBuilder extends diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json b/core/camel-componentdsl/src/generated/resources/metadata.json index 9116562..f1d3f5a 100644 --- a/core/camel-componentdsl/src/generated/resources/metadata.json +++ b/core/camel-componentdsl/src/generated/resources/metadata.json @@ -513,7 +513,7 @@ "Aws2Ec2ComponentBuilderFactory": { "kind": "component", "name": "aws2-ec2", - "title": "AWS 2 Elastic Compute Cloud (EC2)", + "title": "AWS Elastic Compute Cloud (EC2)", "description": "Manage AWS EC2 instances 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 a8bb2f6..0364a83 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 @@ -1050,7 +1050,7 @@ public class StaticEndpointBuilders { return org.apache.camel.builder.endpoint.dsl.Ddb2StreamEndpointBuilderFactory.endpointBuilder(componentName, path); } /** - * AWS 2 Elastic Compute Cloud (EC2) (camel-aws2-ec2) + * AWS Elastic Compute Cloud (EC2) (camel-aws2-ec2) * Manage AWS EC2 instances using AWS SDK version 2.x. * * Category: cloud,management @@ -1070,7 +1070,7 @@ public class StaticEndpointBuilders { return org.apache.camel.builder.endpoint.dsl.AWS2EC2EndpointBuilderFactory.endpointBuilder("aws2-ec2", path); } /** - * AWS 2 Elastic Compute Cloud (EC2) (camel-aws2-ec2) + * AWS Elastic Compute Cloud (EC2) (camel-aws2-ec2) * Manage AWS EC2 instances using AWS SDK version 2.x. * * Category: cloud,management diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AWS2EC2EndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AWS2EC2EndpointBuilderFactory.java index 9578f14..31aa71e 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AWS2EC2EndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AWS2EC2EndpointBuilderFactory.java @@ -31,7 +31,7 @@ public interface AWS2EC2EndpointBuilderFactory { /** - * Builder for endpoint for the AWS 2 Elastic Compute Cloud (EC2) component. + * Builder for endpoint for the AWS Elastic Compute Cloud (EC2) component. */ public interface AWS2EC2EndpointBuilder extends EndpointProducerBuilder { /** @@ -453,7 +453,7 @@ public interface AWS2EC2EndpointBuilderFactory { public interface AWS2EC2Builders { /** - * AWS 2 Elastic Compute Cloud (EC2) (camel-aws2-ec2) + * AWS Elastic Compute Cloud (EC2) (camel-aws2-ec2) * Manage AWS EC2 instances using AWS SDK version 2.x. * * Category: cloud,management @@ -472,7 +472,7 @@ public interface AWS2EC2EndpointBuilderFactory { return AWS2EC2EndpointBuilderFactory.endpointBuilder("aws2-ec2", path); } /** - * AWS 2 Elastic Compute Cloud (EC2) (camel-aws2-ec2) + * AWS Elastic Compute Cloud (EC2) (camel-aws2-ec2) * Manage AWS EC2 instances using AWS SDK version 2.x. * * Category: cloud,management diff --git a/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc b/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc index 228e255..13bcf75 100644 --- a/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc @@ -1,8 +1,8 @@ [[aws2-ec2-component]] -= AWS 2 Elastic Compute Cloud (EC2) Component += AWS Elastic Compute Cloud (EC2) Component //THIS FILE IS COPIED: EDIT THE SOURCE FILE: :page-source: components/camel-aws/camel-aws2-ec2/src/main/docs/aws2-ec2-component.adoc -:docTitle: AWS 2 Elastic Compute Cloud (EC2) +:docTitle: AWS Elastic Compute Cloud (EC2) :artifactId: camel-aws2-ec2 :description: Manage AWS EC2 instances using AWS SDK version 2.x. :since: 3.1 @@ -44,7 +44,7 @@ You can append query options to the URI in the following format, // component options: START -The AWS 2 Elastic Compute Cloud (EC2) component supports 16 options, which are listed below. +The AWS Elastic Compute Cloud (EC2) component supports 16 options, which are listed below. @@ -74,7 +74,7 @@ The AWS 2 Elastic Compute Cloud (EC2) component supports 16 options, which are l // endpoint options: START -The AWS 2 Elastic Compute Cloud (EC2) endpoint is configured using URI syntax: +The AWS Elastic Compute Cloud (EC2) endpoint is configured using URI syntax: ---- aws2-ec2:label
