Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
- testing-tools: Add the Python library Beautiful Soup 4 ([#536]).
- java-base: Add `openjdk-devel` package for tool such as `jps` or `jmap` ([#537]).
- java-base: Add JDK 21 ([#547]).
- druid: Add `28.0.1` ([#558]).
- opa: Add version `0.61.0` ([#538]).
- trino: Add version `438` ([#547]).
- vector: Switch from version `0.33.0` to `0.35.0` ([#547], [#549]).
Expand Down Expand Up @@ -68,6 +69,7 @@ All notable changes to this project will be documented in this file.
[#549]: https://github.com/stackabletech/docker-images/pull/549
[#551]: https://github.com/stackabletech/docker-images/pull/551
[#533]: https://github.com/stackabletech/docker-images/pull/533
[#558]: https://github.com/stackabletech/docker-images/pull/558

## [23.11.0] - 2023-11-30

Expand Down
12 changes: 12 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@
"woodstox_core": "6.2.1",
"authorizer": "0.5.0",
},
{
"product": "28.0.1",
# Java 17 should be fully supported as of 27.0.0 https://github.com/apache/druid/releases#27.0.0-highlights-java-17-support
# Did not work in a quick test due to reflection error:
# Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class
# java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError
"java-base": "11",
"jackson_dataformat_xml": "2.12.7", # from https://github.com/apache/druid/blob/b8201e31aa6b124049a61764309145baaad78db7/pom.xml#L100
"stax2_api": "4.2.2",
"woodstox_core": "6.6.0",
"authorizer": "0.5.0",
},
],
},
{
Expand Down