Skip to content

Commit 24c4afa

Browse files
NickLarsenNZlabrenbe
authored andcommitted
chore(java): Add JDK 24 (#1097)
* chore(java): Add JDK 24 * chore: Update changelog
1 parent 5bed54d commit 24c4afa

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

CHANGELOG.md

+2
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
- zookeeper: check for correct permissions and ownerships in /stackable folder via
3333
`check-permissions-ownership.sh` provided in stackable-base image ([#1043]).
3434
- nifi: Add OPA authorizer plugin with workaround ([#1058]).
35+
- java: Add JDK 24 ([#1097]).
3536

3637
### Changed
3738

@@ -83,6 +84,7 @@ All notable changes to this project will be documented in this file.
8384
[#1056]: https://github.com/stackabletech/docker-images/pull/1056
8485
[#1058]: https://github.com/stackabletech/docker-images/pull/1058
8586
[#1090]: https://github.com/stackabletech/docker-images/pull/1090
87+
[#1097]: https://github.com/stackabletech/docker-images/pull/1097
8688

8789
## [25.3.0] - 2025-03-21
8890

java-base/versions.py

+4
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@
2323
"product": "23",
2424
"vector": "0.43.1",
2525
},
26+
{
27+
"product": "24",
28+
"vector": "0.43.1",
29+
},
2630
]

java-devel/versions.py

+4
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@
2323
"product": "23",
2424
"stackable-devel": "1.0.0",
2525
},
26+
{
27+
"product": "24",
28+
"stackable-devel": "1.0.0",
29+
},
2630
]

0 commit comments

Comments
 (0)