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/09/20 08:56:08 UTC

[camel] branch regen_bot updated (5b61dc0 -> 5281d97)

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 5b61dc0  Regen for commit 50bb96c45c8ecc9f81e321d66af7e9d2b60bc699
     add 89152d9  CAMEL-15549: camel-braintree is producer only.
     add 5281d97  Regen for commit 89152d9780898cab1f5f9403db57f7649c0154dd

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   (5b61dc0)
            \
             N -- N -- N   refs/heads/regen_bot (5281d97)

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:
 .../apache/camel/catalog/components/braintree.json |   60 +-
 .../camel/catalog/docs/braintree-component.adoc    |   60 +-
 .../braintree/BraintreeComponentConfigurer.java    |    5 -
 .../braintree/BraintreeEndpointConfigurer.java     |   89 --
 .../camel/component/braintree/braintree.json       |   60 +-
 .../src/main/docs/braintree-component.adoc         |   60 +-
 .../component/braintree/BraintreeConsumer.java     |   31 -
 .../component/braintree/BraintreeEndpoint.java     |   21 +-
 .../dsl/BraintreeComponentBuilderFactory.java      |   20 -
 .../src/generated/resources/metadata.json          |    2 +-
 .../dsl/BraintreeEndpointBuilderFactory.java       | 1099 +-------------------
 .../modules/ROOT/pages/braintree-component.adoc    |   60 +-
 12 files changed, 118 insertions(+), 1449 deletions(-)
 delete mode 100644 components/camel-braintree/src/main/java/org/apache/camel/component/braintree/BraintreeConsumer.java