Skip to content

Commit 5b659b4

Browse files
authored
chore(java-devel): Bump Maven to 3.9.16 (#1548)
* chore(java-devel): Bump Maven to 3.9.16 * chore: Update changelog * chore(java-base): Drop java 8 It is unused. * chore: Update changelog * chore(shared/logback): Remove unused versions * chore(shared/logback): Add comments with usages
1 parent 85771cf commit 5b659b4

4 files changed

Lines changed: 8 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ All notable changes to this project will be documented in this file.
3232
- hadoop: Refactor cloud library provisioning to downstream images. The jars are now conveniently placed in `/stackable/hadoop-cloud-libraries/` to be easily picked up ([#1511]).
3333
- spark: bump hadoop `3.4.2` to `3.4.3` ([#1533])
3434
- hive: Bump `4.2.0` to Hadoop `3.4.3` ([#1539]).
35+
- java-devel: Bump Maven to 3.9.16 ([#1548]).
3536

3637
### Fixed
3738

@@ -49,6 +50,7 @@ All notable changes to this project will be documented in this file.
4950
- spark-k8s: Remove `3.5.7` and `4.0.1` ([#1525]).
5051
- hive: Remove `4.1.0` ([#1539]).
5152
- druid: Remove `34.0.0` ([#1535]).
53+
- java-base: Drop Java 8 ([#1548]).
5254

5355
[#1446]: https://github.com/stackabletech/docker-images/pull/1446
5456
[#1452]: https://github.com/stackabletech/docker-images/pull/1452
@@ -79,6 +81,7 @@ All notable changes to this project will be documented in this file.
7981
[#1535]: https://github.com/stackabletech/docker-images/pull/1535
8082
[#1539]: https://github.com/stackabletech/docker-images/pull/1539
8183
[#1541]: https://github.com/stackabletech/docker-images/pull/1541
84+
[#1548]: https://github.com/stackabletech/docker-images/pull/1548
8285

8386
## [26.3.0] - 2026-03-16
8487

java-base/boil-config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[versions."8".local-images]
2-
vector = "0.55.0"
3-
41
[versions."11".local-images]
52
vector = "0.55.0"
63

java-devel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG STACKABLE_USER_UID
1212

1313
# Find the latest version here: https://github.com/apache/maven/releases
1414
# renovate: datasource=github-tags packageName=apache/maven
15-
ARG MAVEN_VERSION="3.9.14"
15+
ARG MAVEN_VERSION="3.9.16"
1616

1717
# See: https://adoptium.net/en-gb/installation/linux/#_centosrhelfedora_instructions
1818
RUN cat <<EOF > /etc/yum.repos.d/adoptium.repo

shared/logback/boil-config.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
[versions."1.2.13".local-images]
2-
java-devel = "8"
3-
4-
[versions."1.3.14".local-images]
5-
java-devel = "21"
6-
1+
# Used by ZooKeeper 3.9.4, 3.9.5
72
[versions."1.3.15".local-images]
83
java-devel = "21"
94

5+
# Used by NiFi 2.6.0
106
[versions."1.5.18".local-images]
117
java-devel = "21"
128

9+
# Used by NiFi 2.7.2 (Deprecated since 26.7)
1310
[versions."1.5.24".local-images]
1411
java-devel = "21"
1512

13+
# Used by NiFi 2.9.0
1614
[versions."1.5.32".local-images]
1715
java-devel = "21"

0 commit comments

Comments
 (0)