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/06/09 14:13:05 UTC

[camel] branch regen_bot updated (28977a4d415 -> e6e631c4bf2)

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 28977a4d415 Regen for commit 9d581cae407794f55cace2c7bb3a8734db036172
     add 81b78d58cba Bump actions/labeler from 2.2.0 to 4.0.0
     add ef2ef87e19f Bump actions/checkout from 2 to 3
     add 5615cf53f57 (chores) ci: try to escape the profile options in the alternative OS builds
     add 6c60411c0e1 (chores) ci: increase frequency of alternative OS builds until it works
     add 5c49cba9f70 (chores) ci: escaped a few more build parameters for the Windows build
     add 005dfc010d8 Regen for commit 9d581cae407794f55cace2c7bb3a8734db036172
     add b1bcfa2976e Bump peter-evans/create-pull-request from 3 to 4
     add e6e631c4bf2 (chores) camel-mail: removed usages of Thread.sleep

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   (28977a4d415)
            \
             N -- N -- N   refs/heads/regen_bot (e6e631c4bf2)

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/workflows/alternative-os-build.yml                  |  8 ++++----
 .github/workflows/generic-pr.yaml                           |  2 +-
 .github/workflows/main-checkstyle-build.yml                 |  2 +-
 .github/workflows/main-push-build.yml                       |  4 ++--
 .github/workflows/master-pr-build.yml                       |  4 ++--
 components/camel-mail/pom.xml                               |  5 +++++
 .../camel/component/mail/MailCommitOnCompletionTest.java    |  8 +++++---
 .../camel/component/mail/MailConsumerIdleMessageTest.java   |  1 -
 .../org/apache/camel/component/mail/MailCopyToTest.java     |  8 +++++---
 .../org/apache/camel/component/mail/MailFetchSizeTest.java  | 11 +++++++----
 .../MailIdempotentRepositoryDuplicateNotRemoveTest.java     |  8 +++++---
 .../mail/MailIdempotentRepositoryDuplicateTest.java         |  8 +++++---
 .../camel/component/mail/MailIdempotentRepositoryTest.java  |  8 +++++---
 .../org/apache/camel/component/mail/MailMoveToTest.java     | 13 +++++++------
 14 files changed, 54 insertions(+), 36 deletions(-)