This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from b11d0ccbedc Regen for commit 5b46749491280f8b3ced50fea6a11a8f235bf81c
new 3529a789a4a CAMEL-18131 - camel-health - Add health checks for
components that has extension for connectivity verification - Fix check for
region before looking for enabled services - CloudWatch
new 31ef4038076 CAMEL-18131 - camel-health - Add health checks for
components that has extension for connectivity verification - Fix check for
region before looking for enabled services - CloudWatch
new a563443d614 CAMEL-18131 - camel-health - Add health checks for
components that has extension for connectivity verification - Fix check for
region before looking for enabled services - CloudWatch
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
components/camel-aws/camel-aws2-cw/pom.xml | 8 ++
.../component/aws2/cw/Cw2ClientHealthCheck.java} | 28 +++----
.../camel/component/aws2/cw/Cw2Component.java | 1 -
.../aws2/cw/Cw2ComponentVerifierExtension.java | 93 ----------------------
.../camel/component/aws2/cw/Cw2Endpoint.java | 17 ++++
.../cw/Cw2ClientHealthCheckProfileCredsTest.java} | 12 +--
.../cw/Cw2ClientHealthCheckStaticCredsTest.java} | 12 +--
.../aws2/cw/CwComponentVerifierExtensionTest.java | 91 ---------------------
8 files changed, 51 insertions(+), 211 deletions(-)
copy
components/camel-aws/{camel-aws2-eks/src/main/java/org/apache/camel/component/aws2/eks/EKS2ClientHealthCheck.java
=>
camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/Cw2ClientHealthCheck.java}
(69%)
delete mode 100644
components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/Cw2ComponentVerifierExtension.java
copy
components/camel-aws/{camel-aws2-eks/src/test/java/org/apache/camel/component/aws2/eks/EKS2CliientHealthCheckStaticCredsTest.java
=>
camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/Cw2ClientHealthCheckProfileCredsTest.java}
(90%)
copy
components/camel-aws/{camel-aws2-eks/src/test/java/org/apache/camel/component/aws2/eks/EKS2CliientHealthCheckStaticCredsTest.java
=>
camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/Cw2ClientHealthCheckStaticCredsTest.java}
(90%)
delete mode 100644
components/camel-aws/camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/CwComponentVerifierExtensionTest.java