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/06 10:58:44 UTC

[camel] branch regen_bot updated (898d9503560 -> 1e4cb72a8d9)

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 898d9503560 Ensure the resource is read only once, the stream closed and add missing calls
     add 8ff47d7631c CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - AWS Translate
     add 35d97190f7f CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - AWS Translate
     add fe35f3f85df CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - AWS Translate
     add bfb601fd6d3 CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - AWS Translate
     add 33360cae4fb CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - AWS Translate
     add 4a46dfe9947 CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - AWS Translate
     add 1e4cb72a8d9 CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - AWS Translate

No new revisions were added by this update.

Summary of changes:
 components/camel-aws/camel-aws2-translate/pom.xml  | 13 +++
 .../translate/Translate2ClientHealthCheck.java}    | 24 +++---
 .../aws2/translate/Translate2Component.java        |  2 -
 .../Translate2ComponentVerifierExtension.java      | 98 ----------------------
 .../aws2/translate/Translate2Endpoint.java         | 18 ++++
 ...anslate2ClientHealthCheckProfileCredsTest.java} | 16 ++--
 ...ranslate2ClientHealthCheckStaticCredsTest.java} | 16 ++--
 7 files changed, 59 insertions(+), 128 deletions(-)
 copy components/camel-aws/{camel-aws2-eks/src/main/java/org/apache/camel/component/aws2/eks/EKS2ClientHealthCheck.java => camel-aws2-translate/src/main/java/org/apache/camel/component/aws2/translate/Translate2ClientHealthCheck.java} (70%)
 delete mode 100644 components/camel-aws/camel-aws2-translate/src/main/java/org/apache/camel/component/aws2/translate/Translate2ComponentVerifierExtension.java
 copy components/camel-aws/{camel-aws2-eventbridge/src/test/java/org/apache/camel/component/aws2/eventbridge/EventbridgeClientHealthCheckStaticCredsTest.java => camel-aws2-translate/src/test/java/org/apache/camel/component/aws2/translate/Translate2ClientHealthCheckProfileCredsTest.java} (84%)
 copy components/camel-aws/{camel-aws2-eks/src/test/java/org/apache/camel/component/aws2/eks/EKS2CliientHealthCheckStaticCredsTest.java => camel-aws2-translate/src/test/java/org/apache/camel/component/aws2/translate/Translate2ClientHealthCheckStaticCredsTest.java} (83%)