Skip to content

Commit 4d0d9ca

Browse files
authored
chore: drop ZooKeeper 3.8.4 (#851)
* chore(zookeeper): remove 3.8.4 * chore(zookeeper): bump to java 17 (for ZooKeeper 3.9.2) * chore(zookeeper): drop back to java 17 (for ZooKeeper 3.9.2) It doesn't build, and I can't figure out why. Left a comment for future updaters. * chore(zookeeper): update changelog * chore(zookeeper): bump to java 17 for runtime (for ZooKeeper 3.9.2)
1 parent 95e38af commit 4d0d9ca

File tree

4 files changed

+7
-32
lines changed

4 files changed

+7
-32
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ All notable changes to this project will be documented in this file.
3434
- hbase: Remove 2.4.17 ([#846]).
3535
- omid: Remove 1.1.0 and 1.1.1 ([#846]).
3636
- spark: Remove 3.4.2 and 3.4.3 ([#848]).
37+
- zookeeper: Remove 3.8.4 ([#851]).
3738

3839
### Fixed
3940

@@ -51,6 +52,7 @@ All notable changes to this project will be documented in this file.
5152
[#822]: https://github.com/stackabletech/docker-images/pull/822
5253
[#846]: https://github.com/stackabletech/docker-images/pull/846
5354
[#848]: https://github.com/stackabletech/docker-images/pull/848
55+
[#851]: https://github.com/stackabletech/docker-images/pull/851
5456
[#852]: https://github.com/stackabletech/docker-images/pull/852
5557

5658
## [24.7.0] - 2024-07-24

zookeeper/stackable/patches/3.8.4/.gitkeep

Whitespace-only changes.

zookeeper/stackable/patches/3.8.4/001-cyclonedx-plugin.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

zookeeper/versions.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
versions = [
2-
{
3-
"product": "3.8.4",
4-
"java-base": "11",
5-
"java-devel": "11",
6-
"jmx_exporter": "1.0.1",
7-
},
82
{
93
"product": "3.9.2",
10-
"java-base": "11",
4+
"java-base": "17",
5+
# NOTE (@NickLarsenNZ): Builds fail on Java 17, with the output:
6+
# [ERROR] Failed to execute goal com.github.spotbugs:spotbugs-maven-plugin:4.0.0:spotbugs (spotbugs) on project
7+
# zookeeper: Execution spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:4.0.0:spotbugs failed: Java
8+
# returned: 1 -> [Help 1]
119
"java-devel": "11",
1210
"jmx_exporter": "1.0.1",
1311
},

0 commit comments

Comments
 (0)