This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 3f50c2166dda075dbf932dab590cc66c6b68944c
Author: James Netherton <[email protected]>
AuthorDate: Mon Jun 21 09:27:08 2021 +0100

    Update to latest API changes
---
 docs/modules/ROOT/pages/reference/extensions/aws2-athena.adoc       | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-cw.adoc           | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-ddb.adoc          | 4 ++--
 docs/modules/ROOT/pages/reference/extensions/aws2-ec2.adoc          | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-ecs.adoc          | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-eks.adoc          | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-eventbridge.adoc  | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-iam.adoc          | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-kinesis.adoc      | 4 ++--
 docs/modules/ROOT/pages/reference/extensions/aws2-kms.adoc          | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-lambda.adoc       | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-mq.adoc           | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-msk.adoc          | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-s3.adoc           | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-ses.adoc          | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-sns.adoc          | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc          | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-sts.adoc          | 2 +-
 docs/modules/ROOT/pages/reference/extensions/aws2-translate.adoc    | 2 +-
 docs/modules/ROOT/pages/reference/extensions/huaweicloud-smn.adoc   | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-athena.adoc    | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-cw.adoc        | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-ddb.adoc       | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-ddbstream.adoc | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-ec2.adoc       | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-ecs.adoc       | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-eks.adoc       | 2 +-
 .../ROOT/partials/reference/components/aws2-eventbridge.adoc        | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-iam.adoc       | 2 +-
 .../ROOT/partials/reference/components/aws2-kinesis-firehose.adoc   | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-kinesis.adoc   | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-kms.adoc       | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-lambda.adoc    | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-mq.adoc        | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-msk.adoc       | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-s3.adoc        | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-ses.adoc       | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-sns.adoc       | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-sqs.adoc       | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-sts.adoc       | 2 +-
 docs/modules/ROOT/partials/reference/components/aws2-translate.adoc | 2 +-
 docs/modules/ROOT/partials/reference/components/hwcloud-iam.adoc    | 1 +
 docs/modules/ROOT/partials/reference/components/hwcloud-smn.adoc    | 4 ++--
 .../java/org/apache/camel/quarkus/component/as2/it/As2Receiver.java | 2 +-
 .../org/apache/camel/quarkus/component/mongodb/it/MongoDbRoute.java | 6 +++---
 45 files changed, 50 insertions(+), 49 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-athena.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-athena.adoc
index 9c717ad..5a9c591 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-athena.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-athena.adoc
@@ -19,7 +19,7 @@ Access AWS Athena service using AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-athena-component.adoc[AWS 2 Athena 
component], URI syntax: `aws2-athena:label`
+* xref:{cq-camel-components}::aws2-athena-component.adoc[AWS Athena 
component], URI syntax: `aws2-athena:label`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-cw.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-cw.adoc
index 68f31a5..28d7c07 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-cw.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-cw.adoc
@@ -19,7 +19,7 @@ Sending metrics to AWS CloudWatch using AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-cw-component.adoc[AWS 2 CloudWatch 
component], URI syntax: `aws2-cw:namespace`
+* xref:{cq-camel-components}::aws2-cw-component.adoc[AWS CloudWatch 
component], URI syntax: `aws2-cw:namespace`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-ddb.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-ddb.adoc
index d9c69d5..33ee7fe 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-ddb.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-ddb.adoc
@@ -19,8 +19,8 @@ Store and retrieve data from AWS DynamoDB service or receive 
messages from AWS D
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-ddb-component.adoc[AWS 2 DynamoDB 
component], URI syntax: `aws2-ddb:tableName`
-* xref:{cq-camel-components}::aws2-ddbstream-component.adoc[AWS 2 DynamoDB 
Streams component], URI syntax: `aws2-ddbstream:tableName`
+* xref:{cq-camel-components}::aws2-ddb-component.adoc[AWS DynamoDB component], 
URI syntax: `aws2-ddb:tableName`
+* xref:{cq-camel-components}::aws2-ddbstream-component.adoc[AWS DynamoDB 
Streams component], URI syntax: `aws2-ddbstream:tableName`
 
 Please refer to the above links for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-ec2.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-ec2.adoc
index d33df30..938f796 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-ec2.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-ec2.adoc
@@ -19,7 +19,7 @@ Manage AWS EC2 instances using AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-ec2-component.adoc[AWS 2 Elastic Compute 
Cloud (EC2) component], URI syntax: `aws2-ec2:label`
+* xref:{cq-camel-components}::aws2-ec2-component.adoc[AWS Elastic Compute 
Cloud (EC2) component], URI syntax: `aws2-ec2:label`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-ecs.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-ecs.adoc
index cc00873..d99cbd5 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-ecs.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-ecs.adoc
@@ -19,7 +19,7 @@ Manage AWS ECS cluster instances using AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-ecs-component.adoc[AWS 2 Elastic Container 
Service (ECS) component], URI syntax: `aws2-ecs:label`
+* xref:{cq-camel-components}::aws2-ecs-component.adoc[AWS Elastic Container 
Service (ECS) component], URI syntax: `aws2-ecs:label`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-eks.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-eks.adoc
index d2abf7b..0c444cd 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-eks.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-eks.adoc
@@ -19,7 +19,7 @@ Manage AWS EKS cluster instances using AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-eks-component.adoc[AWS 2 Elastic Kubernetes 
Service (EKS) component], URI syntax: `aws2-eks:label`
+* xref:{cq-camel-components}::aws2-eks-component.adoc[AWS Elastic Kubernetes 
Service (EKS) component], URI syntax: `aws2-eks:label`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-eventbridge.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-eventbridge.adoc
index 15ac9ed..fb48d2a 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-eventbridge.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-eventbridge.adoc
@@ -18,7 +18,7 @@ Manage AWS Eventbridge cluster instances using AWS SDK 
version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-eventbridge-component.adoc[AWS 2 
Eventbridge component], URI syntax: `aws2-eventbridge://eventbusNameOrArn`
+* xref:{cq-camel-components}::aws2-eventbridge-component.adoc[AWS Eventbridge 
component], URI syntax: `aws2-eventbridge://eventbusNameOrArn`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-iam.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-iam.adoc
index 67b7d82..f29e4de 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-iam.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-iam.adoc
@@ -19,7 +19,7 @@ Manage AWS IAM instances using AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-iam-component.adoc[AWS 2 Identity and 
Access Management (IAM) component], URI syntax: `aws2-iam:label`
+* xref:{cq-camel-components}::aws2-iam-component.adoc[AWS Identity and Access 
Management (IAM) component], URI syntax: `aws2-iam:label`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-kinesis.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-kinesis.adoc
index e25ab67..5b620fe 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-kinesis.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-kinesis.adoc
@@ -18,8 +18,8 @@ Consume and produce records from AWS Kinesis Streams using 
AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-kinesis-component.adoc[AWS 2 Kinesis 
component], URI syntax: `aws2-kinesis:streamName`
-* xref:{cq-camel-components}::aws2-kinesis-firehose-component.adoc[AWS 2 
Kinesis Firehose component], URI syntax: `aws2-kinesis-firehose:streamName`
+* xref:{cq-camel-components}::aws2-kinesis-component.adoc[AWS Kinesis 
component], URI syntax: `aws2-kinesis:streamName`
+* xref:{cq-camel-components}::aws2-kinesis-firehose-component.adoc[AWS Kinesis 
Firehose component], URI syntax: `aws2-kinesis-firehose:streamName`
 
 Please refer to the above links for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-kms.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-kms.adoc
index dc7097d..efc9146 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-kms.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-kms.adoc
@@ -19,7 +19,7 @@ Manage keys stored in AWS KMS instances using AWS SDK version 
2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-kms-component.adoc[AWS 2 Key Management 
Service (KMS) component], URI syntax: `aws2-kms:label`
+* xref:{cq-camel-components}::aws2-kms-component.adoc[AWS Key Management 
Service (KMS) component], URI syntax: `aws2-kms:label`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-lambda.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-lambda.adoc
index d9bba44..89869d3 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-lambda.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-lambda.adoc
@@ -18,7 +18,7 @@ Manage and invoke AWS Lambda functions using AWS SDK version 
2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-lambda-component.adoc[AWS 2 Lambda 
component], URI syntax: `aws2-lambda:function`
+* xref:{cq-camel-components}::aws2-lambda-component.adoc[AWS Lambda 
component], URI syntax: `aws2-lambda:function`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-mq.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-mq.adoc
index 7da4571..2578502 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-mq.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-mq.adoc
@@ -19,7 +19,7 @@ Manage AWS MQ instances using AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-mq-component.adoc[AWS 2 MQ component], URI 
syntax: `aws2-mq:label`
+* xref:{cq-camel-components}::aws2-mq-component.adoc[AWS MQ component], URI 
syntax: `aws2-mq:label`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-msk.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-msk.adoc
index 7af38f9..c35d3e5 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-msk.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-msk.adoc
@@ -19,7 +19,7 @@ Manage AWS MSK instances using AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-msk-component.adoc[AWS 2 Managed Streaming 
for Apache Kafka (MSK) component], URI syntax: `aws2-msk:label`
+* xref:{cq-camel-components}::aws2-msk-component.adoc[AWS Managed Streaming 
for Apache Kafka (MSK) component], URI syntax: `aws2-msk:label`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-s3.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-s3.adoc
index f4ad47e..14439aa 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-s3.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-s3.adoc
@@ -19,7 +19,7 @@ Store and retrieve objects from AWS S3 Storage Service using 
AWS SDK version 2.x
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-s3-component.adoc[AWS 2 S3 Storage Service 
component], URI syntax: `aws2-s3://bucketNameOrArn`
+* xref:{cq-camel-components}::aws2-s3-component.adoc[AWS S3 Storage Service 
component], URI syntax: `aws2-s3://bucketNameOrArn`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-ses.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-ses.adoc
index f6fbc6c..7c23e50 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-ses.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-ses.adoc
@@ -19,7 +19,7 @@ Send e-mails through AWS SES service using AWS SDK version 
2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-ses-component.adoc[AWS 2 Simple Email 
Service (SES) component], URI syntax: `aws2-ses:from`
+* xref:{cq-camel-components}::aws2-ses-component.adoc[AWS Simple Email Service 
(SES) component], URI syntax: `aws2-ses:from`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-sns.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-sns.adoc
index cf96687..53ae000 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-sns.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-sns.adoc
@@ -19,7 +19,7 @@ Send messages to an AWS Simple Notification Topic using AWS 
SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-sns-component.adoc[AWS 2 Simple 
Notification System (SNS) component], URI syntax: `aws2-sns:topicNameOrArn`
+* xref:{cq-camel-components}::aws2-sns-component.adoc[AWS Simple Notification 
System (SNS) component], URI syntax: `aws2-sns:topicNameOrArn`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc
index de413ba..6dbebf4 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc
@@ -19,7 +19,7 @@ Sending and receive messages to/from AWS SQS service using 
AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-sqs-component.adoc[AWS 2 Simple Queue 
Service (SQS) component], URI syntax: `aws2-sqs:queueNameOrArn`
+* xref:{cq-camel-components}::aws2-sqs-component.adoc[AWS Simple Queue Service 
(SQS) component], URI syntax: `aws2-sqs:queueNameOrArn`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-sts.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-sts.adoc
index 647e57d..3e19ff5 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-sts.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-sts.adoc
@@ -18,7 +18,7 @@ Manage AWS STS cluster instances using AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-sts-component.adoc[AWS 2 Security Token 
Service (STS) component], URI syntax: `aws2-sts:label`
+* xref:{cq-camel-components}::aws2-sts-component.adoc[AWS Security Token 
Service (STS) component], URI syntax: `aws2-sts:label`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-translate.adoc 
b/docs/modules/ROOT/pages/reference/extensions/aws2-translate.adoc
index ec2afea..148dd52 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-translate.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-translate.adoc
@@ -19,7 +19,7 @@ Translate texts using AWS Translate and AWS SDK version 2.x.
 
 == What's inside
 
-* xref:{cq-camel-components}::aws2-translate-component.adoc[AWS 2 Translate 
component], URI syntax: `aws2-translate:label`
+* xref:{cq-camel-components}::aws2-translate-component.adoc[AWS Translate 
component], URI syntax: `aws2-translate:label`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/huaweicloud-smn.adoc 
b/docs/modules/ROOT/pages/reference/extensions/huaweicloud-smn.adoc
index 94a654f..be42673 100644
--- a/docs/modules/ROOT/pages/reference/extensions/huaweicloud-smn.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/huaweicloud-smn.adoc
@@ -18,7 +18,7 @@ Huawei Cloud component to integrate with SimpleNotification 
services
 
 == What's inside
 
-* xref:{cq-camel-components}::hwcloud-smn-component.adoc[SimpleNotification 
component], URI syntax: `hwcloud-smn:smnService`
+* xref:{cq-camel-components}::hwcloud-smn-component.adoc[Huawei Cloud Simple 
Message Notification (SMN) component], URI syntax: `hwcloud-smn:smnService`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-athena.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-athena.adoc
index d879cf7..3c0a560 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-athena.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-athena.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-athena
-:cq-camel-part-title: AWS 2 Athena
+:cq-camel-part-title: AWS Athena
 :cq-camel-part-description: Access AWS Athena service using AWS SDK version 
2.x.
 :cq-extension-page-title: AWS 2 Athena
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-cw.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-cw.adoc
index dbfc849..85575d1 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-cw.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-cw.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-cw
-:cq-camel-part-title: AWS 2 CloudWatch
+:cq-camel-part-title: AWS CloudWatch
 :cq-camel-part-description: Sending metrics to AWS CloudWatch using AWS SDK 
version 2.x.
 :cq-extension-page-title: AWS 2 CloudWatch
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-ddb.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-ddb.adoc
index 530671d..ac73fab 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-ddb.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-ddb.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-ddb
-:cq-camel-part-title: AWS 2 DynamoDB
+:cq-camel-part-title: AWS DynamoDB
 :cq-camel-part-description: Store and retrieve data from AWS DynamoDB service 
using AWS SDK version 2.x.
 :cq-extension-page-title: AWS 2 DynamoDB
diff --git 
a/docs/modules/ROOT/partials/reference/components/aws2-ddbstream.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-ddbstream.adoc
index 5ecd2a0..9a58dbf 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-ddbstream.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-ddbstream.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-ddbstream
-:cq-camel-part-title: AWS 2 DynamoDB Streams
+:cq-camel-part-title: AWS DynamoDB Streams
 :cq-camel-part-description: Receive messages from AWS DynamoDB Stream service 
using AWS SDK version 2.x.
 :cq-extension-page-title: AWS 2 DynamoDB
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-ec2.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-ec2.adoc
index b836cf3..8464871 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-ec2.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-ec2.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-ec2
-:cq-camel-part-title: AWS 2 Elastic Compute Cloud (EC2)
+:cq-camel-part-title: AWS Elastic Compute Cloud (EC2)
 :cq-camel-part-description: Manage AWS EC2 instances using AWS SDK version 2.x.
 :cq-extension-page-title: AWS 2 Elastic Compute Cloud (EC2)
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-ecs.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-ecs.adoc
index 8d78522..b9792ae 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-ecs.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-ecs.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-ecs
-:cq-camel-part-title: AWS 2 Elastic Container Service (ECS)
+:cq-camel-part-title: AWS Elastic Container Service (ECS)
 :cq-camel-part-description: Manage AWS ECS cluster instances using AWS SDK 
version 2.x.
 :cq-extension-page-title: AWS 2 Elastic Container Service (ECS)
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-eks.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-eks.adoc
index 0b72e3e..b3a35b3 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-eks.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-eks.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-eks
-:cq-camel-part-title: AWS 2 Elastic Kubernetes Service (EKS)
+:cq-camel-part-title: AWS Elastic Kubernetes Service (EKS)
 :cq-camel-part-description: Manage AWS EKS cluster instances using AWS SDK 
version 2.x.
 :cq-extension-page-title: AWS 2 Elastic Kubernetes Service (EKS)
diff --git 
a/docs/modules/ROOT/partials/reference/components/aws2-eventbridge.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-eventbridge.adoc
index 8608698..4d52a02 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-eventbridge.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-eventbridge.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.4.0
 :cq-native-since: 1.7.0
 :cq-camel-part-name: aws2-eventbridge
-:cq-camel-part-title: AWS 2 Eventbridge
+:cq-camel-part-title: AWS Eventbridge
 :cq-camel-part-description: Manage AWS Eventbridge cluster instances using AWS 
SDK version 2.x.
 :cq-extension-page-title: AWS 2 Eventbridge
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-iam.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-iam.adoc
index 4558ac9..5cd7f4a 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-iam.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-iam.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-iam
-:cq-camel-part-title: AWS 2 Identity and Access Management (IAM)
+:cq-camel-part-title: AWS Identity and Access Management (IAM)
 :cq-camel-part-description: Manage AWS IAM instances using AWS SDK version 2.x.
 :cq-extension-page-title: AWS 2 Identity and Access Management (IAM)
diff --git 
a/docs/modules/ROOT/partials/reference/components/aws2-kinesis-firehose.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-kinesis-firehose.adoc
index d577299..f986349 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-kinesis-firehose.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-kinesis-firehose.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.1.0
 :cq-native-since: 1.7.0
 :cq-camel-part-name: aws2-kinesis-firehose
-:cq-camel-part-title: AWS 2 Kinesis Firehose
+:cq-camel-part-title: AWS Kinesis Firehose
 :cq-camel-part-description: Produce data to AWS Kinesis Firehose streams using 
AWS SDK version 2.x.
 :cq-extension-page-title: AWS 2 Kinesis
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-kinesis.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-kinesis.adoc
index 7c0f6e2..1b849a7 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-kinesis.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-kinesis.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.1.0
 :cq-native-since: 1.7.0
 :cq-camel-part-name: aws2-kinesis
-:cq-camel-part-title: AWS 2 Kinesis
+:cq-camel-part-title: AWS Kinesis
 :cq-camel-part-description: Consume and produce records from and to AWS 
Kinesis Streams using AWS SDK version 2.x.
 :cq-extension-page-title: AWS 2 Kinesis
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-kms.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-kms.adoc
index 2179f7c..a5625bd 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-kms.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-kms.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-kms
-:cq-camel-part-title: AWS 2 Key Management Service (KMS)
+:cq-camel-part-title: AWS Key Management Service (KMS)
 :cq-camel-part-description: Manage keys stored in AWS KMS instances using AWS 
SDK version 2.x.
 :cq-extension-page-title: AWS 2 Key Management Service (KMS)
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-lambda.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-lambda.adoc
index 27861e9..01ec5af 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-lambda.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-lambda.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.1.0
 :cq-native-since: 1.1.0
 :cq-camel-part-name: aws2-lambda
-:cq-camel-part-title: AWS 2 Lambda
+:cq-camel-part-title: AWS Lambda
 :cq-camel-part-description: Manage and invoke AWS Lambda functions using AWS 
SDK version 2.x.
 :cq-extension-page-title: AWS 2 Lambda
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-mq.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-mq.adoc
index 095eb9a..c1217ed 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-mq.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-mq.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-mq
-:cq-camel-part-title: AWS 2 MQ
+:cq-camel-part-title: AWS MQ
 :cq-camel-part-description: Manage AWS MQ instances using AWS SDK version 2.x.
 :cq-extension-page-title: AWS 2 MQ
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-msk.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-msk.adoc
index f68147b..084ee85 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-msk.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-msk.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-msk
-:cq-camel-part-title: AWS 2 Managed Streaming for Apache Kafka (MSK)
+:cq-camel-part-title: AWS Managed Streaming for Apache Kafka (MSK)
 :cq-camel-part-description: Manage AWS MSK instances using AWS SDK version 2.x.
 :cq-extension-page-title: AWS 2 Managed Streaming for Apache Kafka (MSK)
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-s3.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-s3.adoc
index 0ea6612..dc6cd3c 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-s3.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-s3.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-s3
-:cq-camel-part-title: AWS 2 S3 Storage Service
+:cq-camel-part-title: AWS S3 Storage Service
 :cq-camel-part-description: Store and retrieve objects from AWS S3 Storage 
Service using AWS SDK version 2.x.
 :cq-extension-page-title: AWS 2 S3 Storage Service
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-ses.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-ses.adoc
index bcb494b..413bd32 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-ses.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-ses.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-ses
-:cq-camel-part-title: AWS 2 Simple Email Service (SES)
+:cq-camel-part-title: AWS Simple Email Service (SES)
 :cq-camel-part-description: Send e-mails through AWS SES service using AWS SDK 
version 2.x.
 :cq-extension-page-title: AWS 2 Simple Email Service (SES)
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-sns.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-sns.adoc
index b87e7a0..f6f5ac2 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-sns.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-sns.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-sns
-:cq-camel-part-title: AWS 2 Simple Notification System (SNS)
+:cq-camel-part-title: AWS Simple Notification System (SNS)
 :cq-camel-part-description: Send messages to an AWS Simple Notification Topic 
using AWS SDK version 2.x.
 :cq-extension-page-title: AWS 2 Simple Notification System (SNS)
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-sqs.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-sqs.adoc
index 38209a1..2a953b3 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-sqs.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-sqs.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-sqs
-:cq-camel-part-title: AWS 2 Simple Queue Service (SQS)
+:cq-camel-part-title: AWS Simple Queue Service (SQS)
 :cq-camel-part-description: Sending and receive messages to/from AWS SQS 
service using AWS SDK version 2.x.
 :cq-extension-page-title: AWS 2 Simple Queue Service (SQS)
diff --git a/docs/modules/ROOT/partials/reference/components/aws2-sts.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-sts.adoc
index 305d63d..12c44f0 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-sts.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-sts.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.1.0
 :cq-native-since: 1.1.0
 :cq-camel-part-name: aws2-sts
-:cq-camel-part-title: AWS 2 Security Token Service (STS)
+:cq-camel-part-title: AWS Security Token Service (STS)
 :cq-camel-part-description: Manage AWS STS cluster instances using AWS SDK 
version 2.x.
 :cq-extension-page-title: AWS 2 Security Token Service (STS)
diff --git 
a/docs/modules/ROOT/partials/reference/components/aws2-translate.adoc 
b/docs/modules/ROOT/partials/reference/components/aws2-translate.adoc
index 6c3f3c8..fafaaee 100644
--- a/docs/modules/ROOT/partials/reference/components/aws2-translate.adoc
+++ b/docs/modules/ROOT/partials/reference/components/aws2-translate.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
 :cq-camel-part-name: aws2-translate
-:cq-camel-part-title: AWS 2 Translate
+:cq-camel-part-title: AWS Translate
 :cq-camel-part-description: Translate texts using AWS Translate and AWS SDK 
version 2.x.
 :cq-extension-page-title: AWS 2 Translate
diff --git a/docs/modules/ROOT/partials/reference/components/hwcloud-iam.adoc 
b/docs/modules/ROOT/partials/reference/components/hwcloud-iam.adoc
new file mode 100644
index 0000000..a509c1d
--- /dev/null
+++ b/docs/modules/ROOT/partials/reference/components/hwcloud-iam.adoc
@@ -0,0 +1 @@
+// Empty partial for a Camel bit unsupported by Camel Quarkus to avoid 
warnings when this file is included from a Camel page
diff --git a/docs/modules/ROOT/partials/reference/components/hwcloud-smn.adoc 
b/docs/modules/ROOT/partials/reference/components/hwcloud-smn.adoc
index 25af73f..06732e9 100644
--- a/docs/modules/ROOT/partials/reference/components/hwcloud-smn.adoc
+++ b/docs/modules/ROOT/partials/reference/components/hwcloud-smn.adoc
@@ -8,6 +8,6 @@
 :cq-jvm-since: 1.8.0
 :cq-native-since: n/a
 :cq-camel-part-name: hwcloud-smn
-:cq-camel-part-title: SimpleNotification
-:cq-camel-part-description: Huawei Cloud component to integrate with 
SimpleNotification services
+:cq-camel-part-title: Huawei Cloud Simple Message Notification (SMN)
+:cq-camel-part-description: To broadcast messages and connect cloud services 
through notifications on Huawei Cloud
 :cq-extension-page-title: SimpleNotification
diff --git 
a/integration-tests/as2/src/test/java/org/apache/camel/quarkus/component/as2/it/As2Receiver.java
 
b/integration-tests/as2/src/test/java/org/apache/camel/quarkus/component/as2/it/As2Receiver.java
index 6b288bb..ea13b38 100644
--- 
a/integration-tests/as2/src/test/java/org/apache/camel/quarkus/component/as2/it/As2Receiver.java
+++ 
b/integration-tests/as2/src/test/java/org/apache/camel/quarkus/component/as2/it/As2Receiver.java
@@ -104,7 +104,7 @@ public class As2Receiver {
     private static RequestHandler receiveTestMessages(int port) throws 
IOException {
         serverConnection = new AS2ServerConnection(As2Helper.AS2_VERSION, 
ORIGIN_SERVER_NAME,
                 SERVER_FQDN, port, AS2SignatureAlgorithm.SHA256WITHRSA,
-                serverCertList.toArray(new Certificate[0]), 
serverSigningKP.getPrivate(), serverSigningKP.getPrivate());
+                serverCertList.toArray(new Certificate[0]), 
serverSigningKP.getPrivate(), serverSigningKP.getPrivate(), null);
 
         RequestHandler handler = new RequestHandler();
         serverConnection.listen("/", handler);
diff --git 
a/integration-tests/mongodb/src/main/java/org/apache/camel/quarkus/component/mongodb/it/MongoDbRoute.java
 
b/integration-tests/mongodb/src/main/java/org/apache/camel/quarkus/component/mongodb/it/MongoDbRoute.java
index ea2cac4..a834277 100644
--- 
a/integration-tests/mongodb/src/main/java/org/apache/camel/quarkus/component/mongodb/it/MongoDbRoute.java
+++ 
b/integration-tests/mongodb/src/main/java/org/apache/camel/quarkus/component/mongodb/it/MongoDbRoute.java
@@ -62,9 +62,9 @@ public class MongoDbRoute extends RouteBuilder {
                             }
                         });
 
-        
from(String.format("mongodb:%s?database=test&collection=%s&consumerType=changeStreams",
-                MongoDbResource.DEFAULT_MONGO_CLIENT_NAME, 
COLLECTION_STREAM_CHANGES))
-                        .routeProperty("streamFilter", 
"{'$match':{'$or':[{'fullDocument.string': 'value2'}]}}")
+        
from(String.format("mongodb:%s?database=test&collection=%s&consumerType=changeStreams&streamFilter=%s",
+                MongoDbResource.DEFAULT_MONGO_CLIENT_NAME, 
COLLECTION_STREAM_CHANGES,
+                "{'$match':{'$or':[{'fullDocument.string': 'value2'}]}}"))
                         .process(e -> {
                             final List<Document> list = 
results.get(COLLECTION_STREAM_CHANGES);
                             synchronized (list) {

Reply via email to