diff --git a/docker-compose.yml b/docker-compose.yml index 64eac76e..29f3bf96 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,4 @@ --- -version: "3.7" networks: ksml: name: ksml_example diff --git a/docs/release-notes.md b/docs/release-notes.md index 66ead2cd..a58cf59f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ * [Release Notes](#release-notes) * [Releases](#releases) + * [1.0.2 (2024-09-20)](#102-2024-09-20) * [1.0.1 (2024-07-17)](#101-2024-07-17) * [1.0.0 (2024-06-28)](#100-2024-06-28) * [0.8.0 (2024-03-08)](#080-2024-03-08) @@ -18,6 +19,16 @@ * [0.0.2 (2021-06-28)](#002-2021-06-28) * [0.0.1 (2021-04-30)](#001-2021-04-30) +### 1.0.2 (2024-09-20) +* KSML + * Upgrade to Kafka Streams 3.8.0 + * Avro Schema Registry settings no longer required if Avro not used + * Add missing object in KSML Json Schema + * Fix serialisation and list handling issues +* Helm charts + * Use liveness and readiness and startup probes to fix state issues + * Fix conflicting default configuration Prometheus export and ServiceMonitor + ### 1.0.1 (2024-07-17) * Topology Optimization can be applied * Runtime dependencies, like LZ4 compression support, are back in the KSML image diff --git a/examples/ksml-runner.yaml b/examples/ksml-runner.yaml index 393e6d3c..4db219f5 100644 --- a/examples/ksml-runner.yaml +++ b/examples/ksml-runner.yaml @@ -6,6 +6,7 @@ ksml: prometheus: enablePipelines: true definitions: + # Format is : inspect: 01-example-inspect.yaml # copy: 02-example-copy.yaml # filter: 03-example-filter.yaml diff --git a/examples/run.cmd b/examples/run.cmd index e037f8a1..724a8a62 100644 --- a/examples/run.cmd +++ b/examples/run.cmd @@ -1 +1 @@ -docker run --name ksml-example --rm -ti -v %~dp0:/ksml -w /ksml --network ksml_example axual/ksml:1.0.1 +docker run --name ksml-example --rm -ti -v %~dp0:/ksml -w /ksml --network ksml_example axual/ksml:latest diff --git a/ksml-data-avro/NOTICE.txt b/ksml-data-avro/NOTICE.txt index 2459b957..55074340 100644 --- a/ksml-data-avro/NOTICE.txt +++ b/ksml-data-avro/NOTICE.txt @@ -6,7 +6,7 @@ Lists of 34 third-party dependencies. (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.17.1 - https://github.com/FasterXML/jackson) (The Apache Software License, Version 2.0) Jackson-dataformat-CSV (com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.17.1 - https://github.com/FasterXML/jackson-dataformats-text) (The Apache Software License, Version 2.0) Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1 - https://github.com/FasterXML/jackson-dataformats-text) - (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.5-1 - https://github.com/luben/zstd-jni) + (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.6-3 - https://github.com/luben/zstd-jni) (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/) (Apache 2.0) error-prone annotations (com.google.errorprone:error_prone_annotations:2.26.1 - https://errorprone.info/error_prone_annotations) (The Apache Software License, Version 2.0) Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.2 - https://github.com/google/guava/failureaccess) @@ -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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.2 - 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) @@ -27,7 +27,7 @@ Lists of 34 third-party dependencies. (Apache-2.0) Apache Avro (org.apache.avro:avro:1.11.3 - https://avro.apache.org) (Apache-2.0) Apache Commons Compress (org.apache.commons:commons-compress:1.26.2 - https://commons.apache.org/proper/commons-compress/) (Apache-2.0) Apache Commons Lang (org.apache.commons:commons-lang3:3.14.0 - https://commons.apache.org/proper/commons-lang/) - (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org) + (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - 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) (The MIT License) Project Lombok (org.projectlombok:lombok:1.18.32 - https://projectlombok.org) diff --git a/ksml-data-avro/pom.xml b/ksml-data-avro/pom.xml index cd713830..0cf7fc37 100644 --- a/ksml-data-avro/pom.xml +++ b/ksml-data-avro/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 1.1.0-SNAPSHOT + 1.0.2 4.0.0 diff --git a/ksml-data-csv/NOTICE.txt b/ksml-data-csv/NOTICE.txt index b21900d3..22350d7a 100644 --- a/ksml-data-csv/NOTICE.txt +++ b/ksml-data-csv/NOTICE.txt @@ -5,15 +5,15 @@ Lists of 20 third-party dependencies. (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.17.1 - https://github.com/FasterXML/jackson) (The Apache Software License, Version 2.0) Jackson-dataformat-CSV (com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.17.1 - https://github.com/FasterXML/jackson-dataformats-text) (The Apache Software License, Version 2.0) Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1 - https://github.com/FasterXML/jackson-dataformats-text) - (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.5-1 - https://github.com/luben/zstd-jni) + (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.6-3 - https://github.com/luben/zstd-jni) (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/) (Apache 2.0) error-prone annotations (com.google.errorprone:error_prone_annotations:2.26.1 - https://errorprone.info/error_prone_annotations) (The Apache Software License, Version 2.0) Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.2 - https://github.com/google/guava/failureaccess) (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:1.1.0-SNAPSHOT - 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) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.2 - https://github.com/Axual/ksml/ksml-data) + (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - 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) (The MIT License) Project Lombok (org.projectlombok:lombok:1.18.32 - https://projectlombok.org) diff --git a/ksml-data-csv/pom.xml b/ksml-data-csv/pom.xml index 28ccad35..c86c2e15 100644 --- a/ksml-data-csv/pom.xml +++ b/ksml-data-csv/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 1.1.0-SNAPSHOT + 1.0.2 4.0.0 diff --git a/ksml-data-soap/NOTICE.txt b/ksml-data-soap/NOTICE.txt index ca30757f..3f856983 100644 --- a/ksml-data-soap/NOTICE.txt +++ b/ksml-data-soap/NOTICE.txt @@ -6,7 +6,7 @@ Lists of 30 third-party dependencies. (The Apache Software License, Version 2.0) Jackson-dataformat-XML (com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1 - https://github.com/FasterXML/jackson-dataformat-xml) (The Apache Software License, Version 2.0) Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1 - https://github.com/FasterXML/jackson-dataformats-text) (The Apache License, Version 2.0) Woodstox (com.fasterxml.woodstox:woodstox-core:6.6.2 - https://github.com/FasterXML/woodstox) - (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.5-1 - https://github.com/luben/zstd-jni) + (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.6-3 - https://github.com/luben/zstd-jni) (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/) (Apache 2.0) error-prone annotations (com.google.errorprone:error_prone_annotations:2.26.1 - https://errorprone.info/error_prone_annotations) (The Apache Software License, Version 2.0) Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.2 - https://github.com/google/guava/failureaccess) @@ -14,11 +14,11 @@ 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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.2 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.2 - 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) + (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - https://kafka.apache.org) (The Apache License, Version 2.0) org.apiguardian:apiguardian-api (org.apiguardian:apiguardian-api:1.1.2 - https://github.com/apiguardian-team/apiguardian) (The MIT License) Checker Qual (org.checkerframework:checker-qual:3.42.0 - https://checkerframework.org/) (The BSD 2-Clause License) Stax2 API (org.codehaus.woodstox:stax2-api:4.2.2 - http://github.com/FasterXML/stax2-api) diff --git a/ksml-data-soap/pom.xml b/ksml-data-soap/pom.xml index 84c4fbef..4a1886e2 100644 --- a/ksml-data-soap/pom.xml +++ b/ksml-data-soap/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 1.1.0-SNAPSHOT + 1.0.2 4.0.0 diff --git a/ksml-data-xml/NOTICE.txt b/ksml-data-xml/NOTICE.txt index d1cbc0ea..feae8340 100644 --- a/ksml-data-xml/NOTICE.txt +++ b/ksml-data-xml/NOTICE.txt @@ -6,7 +6,7 @@ Lists of 26 third-party dependencies. (The Apache Software License, Version 2.0) Jackson-dataformat-XML (com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1 - https://github.com/FasterXML/jackson-dataformat-xml) (The Apache Software License, Version 2.0) Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1 - https://github.com/FasterXML/jackson-dataformats-text) (The Apache License, Version 2.0) Woodstox (com.fasterxml.woodstox:woodstox-core:6.6.2 - https://github.com/FasterXML/woodstox) - (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.5-1 - https://github.com/luben/zstd-jni) + (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.6-3 - https://github.com/luben/zstd-jni) (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/) (Apache 2.0) error-prone annotations (com.google.errorprone:error_prone_annotations:2.26.1 - https://errorprone.info/error_prone_annotations) (The Apache Software License, Version 2.0) Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.2 - https://github.com/google/guava/failureaccess) @@ -14,9 +14,9 @@ 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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.2 - 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 Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - https://kafka.apache.org) (The MIT License) Checker Qual (org.checkerframework:checker-qual:3.42.0 - https://checkerframework.org/) (The BSD 2-Clause License) Stax2 API (org.codehaus.woodstox:stax2-api:4.2.2 - http://github.com/FasterXML/stax2-api) (EDL 1.0) Angus Activation Registries (org.eclipse.angus:angus-activation:2.0.2 - https://github.com/eclipse-ee4j/angus-activation/angus-activation) diff --git a/ksml-data-xml/pom.xml b/ksml-data-xml/pom.xml index 6cad33ca..e53fab75 100644 --- a/ksml-data-xml/pom.xml +++ b/ksml-data-xml/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 1.1.0-SNAPSHOT + 1.0.2 4.0.0 diff --git a/ksml-data/NOTICE.txt b/ksml-data/NOTICE.txt index d90fae4c..6969cf68 100644 --- a/ksml-data/NOTICE.txt +++ b/ksml-data/NOTICE.txt @@ -4,14 +4,14 @@ Lists of 18 third-party dependencies. (The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.17.1 - https://github.com/FasterXML/jackson-core) (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.17.1 - https://github.com/FasterXML/jackson) (The Apache Software License, Version 2.0) Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1 - https://github.com/FasterXML/jackson-dataformats-text) - (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.5-1 - https://github.com/luben/zstd-jni) + (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.6-3 - https://github.com/luben/zstd-jni) (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/) (Apache 2.0) error-prone annotations (com.google.errorprone:error_prone_annotations:2.26.1 - https://errorprone.info/error_prone_annotations) (The Apache Software License, Version 2.0) Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.2 - https://github.com/google/guava/failureaccess) (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/) - (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org) + (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - 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) (The MIT License) Project Lombok (org.projectlombok:lombok:1.18.32 - https://projectlombok.org) diff --git a/ksml-data/pom.xml b/ksml-data/pom.xml index d2a07e53..10925a82 100644 --- a/ksml-data/pom.xml +++ b/ksml-data/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 1.1.0-SNAPSHOT + 1.0.2 4.0.0 diff --git a/ksml-kafka-clients/pom.xml b/ksml-kafka-clients/pom.xml index b15a5dff..70ff6eb2 100644 --- a/ksml-kafka-clients/pom.xml +++ b/ksml-kafka-clients/pom.xml @@ -7,7 +7,7 @@ io.axual.ksml ksml-parent - 1.1.0-SNAPSHOT + 1.0.2 ksml-kafka-clients diff --git a/ksml-query/NOTICE.txt b/ksml-query/NOTICE.txt index f52778fc..04cfb8d4 100644 --- a/ksml-query/NOTICE.txt +++ b/ksml-query/NOTICE.txt @@ -11,7 +11,7 @@ Lists of 101 third-party dependencies. (The Apache Software License, Version 2.0) Jackson Jakarta-RS: JSON (com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.17.1 - https://github.com/FasterXML/jackson-jakarta-rs-providers/jackson-jakarta-rs-json-provider) (The Apache Software License, Version 2.0) Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind) (com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.17.1 - https://github.com/FasterXML/jackson-modules-base) (The Apache License, Version 2.0) Woodstox (com.fasterxml.woodstox:woodstox-core:6.6.2 - https://github.com/FasterXML/woodstox) - (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.5-1 - https://github.com/luben/zstd-jni) + (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.6-3 - https://github.com/luben/zstd-jni) (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/) (Apache 2.0) error-prone annotations (com.google.errorprone:error_prone_annotations:2.26.1 - https://errorprone.info/error_prone_annotations) (The Apache Software License, Version 2.0) Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.2 - https://github.com/google/guava/failureaccess) @@ -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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML (io.axual.ksml:ksml:1.0.2 - https://github.com/Axual/ksml/ksml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.2 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.2 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.2 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.2 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.2 - 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) @@ -48,8 +48,8 @@ Lists of 101 third-party dependencies. (Apache-2.0) Apache Avro (org.apache.avro:avro:1.11.3 - https://avro.apache.org) (Apache-2.0) Apache Commons Compress (org.apache.commons:commons-compress:1.26.2 - https://commons.apache.org/proper/commons-compress/) (Apache-2.0) Apache Commons Lang (org.apache.commons:commons-lang3:3.14.0 - https://commons.apache.org/proper/commons-lang/) - (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org) - (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-streams:3.6.2 - https://kafka.apache.org) + (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - https://kafka.apache.org) + (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-streams:3.8.0 - https://kafka.apache.org) (Bouncy Castle Licence) Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (org.bouncycastle:bcpkix-jdk18on:1.76 - https://www.bouncycastle.org/java.html) (Bouncy Castle Licence) Bouncy Castle Provider (org.bouncycastle:bcprov-jdk18on:1.76 - https://www.bouncycastle.org/java.html) (Bouncy Castle Licence) Bouncy Castle ASN.1 Extension and Utility APIs (org.bouncycastle:bcutil-jdk18on:1.76 - https://www.bouncycastle.org/java.html) diff --git a/ksml-query/pom.xml b/ksml-query/pom.xml index bb132564..577a76fa 100644 --- a/ksml-query/pom.xml +++ b/ksml-query/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 1.1.0-SNAPSHOT + 1.0.2 4.0.0 diff --git a/ksml-reporting/NOTICE.txt b/ksml-reporting/NOTICE.txt index 6f602239..bfa55007 100644 --- a/ksml-reporting/NOTICE.txt +++ b/ksml-reporting/NOTICE.txt @@ -13,7 +13,7 @@ Lists of 123 third-party dependencies. (The Apache Software License, Version 2.0) Jackson Jakarta-RS: JSON (com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.17.1 - https://github.com/FasterXML/jackson-jakarta-rs-providers/jackson-jakarta-rs-json-provider) (The Apache Software License, Version 2.0) Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind) (com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.17.1 - https://github.com/FasterXML/jackson-modules-base) (The Apache License, Version 2.0) Woodstox (com.fasterxml.woodstox:woodstox-core:6.6.2 - https://github.com/FasterXML/woodstox) - (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.5-1 - https://github.com/luben/zstd-jni) + (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.6-3 - https://github.com/luben/zstd-jni) (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/) (Apache 2.0) error-prone annotations (com.google.errorprone:error_prone_annotations:2.26.1 - https://errorprone.info/error_prone_annotations) (The Apache Software License, Version 2.0) Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.2 - https://github.com/google/guava/failureaccess) @@ -24,15 +24,15 @@ Lists of 123 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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml) - (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-kafka-clients) - (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-query) - (Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-runner) + (Apache 2.0) KSML (io.axual.ksml:ksml:1.0.2 - https://github.com/Axual/ksml/ksml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.2 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.2 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.2 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.2 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.2 - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.2 - https://github.com/Axual/ksml/ksml-kafka-clients) + (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.2 - https://github.com/Axual/ksml/ksml-query) + (Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:1.0.2 - 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) @@ -69,8 +69,8 @@ Lists of 123 third-party dependencies. (Apache-2.0) Apache Commons Compress (org.apache.commons:commons-compress:1.26.2 - https://commons.apache.org/proper/commons-compress/) (Apache-2.0) Apache Commons Lang (org.apache.commons:commons-lang3:3.14.0 - https://commons.apache.org/proper/commons-lang/) (Apache-2.0) Apache Commons Text (org.apache.commons:commons-text:1.12.0 - https://commons.apache.org/proper/commons-text) - (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org) - (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-streams:3.6.2 - https://kafka.apache.org) + (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - https://kafka.apache.org) + (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-streams:3.8.0 - https://kafka.apache.org) (Bouncy Castle Licence) Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (org.bouncycastle:bcpkix-jdk18on:1.76 - https://www.bouncycastle.org/java.html) (Bouncy Castle Licence) Bouncy Castle Provider (org.bouncycastle:bcprov-jdk18on:1.76 - https://www.bouncycastle.org/java.html) (Bouncy Castle Licence) Bouncy Castle ASN.1 Extension and Utility APIs (org.bouncycastle:bcutil-jdk18on:1.76 - https://www.bouncycastle.org/java.html) diff --git a/ksml-reporting/pom.xml b/ksml-reporting/pom.xml index 65338415..7ed8613f 100644 --- a/ksml-reporting/pom.xml +++ b/ksml-reporting/pom.xml @@ -5,7 +5,7 @@ ksml-parent io.axual.ksml - 1.1.0-SNAPSHOT + 1.0.2 4.0.0 diff --git a/ksml-runner/NOTICE.txt b/ksml-runner/NOTICE.txt index 1890711f..561549f7 100644 --- a/ksml-runner/NOTICE.txt +++ b/ksml-runner/NOTICE.txt @@ -13,7 +13,7 @@ Lists of 123 third-party dependencies. (The Apache Software License, Version 2.0) Jackson Jakarta-RS: JSON (com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.17.1 - https://github.com/FasterXML/jackson-jakarta-rs-providers/jackson-jakarta-rs-json-provider) (The Apache Software License, Version 2.0) Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind) (com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.17.1 - https://github.com/FasterXML/jackson-modules-base) (The Apache License, Version 2.0) Woodstox (com.fasterxml.woodstox:woodstox-core:6.6.2 - https://github.com/FasterXML/woodstox) - (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.5-1 - https://github.com/luben/zstd-jni) + (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.6-3 - https://github.com/luben/zstd-jni) (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/) (Apache 2.0) error-prone annotations (com.google.errorprone:error_prone_annotations:2.26.1 - https://errorprone.info/error_prone_annotations) (The Apache Software License, Version 2.0) Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.2 - https://github.com/google/guava/failureaccess) @@ -24,14 +24,14 @@ Lists of 123 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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml) - (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml) - (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-kafka-clients) - (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-query) + (Apache 2.0) KSML (io.axual.ksml:ksml:1.0.2 - https://github.com/Axual/ksml/ksml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.2 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.2 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.2 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.2 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.2 - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.2 - https://github.com/Axual/ksml/ksml-kafka-clients) + (Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.2 - 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) @@ -68,8 +68,8 @@ Lists of 123 third-party dependencies. (Apache-2.0) Apache Commons Compress (org.apache.commons:commons-compress:1.26.2 - https://commons.apache.org/proper/commons-compress/) (Apache-2.0) Apache Commons Lang (org.apache.commons:commons-lang3:3.14.0 - https://commons.apache.org/proper/commons-lang/) (Apache-2.0) Apache Commons Text (org.apache.commons:commons-text:1.12.0 - https://commons.apache.org/proper/commons-text) - (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org) - (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-streams:3.6.2 - https://kafka.apache.org) + (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.8.0 - https://kafka.apache.org) + (The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-streams:3.8.0 - https://kafka.apache.org) (Bouncy Castle Licence) Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (org.bouncycastle:bcpkix-jdk18on:1.76 - https://www.bouncycastle.org/java.html) (Bouncy Castle Licence) Bouncy Castle Provider (org.bouncycastle:bcprov-jdk18on:1.76 - https://www.bouncycastle.org/java.html) (Bouncy Castle Licence) Bouncy Castle ASN.1 Extension and Utility APIs (org.bouncycastle:bcutil-jdk18on:1.76 - https://www.bouncycastle.org/java.html) diff --git a/ksml-runner/pom.xml b/ksml-runner/pom.xml index 943451a1..35a6acf8 100644 --- a/ksml-runner/pom.xml +++ b/ksml-runner/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 1.1.0-SNAPSHOT + 1.0.2 4.0.0 diff --git a/ksml/NOTICE.txt b/ksml/NOTICE.txt index ae2728d2..e710d67e 100644 --- a/ksml/NOTICE.txt +++ b/ksml/NOTICE.txt @@ -19,11 +19,11 @@ Lists of 72 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:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data) - (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro) - (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv) - (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap) - (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.1.0-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml) + (Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.2 - https://github.com/Axual/ksml/ksml-data) + (Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.2 - https://github.com/Axual/ksml/ksml-data-avro) + (Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.2 - https://github.com/Axual/ksml/ksml-data-csv) + (Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.2 - https://github.com/Axual/ksml/ksml-data-soap) + (Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.2 - 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 28aac6c6..276adbb7 100644 --- a/ksml/pom.xml +++ b/ksml/pom.xml @@ -7,7 +7,7 @@ io.axual.ksml ksml-parent - 1.1.0-SNAPSHOT + 1.0.2 ksml diff --git a/pom.xml b/pom.xml index a05465a0..c1903cc5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.axual.ksml ksml-parent - 1.1.0-SNAPSHOT + 1.0.2 pom