diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b215b06..8082e21bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file. - nifi: Backport NIFI-14848 to NiFi ([#1225]). - stackable-base: Add cert-tools ([#1247]). - kafka: Add jackson xml dataformat for Kafka 4.0.0 ([#1262]). +- kafka: Add version `4.1.0` ([#1277]). ### Changed @@ -27,7 +28,8 @@ All notable changes to this project will be documented in this file. ### Removed -- opensearch: stop applying formatting plugin ([#1230]). +- opensearch: Stop applying formatting plugin ([#1230]). +- kafka: Remove version `4.0.0` ([#1277]). [#1207]: https://github.com/stackabletech/docker-images/pull/1207 [#1215]: https://github.com/stackabletech/docker-images/pull/1215 @@ -43,6 +45,7 @@ All notable changes to this project will be documented in this file. [#1258]: https://github.com/stackabletech/docker-images/pull/1258 [#1262]: https://github.com/stackabletech/docker-images/pull/1262 [#1264]: https://github.com/stackabletech/docker-images/pull/1264 +[#1277]: https://github.com/stackabletech/docker-images/pull/1277 ## [25.7.0] - 2025-07-23 diff --git a/kafka/boil-config.toml b/kafka/boil-config.toml index 9d7fc2ad1..eadded2a0 100644 --- a/kafka/boil-config.toml +++ b/kafka/boil-config.toml @@ -28,12 +28,12 @@ java-devel = "21" scala-version = "2.13" jmx-exporter-version = "1.3.0" -[versions."4.0.0".local-images] +[versions."4.1.0".local-images] java-base = "23" java-devel = "23" "kafka/kcat" = "1.7.0" "kafka/kafka-opa-plugin" = "1.5.1" -[versions."4.0.0".build-arguments] +[versions."4.1.0".build-arguments] scala-version = "2.13" jmx-exporter-version = "1.3.0" diff --git a/kafka/stackable/patches/4.0.0/0003-Build-custom-Stackable-version.patch b/kafka/stackable/patches/4.0.0/0003-Build-custom-Stackable-version.patch deleted file mode 100644 index 7bd7a54d9..000000000 --- a/kafka/stackable/patches/4.0.0/0003-Build-custom-Stackable-version.patch +++ /dev/null @@ -1,147 +0,0 @@ -From c10f92d49bb0d62047bd9b30d8345f0d305ce2d9 Mon Sep 17 00:00:00 2001 -From: dervoeti -Date: Wed, 18 Jun 2025 12:27:48 +0200 -Subject: Build custom Stackable version - ---- - committer-tools/kafka-merge-pr.py | 2 +- - docs/js/templateData.js | 2 +- - gradle.properties | 2 +- - streams/quickstart/java/pom.xml | 4 ++-- - .../java/src/main/resources/archetype-resources/pom.xml | 4 ++-- - streams/quickstart/pom.xml | 4 ++-- - tests/kafkatest/__init__.py | 2 +- - tests/kafkatest/version.py | 4 ++-- - 8 files changed, 12 insertions(+), 12 deletions(-) - -diff --git a/committer-tools/kafka-merge-pr.py b/committer-tools/kafka-merge-pr.py -index 63439f3e0e..37ea789d97 100755 ---- a/committer-tools/kafka-merge-pr.py -+++ b/committer-tools/kafka-merge-pr.py -@@ -70,7 +70,7 @@ TEMP_BRANCH_PREFIX = "PR_TOOL" - - DEV_BRANCH_NAME = "trunk" - --DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "4.0.0") -+DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "4.0.0-stackable0.0.0-dev") - - ORIGINAL_HEAD = "" - -diff --git a/docs/js/templateData.js b/docs/js/templateData.js -index 34c8a96b7c..b290225ff2 100644 ---- a/docs/js/templateData.js -+++ b/docs/js/templateData.js -@@ -19,6 +19,6 @@ limitations under the License. - var context={ - "version": "40", - "dotVersion": "4.0", -- "fullDotVersion": "4.0.0", -+ "fullDotVersion": "4.0.0-stackable0.0.0-dev", - "scalaVersion": "2.13" - }; -diff --git a/gradle.properties b/gradle.properties -index 76123e2ddb..9df17fe7df 100644 ---- a/gradle.properties -+++ b/gradle.properties -@@ -23,7 +23,7 @@ group=org.apache.kafka - # - streams/quickstart/pom.xml - # - streams/quickstart/java/src/main/resources/archetype-resources/pom.xml - # - streams/quickstart/java/pom.xml --version=4.0.0 -+version=4.0.0-stackable0.0.0-dev - scalaVersion=2.13.15 - # Adding swaggerVersion in gradle.properties to have a single version in place for swagger - swaggerVersion=2.2.25 -diff --git a/streams/quickstart/java/pom.xml b/streams/quickstart/java/pom.xml -index 4be34da1e5..7062b6b304 100644 ---- a/streams/quickstart/java/pom.xml -+++ b/streams/quickstart/java/pom.xml -@@ -17,7 +17,7 @@ - - -- 4.0.0 -+ 4.0.0-stackable0.0.0-dev - - - UTF-8 -@@ -26,7 +26,7 @@ - - org.apache.kafka - streams-quickstart -- 4.0.0 -+ 4.0.0-stackable0.0.0-dev - .. - - -diff --git a/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml b/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml -index 88faaf684d..f66ae44f6d 100644 ---- a/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml -+++ b/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml -@@ -18,7 +18,7 @@ - -- 4.0.0 -+ 4.0.0-stackable0.0.0-dev - - ${groupId} - ${artifactId} -@@ -29,7 +29,7 @@ - - - UTF-8 -- 4.0.0 -+ 4.0.0-stackable0.0.0-dev - 2.0.16 - - -diff --git a/streams/quickstart/pom.xml b/streams/quickstart/pom.xml -index c505105c5c..9d0a0b6698 100644 ---- a/streams/quickstart/pom.xml -+++ b/streams/quickstart/pom.xml -@@ -17,12 +17,12 @@ - - -- 4.0.0 -+ 4.0.0-stackable0.0.0-dev - - org.apache.kafka - streams-quickstart - pom -- 4.0.0 -+ 4.0.0-stackable0.0.0-dev - - Kafka Streams :: Quickstart - -diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py -index cf0b298a5d..9829aef366 100644 ---- a/tests/kafkatest/__init__.py -+++ b/tests/kafkatest/__init__.py -@@ -22,4 +22,4 @@ - # Instead, in development branches, the version should have a suffix of the form ".devN" - # - # For example, when Kafka is at version 1.0.0-SNAPSHOT, this should be something like "1.0.0.dev0" --__version__ = '4.0.0' -+__version__ = '4.0.0-stackable0.0.0-dev' -diff --git a/tests/kafkatest/version.py b/tests/kafkatest/version.py -index 38d6cb443c..6c49b6fb50 100644 ---- a/tests/kafkatest/version.py -+++ b/tests/kafkatest/version.py -@@ -110,7 +110,7 @@ def get_version(node=None): - return DEV_BRANCH - - DEV_BRANCH = KafkaVersion("dev") --DEV_VERSION = KafkaVersion("4.0.0-SNAPSHOT") -+DEV_VERSION = KafkaVersion("4.0.0-stackable0.0.0-dev") - - LATEST_STABLE_TRANSACTION_VERSION = 2 - # This should match the LATEST_PRODUCTION version defined in MetadataVersion.java -@@ -235,5 +235,5 @@ V_3_9_0 = KafkaVersion("3.9.0") - LATEST_3_9 = V_3_9_0 - - # 4.0.x version --V_4_0_0 = KafkaVersion("4.0.0") -+V_4_0_0 = KafkaVersion("4.0.0-stackable0.0.0-dev") - LATEST_4_0 = V_4_0_0 diff --git a/kafka/stackable/patches/4.0.0/0001-Add-CycloneDX-plugin.patch b/kafka/stackable/patches/4.1.0/0001-Add-CycloneDX-plugin.patch similarity index 83% rename from kafka/stackable/patches/4.0.0/0001-Add-CycloneDX-plugin.patch rename to kafka/stackable/patches/4.1.0/0001-Add-CycloneDX-plugin.patch index d6a7d1981..dce779ccc 100644 --- a/kafka/stackable/patches/4.0.0/0001-Add-CycloneDX-plugin.patch +++ b/kafka/stackable/patches/4.1.0/0001-Add-CycloneDX-plugin.patch @@ -1,6 +1,6 @@ -From 5adf2efcf9f91e66aea16cbbf49e0a9c059b2be9 Mon Sep 17 00:00:00 2001 -From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> -Date: Thu, 15 May 2025 18:15:16 +0200 +From 670402877c002de8df0e3a8d67b735c326174cca Mon Sep 17 00:00:00 2001 +From: Malte Sander +Date: Thu, 25 Sep 2025 10:47:57 +0200 Subject: Add CycloneDX plugin --- @@ -8,12 +8,12 @@ Subject: Add CycloneDX plugin 1 file changed, 41 insertions(+) diff --git a/build.gradle b/build.gradle -index 388a85aa85..fb0015e49a 100644 +index 97250637b7..732c6c2a18 100644 --- a/build.gradle +++ b/build.gradle -@@ -45,6 +45,47 @@ plugins { - // artifacts - see https://github.com/johnrengelman/shadow/issues/901 - id 'com.github.johnrengelman.shadow' version '8.1.0' apply false +@@ -41,6 +41,47 @@ plugins { + id 'org.scoverage' version '8.0.3' apply false + id 'com.gradleup.shadow' version '8.3.6' apply false id 'com.diffplug.spotless' version "6.25.0" + id 'org.cyclonedx.bom' version '1.10.0' +} diff --git a/kafka/stackable/patches/4.0.0/0002-Change-Gradle-to-use-the-Nexus-Build-Repo.patch b/kafka/stackable/patches/4.1.0/0002-Change-Gradle-to-use-the-Nexus-Build-Repo.patch similarity index 69% rename from kafka/stackable/patches/4.0.0/0002-Change-Gradle-to-use-the-Nexus-Build-Repo.patch rename to kafka/stackable/patches/4.1.0/0002-Change-Gradle-to-use-the-Nexus-Build-Repo.patch index f80fde5c5..9ca1552cc 100644 --- a/kafka/stackable/patches/4.0.0/0002-Change-Gradle-to-use-the-Nexus-Build-Repo.patch +++ b/kafka/stackable/patches/4.1.0/0002-Change-Gradle-to-use-the-Nexus-Build-Repo.patch @@ -1,6 +1,6 @@ -From a91d18e7227aea84fb0baaafc8d253d321a46a0b Mon Sep 17 00:00:00 2001 -From: Lars Francke -Date: Thu, 12 Dec 2024 10:09:47 +0100 +From 77163d8d3143358aa7cc71aaac8bc07029c90570 Mon Sep 17 00:00:00 2001 +From: Malte Sander +Date: Thu, 25 Sep 2025 10:50:07 +0200 Subject: Change Gradle to use the Nexus Build Repo --- @@ -8,10 +8,10 @@ Subject: Change Gradle to use the Nexus Build Repo 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle -index fb0015e49a..7497ce70a3 100644 +index 732c6c2a18..e6c0449952 100644 --- a/build.gradle +++ b/build.gradle -@@ -20,7 +20,9 @@ import java.nio.charset.StandardCharsets +@@ -18,7 +18,9 @@ import java.nio.charset.StandardCharsets buildscript { repositories { @@ -22,7 +22,7 @@ index fb0015e49a..7497ce70a3 100644 } apply from: "$rootDir/gradle/dependencies.gradle" -@@ -208,7 +210,9 @@ ext { +@@ -204,7 +206,9 @@ ext { allprojects { repositories { diff --git a/kafka/stackable/patches/4.1.0/0003-Build-custom-Stackable-version.patch b/kafka/stackable/patches/4.1.0/0003-Build-custom-Stackable-version.patch new file mode 100644 index 000000000..dcc2e22a2 --- /dev/null +++ b/kafka/stackable/patches/4.1.0/0003-Build-custom-Stackable-version.patch @@ -0,0 +1,102 @@ +From 1c9811ed87c0226cb11ce9dd54cfbc8b35357c3f Mon Sep 17 00:00:00 2001 +From: Malte Sander +Date: Thu, 25 Sep 2025 11:10:35 +0200 +Subject: Build custom Stackable version + +--- + committer-tools/kafka-merge-pr.py | 2 +- + docs/js/templateData.js | 2 +- + gradle.properties | 2 +- + streams/quickstart/java/pom.xml | 2 +- + .../java/src/main/resources/archetype-resources/pom.xml | 2 +- + streams/quickstart/pom.xml | 2 +- + tests/kafkatest/__init__.py | 2 +- + 7 files changed, 7 insertions(+), 7 deletions(-) + +diff --git a/committer-tools/kafka-merge-pr.py b/committer-tools/kafka-merge-pr.py +index d649181d74..e0ef9b73a3 100755 +--- a/committer-tools/kafka-merge-pr.py ++++ b/committer-tools/kafka-merge-pr.py +@@ -70,7 +70,7 @@ TEMP_BRANCH_PREFIX = "PR_TOOL" + + DEV_BRANCH_NAME = "trunk" + +-DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "4.1.0") ++DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "4.1.0-stackable0.0.0-dev") + + ORIGINAL_HEAD = "" + +diff --git a/docs/js/templateData.js b/docs/js/templateData.js +index cb834035f4..f7f1faf37d 100644 +--- a/docs/js/templateData.js ++++ b/docs/js/templateData.js +@@ -19,6 +19,6 @@ limitations under the License. + var context={ + "version": "41", + "dotVersion": "4.1", +- "fullDotVersion": "4.1.0", ++ "fullDotVersion": "4.1.0-stackable0.0.0-dev", + "scalaVersion": "2.13" + }; +diff --git a/gradle.properties b/gradle.properties +index 34e605f5a5..ab12d72c91 100644 +--- a/gradle.properties ++++ b/gradle.properties +@@ -23,7 +23,7 @@ group=org.apache.kafka + # - streams/quickstart/pom.xml + # - streams/quickstart/java/src/main/resources/archetype-resources/pom.xml + # - streams/quickstart/java/pom.xml +-version=4.1.0 ++version=4.1.0-stackable0.0.0-dev + scalaVersion=2.13.16 + # Adding swaggerVersion in gradle.properties to have a single version in place for swagger + swaggerVersion=2.2.25 +diff --git a/streams/quickstart/java/pom.xml b/streams/quickstart/java/pom.xml +index 2d85d3c6a6..a062e72217 100644 +--- a/streams/quickstart/java/pom.xml ++++ b/streams/quickstart/java/pom.xml +@@ -26,7 +26,7 @@ + + org.apache.kafka + streams-quickstart +- 4.1.0 ++ 4.1.0-stackable0.0.0-dev + .. + + +diff --git a/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml b/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml +index b4b2ce160a..b820917c54 100644 +--- a/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml ++++ b/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml +@@ -29,7 +29,7 @@ + + + UTF-8 +- 4.1.0 ++ 4.1.0-stackable0.0.0-dev + 2.0.16 + + +diff --git a/streams/quickstart/pom.xml b/streams/quickstart/pom.xml +index b452399ae0..8d5fa3a603 100644 +--- a/streams/quickstart/pom.xml ++++ b/streams/quickstart/pom.xml +@@ -22,7 +22,7 @@ + org.apache.kafka + streams-quickstart + pom +- 4.1.0 ++ 4.1.0-stackable0.0.0-dev + + Kafka Streams :: Quickstart + +diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py +index dd8e97fa30..488b5d20dc 100644 +--- a/tests/kafkatest/__init__.py ++++ b/tests/kafkatest/__init__.py +@@ -22,4 +22,4 @@ + # Instead, in development branches, the version should have a suffix of the form ".devN" + # + # For example, when Kafka is at version 1.0.0-SNAPSHOT, this should be something like "1.0.0.dev0" +-__version__ = '4.1.0' ++__version__ = '4.1.0-stackable0.0.0-dev' diff --git a/kafka/stackable/patches/4.0.0/0004-Include-jackson-dataformat-xml-dependency.patch b/kafka/stackable/patches/4.1.0/0004-Include-jackson-dataformat-xml-dependency.patch similarity index 82% rename from kafka/stackable/patches/4.0.0/0004-Include-jackson-dataformat-xml-dependency.patch rename to kafka/stackable/patches/4.1.0/0004-Include-jackson-dataformat-xml-dependency.patch index a7cf4d93f..7756c4272 100644 --- a/kafka/stackable/patches/4.0.0/0004-Include-jackson-dataformat-xml-dependency.patch +++ b/kafka/stackable/patches/4.1.0/0004-Include-jackson-dataformat-xml-dependency.patch @@ -1,18 +1,18 @@ -From f9ae1b0f4f9f1cf1beaa4ce589e2af9fde344b5b Mon Sep 17 00:00:00 2001 +From f35a5e1087d0efeefbdf7c9a44a436e2e9f7429d Mon Sep 17 00:00:00 2001 From: Malte Sander -Date: Tue, 23 Sep 2025 09:55:40 +0200 +Date: Thu, 25 Sep 2025 11:13:20 +0200 Subject: Include jackson dataformat xml dependency --- - build.gradle | 13 +++++++++++++ + build.gradle | 15 ++++++++++++++- gradle/dependencies.gradle | 1 + - 2 files changed, 14 insertions(+) + 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle -index 7497ce70a3..021adcb3db 100644 +index e6c0449952..c1aa6e2f55 100644 --- a/build.gradle +++ b/build.gradle -@@ -185,12 +185,14 @@ ext { +@@ -180,13 +180,15 @@ ext { libs.slf4jLog4j2, libs.junitPlatformLanucher, libs.jacksonDatabindYaml, @@ -23,11 +23,13 @@ index 7497ce70a3..021adcb3db 100644 log4jReleaseLibs = [ libs.slf4jLog4j2, libs.log4j1Bridge2Api, -+ libs.jacksonDatabindXml, - libs.jacksonDatabindYaml +- libs.jacksonDatabindYaml ++ libs.jacksonDatabindYaml, ++ libs.jacksonDatabindXml ] -@@ -1134,6 +1136,7 @@ project(':core') { + log4j2Libs = [ +@@ -1066,6 +1068,7 @@ project(':core') { implementation libs.jacksonDataformatCsv implementation libs.jacksonJDK8Datatypes implementation libs.jacksonDatabindYaml @@ -35,7 +37,7 @@ index 7497ce70a3..021adcb3db 100644 implementation libs.joptSimple implementation libs.jose4j implementation libs.metrics -@@ -1534,6 +1537,7 @@ project(':group-coordinator') { +@@ -1484,6 +1487,7 @@ project(':group-coordinator') { testImplementation project(':server-common').sourceSets.test.output testImplementation project(':coordinator-common').sourceSets.test.output testImplementation libs.jacksonDatabindYaml @@ -43,7 +45,7 @@ index 7497ce70a3..021adcb3db 100644 testImplementation libs.junitJupiter testImplementation libs.mockitoCore testImplementation testLog4j2Libs -@@ -1654,6 +1658,7 @@ project(':test-common:test-common-runtime') { +@@ -1606,6 +1610,7 @@ project(':test-common:test-common-runtime') { implementation libs.junitPlatformLanucher implementation libs.junitJupiter implementation libs.jacksonDatabindYaml @@ -51,7 +53,7 @@ index 7497ce70a3..021adcb3db 100644 implementation libs.slf4jApi testImplementation libs.junitJupiter -@@ -2086,6 +2091,7 @@ project(':raft') { +@@ -2079,6 +2084,7 @@ project(':raft') { testImplementation project(':clients') testImplementation project(':clients').sourceSets.test.output testImplementation libs.jacksonDatabindYaml @@ -59,7 +61,7 @@ index 7497ce70a3..021adcb3db 100644 testImplementation libs.junitJupiter testImplementation libs.mockitoCore testImplementation libs.jqwik -@@ -2183,6 +2189,7 @@ project(':server-common') { +@@ -2176,6 +2182,7 @@ project(':server-common') { testImplementation project(':clients') testImplementation project(':clients').sourceSets.test.output testImplementation libs.jacksonDatabindYaml @@ -67,15 +69,15 @@ index 7497ce70a3..021adcb3db 100644 testImplementation libs.junitJupiter testImplementation libs.mockitoCore testImplementation testLog4j2Libs -@@ -2320,6 +2327,7 @@ project(':storage') { - testImplementation project(':server-common').sourceSets.test.output +@@ -2317,6 +2324,7 @@ project(':storage') { + testImplementation project(':transaction-coordinator') testImplementation libs.hamcrest testImplementation libs.jacksonDatabindYaml + testImplementation libs.jacksonDatabindXml testImplementation libs.junitJupiter testImplementation libs.mockitoCore testImplementation libs.bcpkix -@@ -2636,6 +2644,7 @@ project(':shell') { +@@ -2634,6 +2642,7 @@ project(':shell') { testImplementation project(':server-common') testImplementation project(':server-common').sourceSets.test.output testImplementation libs.jacksonDatabindYaml @@ -83,7 +85,7 @@ index 7497ce70a3..021adcb3db 100644 testImplementation libs.junitJupiter testImplementation testLog4j2Libs -@@ -2685,6 +2694,7 @@ project(':streams') { +@@ -2683,6 +2692,7 @@ project(':streams') { testImplementation project(':clients').sourceSets.test.output testImplementation libs.jacksonDatabindYaml @@ -91,7 +93,7 @@ index 7497ce70a3..021adcb3db 100644 testImplementation libs.junitJupiter testImplementation libs.bcpkix testImplementation libs.hamcrest -@@ -2829,6 +2839,7 @@ project(':streams:streams-scala') { +@@ -2828,6 +2838,7 @@ project(':streams:streams-scala') { testImplementation project(':streams:test-utils') testImplementation libs.jacksonDatabindYaml @@ -107,7 +109,7 @@ index 7497ce70a3..021adcb3db 100644 testImplementation libs.junitJupiter testImplementation libs.mockitoCore testImplementation libs.hamcrest -@@ -3569,6 +3581,7 @@ project(':connect:runtime') { +@@ -3610,6 +3622,7 @@ project(':connect:runtime') { testImplementation project(':server-common').sourceSets.test.output testImplementation libs.jacksonDatabindYaml @@ -116,10 +118,10 @@ index 7497ce70a3..021adcb3db 100644 testImplementation libs.mockitoCore testImplementation libs.mockitoJunitJupiter diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle -index 66eca369aa..06aad64e6c 100644 +index 10173814e5..1a8c1bac15 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle -@@ -152,6 +152,7 @@ libs += [ +@@ -156,6 +156,7 @@ libs += [ jacksonAnnotations: "com.fasterxml.jackson.core:jackson-annotations:$versions.jackson", jacksonDatabind: "com.fasterxml.jackson.core:jackson-databind:$versions.jackson", jacksonDatabindYaml: "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$versions.jackson", diff --git a/kafka/stackable/patches/4.0.0/patchable.toml b/kafka/stackable/patches/4.1.0/patchable.toml similarity index 51% rename from kafka/stackable/patches/4.0.0/patchable.toml rename to kafka/stackable/patches/4.1.0/patchable.toml index ce3999d4a..e8a1434df 100644 --- a/kafka/stackable/patches/4.0.0/patchable.toml +++ b/kafka/stackable/patches/4.1.0/patchable.toml @@ -1,2 +1,2 @@ -base = "985bc99521dd22bbf620591b8db8613c54f596b2" +base = "13f70256db3c994c590e5d262a7cc50b9e973204" mirror = "https://github.com/stackabletech/kafka.git"