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

cdutz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git.


    from e22e344  [maven-release-plugin] rollback the release of 
plc4x-parent-0.1.0
     new af14dd9  removed old files
     new 98976eb  Merge branch 'feature/api-redesign-chris-c' of 
https://github.com/skorikov/incubator-plc4x into 
skorikov-feature/api-redesign-chris-c
     new 86fb5db  Merge branch 'skorikov-feature/api-redesign-chris-c'

The 3 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:
 integrations/apache-kafka/README.md                | 34 +++----------
 integrations/apache-kafka/bin/debug.sh             | 29 -----------
 .../config/Plc4xSinkConnector.properties           | 23 ---------
 .../config/Plc4xSourceConnector.properties         | 21 --------
 .../config/connect-avro-docker.properties          | 44 ----------------
 integrations/apache-kafka/config/sink.properties   | 25 +++++++++
 integrations/apache-kafka/config/source.properties | 24 +++++++++
 integrations/apache-kafka/docker-compose.yml       | 45 -----------------
 integrations/apache-kafka/pom.xml                  | 55 ++------------------
 .../apache-kafka/src/main/assembly/package.xml     | 59 ----------------------
 .../org/apache/plc4x/kafka/Plc4xSourceTask.java    |  7 +--
 .../apache/plc4x/kafka/Plc4xSinkConnectorTest.java | 30 -----------
 .../org/apache/plc4x/kafka/Plc4xSinkTaskTest.java  | 30 -----------
 .../plc4x/kafka/Plc4xSourceConnectorTest.java      | 30 -----------
 .../apache/plc4x/kafka/Plc4xSourceTaskTest.java    | 30 -----------
 .../apache-kafka/src/test/resources/logback.xml    | 29 -----------
 16 files changed, 61 insertions(+), 454 deletions(-)
 delete mode 100644 integrations/apache-kafka/bin/debug.sh
 delete mode 100644 
integrations/apache-kafka/config/Plc4xSinkConnector.properties
 delete mode 100644 
integrations/apache-kafka/config/Plc4xSourceConnector.properties
 delete mode 100644 
integrations/apache-kafka/config/connect-avro-docker.properties
 create mode 100644 integrations/apache-kafka/config/sink.properties
 create mode 100644 integrations/apache-kafka/config/source.properties
 delete mode 100644 integrations/apache-kafka/docker-compose.yml
 delete mode 100644 integrations/apache-kafka/src/main/assembly/package.xml
 delete mode 100644 
integrations/apache-kafka/src/test/java/org/apache/plc4x/kafka/Plc4xSinkConnectorTest.java
 delete mode 100644 
integrations/apache-kafka/src/test/java/org/apache/plc4x/kafka/Plc4xSinkTaskTest.java
 delete mode 100644 
integrations/apache-kafka/src/test/java/org/apache/plc4x/kafka/Plc4xSourceConnectorTest.java
 delete mode 100644 
integrations/apache-kafka/src/test/java/org/apache/plc4x/kafka/Plc4xSourceTaskTest.java
 delete mode 100644 integrations/apache-kafka/src/test/resources/logback.xml

Reply via email to