Skip to content

Commit 2d745e5

Browse files
authored
chore(java): Add JDK 24 (#1097)
* chore(java): Add JDK 24 * chore: Update changelog
1 parent 65ff72d commit 2d745e5

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
3131
`check-permissions-ownership.sh` provided in stackable-base image ([#1025]).
3232
- zookeeper: check for correct permissions and ownerships in /stackable folder via
3333
`check-permissions-ownership.sh` provided in stackable-base image ([#1043]).
34+
- java: Add JDK 24 ([#1097]).
3435

3536
### Changed
3637

@@ -81,6 +82,7 @@ All notable changes to this project will be documented in this file.
8182
[#1055]: https://github.com/stackabletech/docker-images/pull/1055
8283
[#1056]: https://github.com/stackabletech/docker-images/pull/1056
8384
[#1090]: https://github.com/stackabletech/docker-images/pull/1090
85+
[#1097]: https://github.com/stackabletech/docker-images/pull/1097
8486

8587
## [25.3.0] - 2025-03-21
8688

java-base/versions.py

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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)