This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from baf125eb6d1 fixed 3 wrong wordings
new c458ee049b9 CAMEL-21601: camel-git - Fix flaky tests
new 7a22bde1926 camel-git: add more enums in catalog
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/camel/catalog/components/git.json | 2 +-
.../org/apache/camel/component/git/git.json | 2 +-
.../{ => git}/CustomConfigSystemReader.java | 2 +-
.../apache/camel/component/git/GitEndpoint.java | 4 +-
.../component/{ => git}/RepositoryFactory.java | 3 +-
.../git/consumer/AbstractGitConsumer.java | 2 +-
.../component/git/consumer/GitCommitConsumer.java | 15 +-
.../camel/component/git/producer/GitProducer.java | 2 +-
.../apache/camel/component/git/GitTestSupport.java | 60 +++---
.../component/git/consumer/GitConsumerTest.java | 51 ++---
.../component/git/producer/GitProducerTest.java | 214 +++++++++++----------
.../git/producer/GitRemoteProducerTest.java | 15 +-
12 files changed, 197 insertions(+), 175 deletions(-)
rename components/camel-git/src/main/java/org/apache/camel/component/{ =>
git}/CustomConfigSystemReader.java (98%)
rename components/camel-git/src/main/java/org/apache/camel/component/{ =>
git}/RepositoryFactory.java (98%)