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 2021/04/16 12:07:19 UTC

[camel] branch regen_bot updated (7efcad4 -> a7a634d)

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.


    from 7efcad4  CAMEL-16515: camel-github - Commit consumer should not grow internal list of commit shas forever. Instead keep a chunk of last, and only poll from last sha to filter duplictes.
     add 8a4e383  CAMEL-16523: camel-github - Commit consumer add option for starting sha.
     add a7a634d  Regen for commit 8a4e383024781317de59814e7a89c697ed1f4548

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/github.json    |  1 +
 .../camel/catalog/docs/github-component.adoc       |  3 ++-
 .../component/github/GitHubEndpointUriFactory.java |  4 +++-
 .../org/apache/camel/component/github/github.json  |  1 +
 .../src/main/docs/github-component.adoc            |  3 ++-
 .../camel/component/github/GitHubEndpoint.java     | 18 ++++++++++++++-
 .../component/github/consumer/CommitConsumer.java  | 27 +++++++++++++++-------
 ...pTest.java => CommitConsumerBeginningTest.java} |  8 +++----
 .../builder/endpoint/StaticEndpointBuilders.java   | 12 ++++++++++
 .../endpoint/dsl/GitHubEndpointBuilderFactory.java | 14 +++++++++++
 .../modules/ROOT/pages/github-component.adoc       |  3 ++-
 11 files changed, 77 insertions(+), 17 deletions(-)
 copy components/camel-github/src/test/java/org/apache/camel/component/github/consumer/{CommitConsumerSkipExistingOnStartupTest.java => CommitConsumerBeginningTest.java} (90%)