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 2020/09/29 10:15:58 UTC

[camel] branch regen_bot updated (e3cc52f -> 89f1db8)

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 e3cc52f  Regen for commit 78d45170573e01992acab07507e797d9f84247e8
     add 2d8964c  Camel-AWS2-KMS: Added localstack test for EnableKey operation
     add 48446c2  Camel-AWS2-KMS: Rename test
     add e452a6a  CAMEL-15585 - Camel Core health small refactor. (#4307)
     add 89f1db8  Regen for commit e452a6acd7916fcf8c6234022f07b43f45621006

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   (e3cc52f)
            \
             N -- N -- N   refs/heads/regen_bot (89f1db8)

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:
 ...ckTest.java => KmsEnableKeyLocalstackTest.java} | 13 ++++++-
 .../impl/health/DefaultHealthCheckRegistry.java    | 40 ++++++++++++----------
 .../impl/health/HealthCheckRegistryRepository.java | 14 +++-----
 .../apache/camel/impl/health/RouteHealthCheck.java |  3 +-
 .../health/DefaultHealthCheckRegistryTest.java     |  2 +-
 .../apache/camel/impl/health/HealthCheckTest.java  |  2 +-
 .../impl/health/ReadinessAndLivenessTest.java      |  4 +--
 7 files changed, 44 insertions(+), 34 deletions(-)
 copy components/camel-aws2-kms/src/test/java/org/apache/camel/component/aws2/kms/localstack/{KmsDisableKeyLocalstackTest.java => KmsEnableKeyLocalstackTest.java} (86%)