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/08/28 03:50:47 UTC

[camel-kafka-connector] branch automatic-periodic-sync updated (11832c4 -> dd0365a)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


    omit 11832c4  [create-pull-request] automated change
    omit e36b57c  Fix cassandra for camel 3.5
    omit d52581f  Regen
    omit 9ffedc0  Pointing the github actions to 3.5.0-SNAPSHOT
    omit dc32b9f  Point to 3.5.0-SNAPSHOT
     add 722240b  Kafka-clients is not a test dependency
     add c8dbd30  Removed wrong terminal output from example in archetype docs
     add ee394eb  Fix mongodb test
     add 766e05d  Merge pull request #396 from unsortedhashsets/fix-mongodb
     add 289c605  Point to 3.5.0-SNAPSHOT
     add 8724490  Pointing the github actions to 3.5.0-SNAPSHOT
     add 1dbdd2b  Regen
     add 95c865c  Fix cassandra for camel 3.5
     add f5bf8b5  [create-pull-request] automated change
     add dd0365a  [create-pull-request] automated change

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   (11832c4)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (dd0365a)

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:
 README.adoc                                            |  3 +--
 .../main/docs/camel-aws2-sts-kafka-sink-connector.adoc |  6 ++----
 .../docs/examples/CamelAws2stsSinkConnector.properties |  4 ++--
 .../aws2sts/CamelAws2stsSinkConnectorConfig.java       |  4 ++--
 docs/modules/ROOT/pages/archetypes.adoc                |  2 +-
 .../camel-aws2-sts-kafka-sink-connector.adoc           |  6 ++----
 parent/pom.xml                                         |  1 -
 .../mongodb/services/MongoDBLocalContainerService.java | 14 ++------------
 .../mongodb/services/MongoDBService.java               |  4 ----
 .../mongodb/services/RemoteMongoDBService.java         | 18 +-----------------
 .../mongodb/sink/CamelSinkMongoDBITCase.java           |  5 ++---
 .../mongodb/source/CamelSourceMongoDBITCase.java       |  5 ++---
 12 files changed, 17 insertions(+), 55 deletions(-)