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/04/01 14:44:08 UTC

[camel] branch regen_bot updated (8156e55 -> 97d2683)

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 8156e55  Regen for commit d4ede18916ab9fcda1388785db39e99a9710beb1
     add 54225fe  (chores) ci: improve too much/few warning message
     add 2589086  (chores) camel-kafka: fix commit integration tests not running by default
     add 5f2e1b0  (chores) ci: added note about removed components in the warning message
     add 97d2683  Regen for commit 5f2e1b09f324e4a8b165667716dfc43fd4c65f9c

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   (8156e55)
            \
             N -- N -- N   refs/heads/regen_bot (97d2683)

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:
 .github/actions/quick-test/quick-test.sh                             | 4 ++--
 .../kafka/integration/KafkaConsumerAsyncManualCommitIT.java          | 3 +++
 .../KafkaConsumerAsyncCommitIT.java}                                 | 5 +++--
 .../KafkaConsumerNoopCommitIT.java}                                  | 5 +++--
 .../KafkaConsumerSyncCommitIT.java}                                  | 5 +++--
 5 files changed, 14 insertions(+), 8 deletions(-)
 rename components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerManualAsyncCommitIT.java => commit/KafkaConsumerAsyncCommitIT.java} (91%)
 rename components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerManualNoopCommitIT.java => commit/KafkaConsumerNoopCommitIT.java} (94%)
 rename components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerManualSyncCommitIT.java => commit/KafkaConsumerSyncCommitIT.java} (91%)