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 2022/11/07 15:59:43 UTC

[camel] branch regen_bot updated (bf972d913b5 -> 819cc585d0b)

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 bf972d913b5 Regen for commit 0e47df20308d2ec80d408da0022c678fa57c66c4
     add bce2d90c45b [CAMEL-18646] Provide custom configuration (#8661)
     add 819cc585d0b Regen for commit bce2d90c45bcf10e7efc0422714664fb227b7def

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/git.json   |   3 +-
 .../camel/component/git/GitEndpointConfigurer.java |   6 ++
 .../camel/component/git/GitEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/git/git.json        |   3 +-
 .../camel-git/src/main/docs/git-component.adoc     |  15 +++
 .../camel/component/CustomConfigSystemReader.java  |  85 +++++++++++++++
 .../apache/camel/component/RepositoryFactory.java  | 114 +++++++++++++++++++++
 .../apache/camel/component/git/GitEndpoint.java    |  14 +++
 .../git/consumer/AbstractGitConsumer.java          |  20 +---
 .../camel/component/git/producer/GitProducer.java  |  15 +--
 .../component/git/consumer/GitConsumerTest.java    |  24 ++++-
 components/camel-git/src/test/resources/git.config |   2 +
 12 files changed, 272 insertions(+), 32 deletions(-)
 create mode 100644 components/camel-git/src/main/java/org/apache/camel/component/CustomConfigSystemReader.java
 create mode 100644 components/camel-git/src/main/java/org/apache/camel/component/RepositoryFactory.java
 create mode 100644 components/camel-git/src/test/resources/git.config