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 12:49:43 UTC

[camel] branch regen_bot updated (b6e455419e1 -> bb53bba6ecf)

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 b6e455419e1 Regen for commit 5db583b1cc8c22bd9ec7d33c3c3ba23b2df9a48f
     add 0f74cd588db camel-health - Add health checks for components that has extension for connectivity verification - AWS Kinesis
     add bc74f6b58c1 camel-health - Add health checks for components that has extension for connectivity verification - AWS Kinesis
     add 6b87a31bbb4 camel-health - Add health checks for components that has extension for connectivity verification - AWS Kinesis
     add c0401ffab6a camel-health - Add health checks for components that has extension for connectivity verification - AWS Kinesis
     add bb53bba6ecf Regen for commit c0401ffab6af85fece582f8be23fe16d5938c1f3

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   (b6e455419e1)
            \
             N -- N -- N   refs/heads/regen_bot (bb53bba6ecf)

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-kinesis/pom.xml    |  4 +
 .../component/aws2/kinesis/Kinesis2Component.java  |  2 -
 .../component/aws2/kinesis/Kinesis2Consumer.java   | 19 +++++
 .../aws2/kinesis/Kinesis2ConsumerHealthCheck.java} | 33 ++++----
 ...nesis2ConsumerHealthCheckProfileCredsTest.java} | 22 +++---
 ...inesis2ConsumerHealthCheckStaticCredsTest.java} | 24 +++---
 .../Kinesis2ConsumerHealthCustomClientTest.java}   | 20 ++---
 .../KinesisComponentVerifierExtensionTest.java     | 91 ----------------------
 8 files changed, 73 insertions(+), 142 deletions(-)
 copy components/camel-aws/{camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/Sqs2ConsumerHealthCheck.java => camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/Kinesis2ConsumerHealthCheck.java} (71%)
 copy components/camel-aws/{camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCustomClientTest.java => camel-aws2-kinesis/src/test/java/org/apache/camel/component/aws2/kinesis/Kinesis2ConsumerHealthCheckProfileCredsTest.java} (81%)
 copy components/camel-aws/{camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/Sqs2ConsumerHealthCheckProfileCredsTest.java => camel-aws2-kinesis/src/test/java/org/apache/camel/component/aws2/kinesis/Kinesis2ConsumerHealthCheckStaticCredsTest.java} (81%)
 copy components/camel-aws/{camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCustomClientTest.java => camel-aws2-kinesis/src/test/java/org/apache/camel/component/aws2/kinesis/Kinesis2ConsumerHealthCustomClientTest.java} (85%)
 delete mode 100644 components/camel-aws/camel-aws2-kinesis/src/test/java/org/apache/camel/component/aws2/kinesis/KinesisComponentVerifierExtensionTest.java