Skip to content

Commit fc6d9a4

Browse files
Techassisbernauer
andauthored
feat(zookeeper): Add 3.9.5 (#1515)
* feat(zookeeper): Add 3.9.5 * chore: Use correct deprecation release * chore: Apply suggestions Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech> --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
1 parent d2d9e61 commit fc6d9a4

4 files changed

Lines changed: 46 additions & 2 deletions

File tree

java-devel/boil-config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ stackable-devel = "1.0.0"
1313
[versions."21".local-images]
1414
stackable-devel = "1.0.0"
1515

16-
1716
[versions."24".local-images]
1817
stackable-devel = "1.0.0"
1918

zookeeper/boil-config.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
[metadata.registries]
22
"oci.stackable.tech" = { namespace = "sdp" }
33

4+
# Deprecated since 26.7.0
45
[versions."3.9.4".local-images]
56
java-base = "17"
67
java-devel = "11"
7-
"shared/logback" = "1.3.15"
8+
"shared/logback" = "1.3.15" # https://github.com/apache/zookeeper/blob/release-3.9.4/pom.xml#L554
89

910
[versions."3.9.4".build-arguments]
1011
jmx-exporter-version = "1.4.0"
12+
13+
[versions."3.9.5".local-images]
14+
java-base = "17"
15+
java-devel = "17"
16+
"shared/logback" = "1.3.15" # https://github.com/apache/zookeeper/blob/release-3.9.5/pom.xml#L554
17+
18+
[versions."3.9.5".build-arguments]
19+
jmx-exporter-version = "1.4.0"
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
From d09d1c1c43fee2867ae35c59a4b8967ab822da98 Mon Sep 17 00:00:00 2001
2+
From: xeniape <xenia.fischer@stackable.tech>
3+
Date: Tue, 30 Sep 2025 15:24:05 +0200
4+
Subject: Add CycloneDX plugin
5+
6+
---
7+
pom.xml | 7 ++++++-
8+
1 file changed, 6 insertions(+), 1 deletion(-)
9+
10+
diff --git a/pom.xml b/pom.xml
11+
index 915d383d..989b74a9 100644
12+
--- a/pom.xml
13+
+++ b/pom.xml
14+
@@ -925,7 +925,7 @@
15+
<plugin>
16+
<groupId>org.cyclonedx</groupId>
17+
<artifactId>cyclonedx-maven-plugin</artifactId>
18+
- <version>2.7.9</version>
19+
+ <version>2.8.0</version>
20+
</plugin>
21+
</plugins>
22+
</pluginManagement>
23+
@@ -1200,6 +1200,11 @@
24+
<plugin>
25+
<groupId>org.cyclonedx</groupId>
26+
<artifactId>cyclonedx-maven-plugin</artifactId>
27+
+ <configuration>
28+
+ <projectType>application</projectType>
29+
+ <schemaVersion>1.5</schemaVersion>
30+
+ <skipNotDeployed>false</skipNotDeployed>
31+
+ </configuration>
32+
<executions>
33+
<execution>
34+
<goals>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mirror = "https://git@github.com/stackabletech/zookeeper.git"
2+
base = "293c895a8d966a3ecb92872be4a1daf87d725da2"

0 commit comments

Comments
 (0)