Skip to content

Commit d0d95fd

Browse files
authored
fix: add missing patchable config for Kafka 3.8.0 (#1065)
1 parent 5bf5149 commit d0d95fd

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

kafka/stackable/patches/3.8.0/001-cyclonedx-plugin.patch renamed to kafka/stackable/patches/3.8.0/0001-Add-CycloneDX-plugin.patch

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
From 9bc39c677cb825c4ddae900005e41420bb63a48c Mon Sep 17 00:00:00 2001
2+
From: dervoeti <[email protected]>
3+
Date: Thu, 24 Apr 2025 17:24:47 +0200
4+
Subject: Add CycloneDX plugin
5+
6+
---
7+
build.gradle | 42 ++++++++++++++++++++++++++++++++++++++++++
8+
1 file changed, 42 insertions(+)
9+
110
diff --git a/build.gradle b/build.gradle
2-
index 92082fe..e3d6c72 100644
11+
index 92082fe7cf..e3d6c722b6 100644
312
--- a/build.gradle
413
+++ b/build.gradle
514
@@ -48,6 +48,48 @@ plugins {
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
From e5102449fe825cfbba20ce6ace1f51cd91550780 Mon Sep 17 00:00:00 2001
2-
From: Lars Francke <[email protected]>
3-
Date: Thu, 12 Dec 2024 10:09:47 +0100
4-
Subject: [PATCH] Change Gradle to use the Nexus Build Repo
1+
From 5cead6a5c6cc28dbfbb2cd4088d9598989287feb Mon Sep 17 00:00:00 2001
2+
From: dervoeti <[email protected]>
3+
Date: Thu, 24 Apr 2025 17:25:17 +0200
4+
Subject: Change Gradle to use the Nexus Build Repo
55

66
---
77
build.gradle | 8 ++++++--
88
1 file changed, 6 insertions(+), 2 deletions(-)
99

1010
diff --git a/build.gradle b/build.gradle
11-
index 92082fe7cf..3b56a2ad98 100644
11+
index e3d6c722b6..8eec9a4a96 100644
1212
--- a/build.gradle
1313
+++ b/build.gradle
1414
@@ -20,7 +20,9 @@ import java.nio.charset.StandardCharsets
@@ -22,7 +22,7 @@ index 92082fe7cf..3b56a2ad98 100644
2222
}
2323
apply from: "$rootDir/gradle/dependencies.gradle"
2424

25-
@@ -126,7 +128,9 @@ ext {
25+
@@ -168,7 +170,9 @@ ext {
2626
allprojects {
2727

2828
repositories {
@@ -33,6 +33,3 @@ index 92082fe7cf..3b56a2ad98 100644
3333
}
3434

3535
dependencyUpdates {
36-
--
37-
2.47.1
38-
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
upstream = "https://github.com/apache/kafka.git"
2+
base = "771b9576b00ecf5b64ab6e8bedf04156fbdb5cd6"

0 commit comments

Comments
 (0)