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/03/07 11:54:36 UTC

[camel] branch regen_bot updated (dba7785 -> 81f8c62)

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 dba7785  Regen for commit 4fcfff58418ccbdd6409529827fbd31611d8842e
     add 64264c3  Regen for commit 8f657b6e0a48b7e0d427c850f6419cc191b8c9bd
     add d143b27  CAMEL-17602: camel-aws-sqs - consumer should map headers back to theiā€¦ (#7127)
     add 81f8c62  Regen for commit d143b278ada22a16630a5bbc3ddf8b88b9e80e27

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   (dba7785)
            \
             N -- N -- N   refs/heads/regen_bot (81f8c62)

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:
 .../camel/component/aws2/sqs/Sqs2Consumer.java     |  15 +--
 .../component/aws2/sqs/Sqs2MessageHelper.java      | 109 +++++++++++++++++++++
 .../camel/component/aws2/sqs/Sqs2Producer.java     |  51 +---------
 .../ROOT/pages/camel-3x-upgrade-guide-3_16.adoc    |   7 ++
 4 files changed, 122 insertions(+), 60 deletions(-)
 create mode 100644 components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/Sqs2MessageHelper.java