You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/14 15:43:51 UTC

[camel-kafka-connector] branch master updated (6106196 -> 26b8faf)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


    from 6106196  Small adjustment to sourcechecks.
     new f3ee827  Decouple the Cassandra container for the service
     new de7d5a9  Added support for running the tests against external instances of Apache Cassandra
     new 26b8faf  Merge pull request #92 from orpiske/decouple-cassandra

The 233 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:
 .../clients/cassandra/CassandraClient.java         |  2 --
 ...ssandraService.java => CassandraContainer.java} | 16 ++++-----
 .../CassandraLocalContainerService.java}           | 38 ++++++++++----------
 .../services/cassandra/CassandraService.java       | 39 +++++++++++----------
 ...raService.java => CassandraServiceFactory.java} | 40 ++++++++++------------
 ...draService.java => RemoteCassandraService.java} | 40 +++++++++++++---------
 .../sink/cassandra/CamelSinkCassandraITCase.java   | 12 +++----
 7 files changed, 91 insertions(+), 96 deletions(-)
 copy tests/src/test/java/org/apache/camel/kafkaconnector/services/cassandra/{CassandraService.java => CassandraContainer.java} (78%)
 copy tests/src/test/java/org/apache/camel/kafkaconnector/services/{jms/ContainerLocalService.java => cassandra/CassandraLocalContainerService.java} (52%)
 copy tests/src/test/java/org/apache/camel/kafkaconnector/services/cassandra/{CassandraService.java => CassandraServiceFactory.java} (52%)
 copy tests/src/test/java/org/apache/camel/kafkaconnector/services/cassandra/{CassandraService.java => RemoteCassandraService.java} (56%)