File tree 5 files changed +2
-46
lines changed
5 files changed +2
-46
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ All notable changes to this project will be documented in this file.
63
63
64
64
- ci: Remove Nexus steps from build, mirror and release workflows ([ #1056 ] ).
65
65
Also remove the old release workflow.
66
+ - zookeeper: Remove 3.9.2 ([ #1093 ] ).
66
67
67
68
[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
68
69
[ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
@@ -83,6 +84,7 @@ All notable changes to this project will be documented in this file.
83
84
[ #1055 ] : https://github.com/stackabletech/docker-images/pull/1055
84
85
[ #1056 ] : https://github.com/stackabletech/docker-images/pull/1056
85
86
[ #1090 ] : https://github.com/stackabletech/docker-images/pull/1090
87
+ [ #1093 ] : https://github.com/stackabletech/docker-images/pull/1093
86
88
[ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
87
89
[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
88
90
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
versions = [
2
- {
3
- "product" : "3.9.2" ,
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]
9
- "java-devel" : "11" ,
10
- "jmx_exporter" : "1.2.0" ,
11
- },
12
2
{
13
3
"product" : "3.9.3" ,
14
4
"java-base" : "17" ,
You can’t perform that action at this time.
0 commit comments