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 12:22:23 UTC

[camel] branch regen_bot updated (4dfc337 -> 436b6dd)

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 4dfc337  Regen for commit 904a602e5c2a8c66625a5c40af875953a095e1e4
     add f9ad7bf  CAMEL-15825: Enable scheduler configuration to be set on camel-github consumers
     add 436b6dd  Regen for commit f9ad7bf07b6c3e7a8110e40810ff9e54422722fc

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   (4dfc337)
            \
             N -- N -- N   refs/heads/regen_bot (436b6dd)

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/github.json    |  18 +-
 .../camel/catalog/docs/github-component.adoc       |  18 +-
 .../component/github/GitHubEndpointConfigurer.java |  87 ++++
 .../component/github/GitHubEndpointUriFactory.java |  28 +-
 .../org/apache/camel/component/github/github.json  |  18 +-
 .../src/main/docs/github-component.adoc            |  18 +-
 .../camel/component/github/GitHubEndpoint.java     |  21 +-
 .../SchedulerConfigurationConsumerTest.java}       |  26 +-
 .../endpoint/dsl/GitHubEndpointBuilderFactory.java | 450 +++++++++++++++++++++
 .../modules/ROOT/pages/github-component.adoc       |  18 +-
 10 files changed, 670 insertions(+), 32 deletions(-)
 copy components/{camel-nats/src/test/java/org/apache/camel/component/nats/NatsConsumerTest.java => camel-github/src/test/java/org/apache/camel/component/github/consumer/SchedulerConfigurationConsumerTest.java} (59%)