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/10/23 09:41:20 UTC

[camel] branch regen_bot updated (8e7a71c -> 82156d5)

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 8e7a71c  Regen for commit 0573125781eb80970c5335cb6a18b225e37a80d5
     add 0616e89  Minor fixes and improvements to the camel-atomix test code: (#4499)
     add 82156d5  Regen for commit 08e4baa6779b41a9d7531f09fcbe1f725ed25572 (#4501)

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   (8e7a71c)
            \
             N -- N -- N   refs/heads/regen_bot (82156d5)

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-atomix/README.md                  |  7 +++
 .../atomix/client/map/AtomixMapConsumerTest.java   |  4 +-
 .../client/map/AtomixMapNodesProducerTest.java     |  6 ++-
 .../atomix/client/map/AtomixMapProducerTest.java   | 52 +++++++++++-----------
 .../client/messaging/AtomixMessagingTest.java      |  6 +--
 .../multimap/AtomixMultiMapProducerTest.java       | 44 +++++++++---------
 .../client/queue/AtomixQueueConsumerTest.java      |  4 +-
 .../client/queue/AtomixQueueProducerTest.java      | 30 +++++++------
 .../atomix/client/set/AtomixSetConsumerTest.java   |  4 +-
 .../atomix/client/set/AtomixSetProducerTest.java   | 24 +++++-----
 .../client/value/AtomixValueConsumerTest.java      |  4 +-
 .../client/value/AtomixValueProducerTest.java      | 12 ++---
 12 files changed, 111 insertions(+), 86 deletions(-)
 create mode 100644 components/camel-atomix/README.md