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/11/09 17:35:06 UTC

[camel] branch regen_bot updated (0601569 -> 3b8cae9)

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 0601569  Regen for commit 34b6d9002b1fc140bec0d0f297a37a868b3750f8
     add 4a4d517  CAMEL-15818: xquery language can now configure a custom saxon configuration instance.
     add a165bb4  Added service for AWS v2 SNS (#4587)
     add 3b8cae9  Regen for commit a165bb483031d7c9271081e1ef437e556c5d9402

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   (0601569)
            \
             N -- N -- N   refs/heads/regen_bot (3b8cae9)

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:
 test-infra/camel-test-infra-aws-v2/pom.xml         |  6 +++++
 .../test/infra/aws2/clients/AWSSDKClientUtils.java | 27 ++++++++++++++++++++++
 .../test/infra/aws2/services/AWSContainer.java     | 10 ++++++++
 .../aws2/services/AWSLocalContainerService.java    |  2 +-
 ...rvice.java => AWSSNSLocalContainerService.java} | 11 +--------
 .../infra/aws2/services/AWSServiceFactory.java     | 17 ++++++++++++++
 .../camel/test/infra/aws2/services/Service.java    |  3 ++-
 7 files changed, 64 insertions(+), 12 deletions(-)
 copy test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/{AWSSQSLocalContainerService.java => AWSSNSLocalContainerService.java} (75%)