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 2022/10/21 11:42:13 UTC

[camel] branch regen_bot updated (f4246b3280e -> 37b90d302fe)

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

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


    from f4246b3280e CAMEL-18608: Fix the test FromFtpThirdPoolOkIT.testPollFileAndShouldBeDeletedAtThirdPoll
     add 37b90d302fe feat: replace custom aws health check repositories with the components one

No new revisions were added by this update.

Summary of changes:
 .../health-check/camel-aws2-athena-repository      |  2 -
 .../component/aws2/athena/Athena2Endpoint.java     | 10 ++-
 .../aws2/athena/Athena2HealthCheckRepository.java  | 87 ----------------------
 .../camel/health-check/camel-aws2-s3-repository    |  2 -
 .../camel/component/aws2/s3/AWS2S3Consumer.java    |  9 ++-
 .../aws2/s3/AWS2S3HealthCheckRepository.java       | 87 ----------------------
 .../camel/health-check/camel-aws2-sqs-repository   |  2 -
 .../camel/component/aws2/sqs/Sqs2Consumer.java     | 10 ++-
 .../aws2/sqs/Sqs2HealthCheckRepository.java        | 87 ----------------------
 9 files changed, 20 insertions(+), 276 deletions(-)
 delete mode 100644 components/camel-aws/camel-aws2-athena/src/generated/resources/META-INF/services/org/apache/camel/health-check/camel-aws2-athena-repository
 delete mode 100644 components/camel-aws/camel-aws2-athena/src/main/java/org/apache/camel/component/aws2/athena/Athena2HealthCheckRepository.java
 delete mode 100644 components/camel-aws/camel-aws2-s3/src/generated/resources/META-INF/services/org/apache/camel/health-check/camel-aws2-s3-repository
 delete mode 100644 components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3HealthCheckRepository.java
 delete mode 100644 components/camel-aws/camel-aws2-sqs/src/generated/resources/META-INF/services/org/apache/camel/health-check/camel-aws2-sqs-repository
 delete mode 100644 components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/Sqs2HealthCheckRepository.java