You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/02/08 15:47:20 UTC

[camel] branch regen_bot_3x updated (38fca4a8de5 -> 4cd6da89fa7)

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

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 38fca4a8de5 CAMEL-19018: Fix camel-vertx-http potential duplication of HTTP header values
     add a03324c28b9 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - Athena
     add 4013b306bb6 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - CloudWatch
     add 2e593d45df8 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - DDB
     add 45cd1aafe15 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - EC2
     add f98d5109c7c CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - ECS
     add cb1eaca2b1d CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - EKS
     add 66886d45666 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - EKS
     add da35716d114 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - Eventbridge
     add 0223901164a CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - IAM
     add 41a8bcc3b60 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - Lambda
     add a03f25ce908 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - MQ
     add 311396ab0a8 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - MKS
     add 27f8f642558 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - SES
     add 2d7944b4b40 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - SNS
     add 543925e89a3 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - SNS
     add 4cd6da89fa7 CAMEL-18131 - camel-health - Do not register Producer Health Check until CAMEL-18992 will be completed - Translate

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/aws2/athena/Athena2Endpoint.java     | 5 +++--
 .../aws2/athena/Athena2ClientHealthCheckCustomClientTest.java       | 2 ++
 .../aws2/athena/Athena2ClientHealthCheckProfileCredsTest.java       | 2 ++
 .../aws2/athena/Athena2ClientHealthCheckStaticCredsTest.java        | 2 ++
 .../main/java/org/apache/camel/component/aws2/cw/Cw2Endpoint.java   | 5 +++--
 .../main/java/org/apache/camel/component/aws2/ddb/Ddb2Endpoint.java | 5 +++--
 .../component/aws2/ddb/Ddb2ClientHealthCheckProfileCredsTest.java   | 2 ++
 .../component/aws2/ddb/Ddb2ClientHealthCheckStaticCredsTest.java    | 2 ++
 .../java/org/apache/camel/component/aws2/ec2/AWS2EC2Endpoint.java   | 6 +++---
 .../component/aws2/ec2/AWS2EC2HealthCheckProfileCredsTest.java      | 2 ++
 .../camel/component/aws2/ec2/AWS2EC2HealthCheckStaticCredsTest.java | 2 ++
 .../main/java/org/apache/camel/component/aws2/ecs/ECS2Endpoint.java | 5 +++--
 .../component/aws2/ecs/ECS2ClientHealthCheckProfileCredsTest.java   | 2 ++
 .../component/aws2/ecs/ECS2ClientHealthCheckStaticCredsTest.java    | 2 ++
 .../main/java/org/apache/camel/component/aws2/eks/EKS2Endpoint.java | 5 +++--
 .../component/aws2/eks/EKS2CliientHealthCheckProfileCredsTest.java  | 2 ++
 .../component/aws2/eks/EKS2CliientHealthCheckStaticCredsTest.java   | 2 ++
 .../camel/component/aws2/eventbridge/EventbridgeEndpoint.java       | 5 +++--
 .../eventbridge/EventbridgeClientHealthCheckProfileCredsTest.java   | 2 ++
 .../eventbridge/EventbridgeClientHealthCheckStaticCredsTest.java    | 2 ++
 .../main/java/org/apache/camel/component/aws2/iam/IAM2Endpoint.java | 6 +++---
 .../camel/component/aws2/iam/IAM2HealthCheckProfileCredsTest.java   | 2 ++
 .../camel/component/aws2/iam/IAM2HealthCheckStaticCredsTest.java    | 2 ++
 .../org/apache/camel/component/aws2/lambda/Lambda2Endpoint.java     | 5 +++--
 .../aws2/lambda/Lambda2ClientHealthCheckProfileCredsTest.java       | 2 ++
 .../aws2/lambda/Lambda2ClientHealthCheckStaticCredsTest.java        | 2 ++
 .../main/java/org/apache/camel/component/aws2/mq/MQ2Endpoint.java   | 5 +++--
 .../component/aws2/mq/MQ2ClientHealthCheckProfileCredsTest.java     | 2 ++
 .../component/aws2/mq/MQ2ClientHealthCheckStaticCredsTest.java      | 2 ++
 .../main/java/org/apache/camel/component/aws2/msk/MSK2Endpoint.java | 5 +++--
 .../camel/component/aws2/msk/MSK2HealthCheckProfileCredsTest.java   | 2 ++
 .../camel/component/aws2/msk/MSK2HealthCheckStaticCredsTest.java    | 2 ++
 .../main/java/org/apache/camel/component/aws2/ses/Ses2Endpoint.java | 5 +++--
 .../camel/component/aws2/ses/Ses2HealthCheckProfileCredsTest.java   | 2 ++
 .../camel/component/aws2/ses/Ses2HealthCheckStaticCredsTest.java    | 2 ++
 .../main/java/org/apache/camel/component/aws2/sns/Sns2Endpoint.java | 5 +++--
 .../camel/component/aws2/sns/Sns2HealthCheckProfileCredsTest.java   | 2 ++
 .../camel/component/aws2/sns/Sns2HealthCheckStaticCredsTest.java    | 2 ++
 .../apache/camel/component/aws2/translate/Translate2Endpoint.java   | 5 +++--
 .../aws2/translate/Translate2ClientHealthCheckProfileCredsTest.java | 2 ++
 .../aws2/translate/Translate2ClientHealthCheckStaticCredsTest.java  | 2 ++
 41 files changed, 96 insertions(+), 30 deletions(-)