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/12/19 11:23:18 UTC

[camel] branch regen_bot updated (205c07fb40f -> 0a5dd74e11a)

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


    omit 205c07fb40f Regen for commit 77b514e5e6f2fa088cd3918b1cd1e3099046aaaf
     add 2459ba1dd36 CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - ECS
     add 4ba5f73f0f9 CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - ECS
     add 28524f07d1b CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - ECS
     add f7e1efab3e7 CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - ECS
     add 3bea1de9bdb CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - ECS
     add 898c8bdf2e5 CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - ECS
     add 660ef4a9865 CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - ECS
     add 5c2d133e862 CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - ECS
     add 0a5dd74e11a Regen for commit 5c2d133e86274c7f8086dcd9438a5337ff83f553

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (205c07fb40f)
            \
             N -- N -- N   refs/heads/regen_bot (0a5dd74e11a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 components/camel-aws/camel-aws2-ecs/pom.xml        |  9 ++
 .../component/aws2/ecs/ECS2ClientHealthCheck.java} | 28 +++----
 .../camel/component/aws2/ecs/ECS2Component.java    |  2 -
 .../aws2/ecs/ECS2ComponentVerifierExtension.java   | 95 ----------------------
 .../camel/component/aws2/ecs/ECS2Endpoint.java     | 17 ++++
 .../ECS2ClientHealthCheckProfileCredsTest.java}    | 18 ++--
 .../ecs/ECS2ClientHealthCheckStaticCredsTest.java} | 18 ++--
 .../ecs/ECS2ComponentVerifierExtensionTest.java    | 94 ---------------------
 .../camel/component/aws2/eks/EKS2Endpoint.java     |  1 -
 9 files changed, 58 insertions(+), 224 deletions(-)
 copy components/camel-aws/{camel-aws2-eks/src/main/java/org/apache/camel/component/aws2/eks/EKS2ClientHealthCheck.java => camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2ClientHealthCheck.java} (73%)
 delete mode 100644 components/camel-aws/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2ComponentVerifierExtension.java
 copy components/camel-aws/{camel-aws2-eks/src/test/java/org/apache/camel/component/aws2/eks/EKS2CliientHealthCheckProfileCredsTest.java => camel-aws2-ecs/src/test/java/org/apache/camel/component/aws2/ecs/ECS2ClientHealthCheckProfileCredsTest.java} (84%)
 copy components/camel-aws/{camel-aws2-eks/src/test/java/org/apache/camel/component/aws2/eks/EKS2CliientHealthCheckStaticCredsTest.java => camel-aws2-ecs/src/test/java/org/apache/camel/component/aws2/ecs/ECS2ClientHealthCheckStaticCredsTest.java} (84%)
 delete mode 100644 components/camel-aws/camel-aws2-ecs/src/test/java/org/apache/camel/component/aws2/ecs/ECS2ComponentVerifierExtensionTest.java