From e10dc1b0561e6e1ca77f210f54f516b755d211b2 Mon Sep 17 00:00:00 2001 From: Richard Bosch Date: Fri, 21 Jun 2024 15:25:06 +0200 Subject: [PATCH] Release KSML 0.9.1 --- docker-compose.yml | 2 +- examples/run.sh | 2 +- graalpy-module-collection/pom.xml | 2 +- ksml-data-avro/NOTICE.txt | 2 +- ksml-data-avro/pom.xml | 2 +- ksml-data-csv/NOTICE.txt | 2 +- ksml-data-csv/pom.xml | 2 +- ksml-data-soap/NOTICE.txt | 4 ++-- ksml-data-soap/pom.xml | 2 +- ksml-data-xml/NOTICE.txt | 2 +- ksml-data-xml/pom.xml | 2 +- ksml-data/pom.xml | 2 +- ksml-kafka-clients/pom.xml | 2 +- ksml-query/NOTICE.txt | 12 ++++++------ ksml-query/pom.xml | 2 +- ksml-reporting/NOTICE.txt | 18 +++++++++--------- ksml-reporting/pom.xml | 2 +- ksml-runner/NOTICE.txt | 16 ++++++++-------- ksml-runner/pom.xml | 2 +- ksml/NOTICE.txt | 10 +++++----- ksml/pom.xml | 2 +- pom.xml | 2 +- 22 files changed, 47 insertions(+), 47 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4ea1afd4..f515d9f3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -92,7 +92,7 @@ services: kafka-topics.sh --create --if-not-exists --bootstrap-server broker:9093 --partitions 1 --replication-factor 1 --topic io.ksml.example.processor-ownerCount-changelog'" example-producer: - image: axual/ksml:local + image: axual/ksml:0.9.1 hostname: kafka-data-generator restart: always networks: diff --git a/examples/run.sh b/examples/run.sh index c25d7530..b09c6dbc 100755 --- a/examples/run.sh +++ b/examples/run.sh @@ -15,4 +15,4 @@ BASEDIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" # Give kafka-setup some time to create all the topics echo "This script assumes the example docker-compose has started and the local KSML image was created" sleep 2 -docker run --name ksml-example --rm -ti -v "${BASEDIR}":/ksml -w /ksml --network ksml_example axual/ksml:0.8.0 +docker run --name ksml-example --rm -ti -v "${BASEDIR}":/ksml -w /ksml --network ksml_example axual/ksml:0.9.1 diff --git a/graalpy-module-collection/pom.xml b/graalpy-module-collection/pom.xml index ea920f0f..25e88f0c 100644 --- a/graalpy-module-collection/pom.xml +++ b/graalpy-module-collection/pom.xml @@ -6,7 +6,7 @@ io.axual.ksml ksml-parent - 0.9.0 + 0.9.1 graalpy-module-collection diff --git a/ksml-data-avro/NOTICE.txt b/ksml-data-avro/NOTICE.txt index 8ff7a48b..a1f09415 100644 --- a/ksml-data-avro/NOTICE.txt +++ b/ksml-data-avro/NOTICE.txt @@ -16,7 +16,7 @@ Lists of 34 third-party dependencies. (Go License) RE2/J (com.google.re2j:re2j:1.6 - http://github.com/google/re2j) (Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/) (Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.0 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.1 - https://github.com/Axual/ksml/ksml-data) (Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils) (Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer) (Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client) diff --git a/ksml-data-avro/pom.xml b/ksml-data-avro/pom.xml index fcd0b24e..95f7b7ef 100644 --- a/ksml-data-avro/pom.xml +++ b/ksml-data-avro/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.0 + 0.9.1 4.0.0 diff --git a/ksml-data-csv/NOTICE.txt b/ksml-data-csv/NOTICE.txt index 9f3aefbd..fcdf155c 100644 --- a/ksml-data-csv/NOTICE.txt +++ b/ksml-data-csv/NOTICE.txt @@ -12,7 +12,7 @@ Lists of 20 third-party dependencies. (Apache License, Version 2.0) Guava: Google Core Libraries for Java (com.google.guava:guava:33.2.0-jre - https://github.com/google/guava) (The Apache Software License, Version 2.0) Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture) (Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.0 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.1 - https://github.com/Axual/ksml/ksml-data) (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org) (The MIT License) Checker Qual (org.checkerframework:checker-qual:3.42.0 - https://checkerframework.org/) (The Apache Software License, Version 2.0) LZ4 and xxHash (org.lz4:lz4-java:1.8.0 - https://github.com/lz4/lz4-java) diff --git a/ksml-data-csv/pom.xml b/ksml-data-csv/pom.xml index c07ad179..aabe3b9e 100644 --- a/ksml-data-csv/pom.xml +++ b/ksml-data-csv/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.0 + 0.9.1 4.0.0 diff --git a/ksml-data-soap/NOTICE.txt b/ksml-data-soap/NOTICE.txt index c822eb17..eed4126b 100644 --- a/ksml-data-soap/NOTICE.txt +++ b/ksml-data-soap/NOTICE.txt @@ -14,8 +14,8 @@ Lists of 30 third-party dependencies. (The Apache Software License, Version 2.0) Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture) (Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/) (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.0 - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.0 - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.1 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.1 - https://github.com/Axual/ksml/ksml-data-xml) (EDL 1.0) Jakarta Activation API (jakarta.activation:jakarta.activation-api:2.1.3 - https://github.com/jakartaee/jaf-api) (Eclipse Distribution License - v 1.0) Jakarta SOAP with Attachments API (jakarta.xml.soap:jakarta.xml.soap-api:3.0.2 - https://github.com/jakartaee/saaj-api) (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org) diff --git a/ksml-data-soap/pom.xml b/ksml-data-soap/pom.xml index 76c14fa8..1850fded 100644 --- a/ksml-data-soap/pom.xml +++ b/ksml-data-soap/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.0 + 0.9.1 4.0.0 diff --git a/ksml-data-xml/NOTICE.txt b/ksml-data-xml/NOTICE.txt index 243835b2..a239a0d9 100644 --- a/ksml-data-xml/NOTICE.txt +++ b/ksml-data-xml/NOTICE.txt @@ -14,7 +14,7 @@ Lists of 26 third-party dependencies. (The Apache Software License, Version 2.0) Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture) (Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/) (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.0 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.1 - https://github.com/Axual/ksml/ksml-data) (Eclipse Distribution License - v 1.0) Jakarta SOAP with Attachments API (jakarta.xml.soap:jakarta.xml.soap-api:3.0.2 - https://github.com/jakartaee/saaj-api) (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org) (The MIT License) Checker Qual (org.checkerframework:checker-qual:3.42.0 - https://checkerframework.org/) diff --git a/ksml-data-xml/pom.xml b/ksml-data-xml/pom.xml index fffcd49d..5c340d66 100644 --- a/ksml-data-xml/pom.xml +++ b/ksml-data-xml/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.0 + 0.9.1 4.0.0 diff --git a/ksml-data/pom.xml b/ksml-data/pom.xml index fa293c8e..80ed8fd8 100644 --- a/ksml-data/pom.xml +++ b/ksml-data/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.0 + 0.9.1 4.0.0 diff --git a/ksml-kafka-clients/pom.xml b/ksml-kafka-clients/pom.xml index daeb1be7..f8146bef 100644 --- a/ksml-kafka-clients/pom.xml +++ b/ksml-kafka-clients/pom.xml @@ -7,7 +7,7 @@ io.axual.ksml ksml-parent - 0.9.0 + 0.9.1 ksml-kafka-clients diff --git a/ksml-query/NOTICE.txt b/ksml-query/NOTICE.txt index c73074e1..09092fc1 100644 --- a/ksml-query/NOTICE.txt +++ b/ksml-query/NOTICE.txt @@ -22,12 +22,12 @@ Lists of 101 third-party dependencies. (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) (Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/) (Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/) - (Apache 2.0) KSML (io.axual.ksml:ksml:0.9.0 - https://github.com/Axual/ksml/ksml) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.0 - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.0 - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.0 - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.0 - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.0 - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML (io.axual.ksml:ksml:0.9.1 - https://github.com/Axual/ksml/ksml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.1 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.1 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.1 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.1 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.1 - https://github.com/Axual/ksml/ksml-data-xml) (Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils) (Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer) (Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client) diff --git a/ksml-query/pom.xml b/ksml-query/pom.xml index 244b2085..5ca41d50 100644 --- a/ksml-query/pom.xml +++ b/ksml-query/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.0 + 0.9.1 4.0.0 diff --git a/ksml-reporting/NOTICE.txt b/ksml-reporting/NOTICE.txt index c297447c..760eb542 100644 --- a/ksml-reporting/NOTICE.txt +++ b/ksml-reporting/NOTICE.txt @@ -24,15 +24,15 @@ Lists of 126 third-party dependencies. (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) (Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/) (Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/) - (Apache 2.0) KSML (io.axual.ksml:ksml:0.9.0 - https://github.com/Axual/ksml/ksml) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.0 - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.0 - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.0 - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.0 - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.0 - https://github.com/Axual/ksml/ksml-data-xml) - (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:0.9.0 - https://github.com/Axual/ksml/ksml-kafka-clients) - (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:0.9.0 - https://github.com/Axual/ksml/ksml-query) - (Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:0.9.0 - https://github.com/Axual/ksml/ksml-runner) + (Apache 2.0) KSML (io.axual.ksml:ksml:0.9.1 - https://github.com/Axual/ksml/ksml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.1 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.1 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.1 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.1 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.1 - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:0.9.1 - https://github.com/Axual/ksml/ksml-kafka-clients) + (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:0.9.1 - https://github.com/Axual/ksml/ksml-query) + (Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:0.9.1 - https://github.com/Axual/ksml/ksml-runner) (Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils) (Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer) (Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client) diff --git a/ksml-reporting/pom.xml b/ksml-reporting/pom.xml index 56cadae1..4aa314f2 100644 --- a/ksml-reporting/pom.xml +++ b/ksml-reporting/pom.xml @@ -5,7 +5,7 @@ ksml-parent io.axual.ksml - 0.9.0 + 0.9.1 4.0.0 diff --git a/ksml-runner/NOTICE.txt b/ksml-runner/NOTICE.txt index cd469ed0..b91a2224 100644 --- a/ksml-runner/NOTICE.txt +++ b/ksml-runner/NOTICE.txt @@ -24,14 +24,14 @@ Lists of 126 third-party dependencies. (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) (Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/) (Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/) - (Apache 2.0) KSML (io.axual.ksml:ksml:0.9.0 - https://github.com/Axual/ksml/ksml) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.0 - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.0 - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.0 - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.0 - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.0 - https://github.com/Axual/ksml/ksml-data-xml) - (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:0.9.0 - https://github.com/Axual/ksml/ksml-kafka-clients) - (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:0.9.0 - https://github.com/Axual/ksml/ksml-query) + (Apache 2.0) KSML (io.axual.ksml:ksml:0.9.1 - https://github.com/Axual/ksml/ksml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.1 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.1 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.1 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.1 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.1 - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:0.9.1 - https://github.com/Axual/ksml/ksml-kafka-clients) + (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:0.9.1 - https://github.com/Axual/ksml/ksml-query) (Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils) (Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer) (Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client) diff --git a/ksml-runner/pom.xml b/ksml-runner/pom.xml index 16e72e68..a0336715 100644 --- a/ksml-runner/pom.xml +++ b/ksml-runner/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.9.0 + 0.9.1 4.0.0 diff --git a/ksml/NOTICE.txt b/ksml/NOTICE.txt index 5ee14cab..c1696d24 100644 --- a/ksml/NOTICE.txt +++ b/ksml/NOTICE.txt @@ -19,11 +19,11 @@ Lists of 71 third-party dependencies. (Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) (Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/) (Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.0 - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.0 - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.0 - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.0 - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.0 - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:0.9.1 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:0.9.1 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:0.9.1 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:0.9.1 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:0.9.1 - https://github.com/Axual/ksml/ksml-data-xml) (Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils) (Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer) (Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client) diff --git a/ksml/pom.xml b/ksml/pom.xml index 8b476dd3..5931e04d 100644 --- a/ksml/pom.xml +++ b/ksml/pom.xml @@ -7,7 +7,7 @@ io.axual.ksml ksml-parent - 0.9.0 + 0.9.1 ksml diff --git a/pom.xml b/pom.xml index f26baafd..3ac28614 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.axual.ksml ksml-parent - 0.9.0 + 0.9.1 pom