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:17:30 UTC

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

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

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

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}    |   11 +-
 .../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, 1423 insertions(+), 124 deletions(-)
 copy components/{camel-zendesk/src/main/java/org/apache/camel/component/zendesk/ZendeskConsumer.java => camel-braintree/src/main/java/org/apache/camel/component/braintree/BraintreeConsumer.java} (74%)