diff --git a/.github/ISSUE_TEMPLATE/update-product-druid.md b/.github/ISSUE_TEMPLATE/update-product-druid.md index f2f699738..5fac7a37e 100644 --- a/.github/ISSUE_TEMPLATE/update-product-druid.md +++ b/.github/ISSUE_TEMPLATE/update-product-druid.md @@ -27,13 +27,13 @@ Add/Change/Remove anything that isn't applicable anymore ## Update tasks -- [ ] Release a new version of [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer) +- [ ] Update the [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) with the new set of versions (profiles). +- [ ] Release a new version of [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer), if compiling against the new Druid version(s) requires changes in the code. - [ ] Update `boil-config.toml` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions). -- [ ] Update the [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) with the new set of versions. -- [ ] Upload new version (see `druid/upload_new_druid_version.sh`). -- [ ] Create a file: `druid/stackable/patches/x.y.z/.gitkeep`, add patches if applicable. -- [ ] Delete old patch directories. - [ ] Update `boil-config.toml` to the latest supported version of JVM (base and devel). +- [ ] Initialize new product versions with patchable and add patches if applicable. +- [ ] Delete old patch directories. +- [ ] Check the corresponding operator (getting_started / kuttl / supported-versions) for usage of the versions. - [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below. - [ ] Ensure prerequisites are up to date (required-external-components.adoc). - [ ] Update the version in demos. Add the PR(s) to the list below. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8082e21bd..5712b9fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file. - stackable-base: Add cert-tools ([#1247]). - kafka: Add jackson xml dataformat for Kafka 4.0.0 ([#1262]). - kafka: Add version `4.1.0` ([#1277]). +- druid: Add `34.0.0` ([#1263]). ### Changed @@ -25,11 +26,13 @@ All notable changes to this project will be documented in this file. - stackable-devel: Bump ubi9 base image and update cargo-auditable to `0.7.0` ([#1253]). - vector: Bump to `0.49.0` ([#1258]). - airflow: Bump uvicorn dependency to `0.37.0` ([#1264]). +- druid: Deprecate `33.0.0` ([#1263]). ### Removed - opensearch: Stop applying formatting plugin ([#1230]). - kafka: Remove version `4.0.0` ([#1277]). +- druid: Remove `31.0.1` ([#1263]). [#1207]: https://github.com/stackabletech/docker-images/pull/1207 [#1215]: https://github.com/stackabletech/docker-images/pull/1215 @@ -46,6 +49,7 @@ All notable changes to this project will be documented in this file. [#1262]: https://github.com/stackabletech/docker-images/pull/1262 [#1264]: https://github.com/stackabletech/docker-images/pull/1264 [#1277]: https://github.com/stackabletech/docker-images/pull/1277 +[#1263]: https://github.com/stackabletech/docker-images/pull/1263 ## [25.7.0] - 2025-07-23 diff --git a/druid/boil-config.toml b/druid/boil-config.toml index 8a30bc28e..b4c32e4a9 100644 --- a/druid/boil-config.toml +++ b/druid/boil-config.toml @@ -7,20 +7,20 @@ java-devel = "17" [versions."30.0.1".build-arguments] authorizer-version = "0.7.0" -[versions."31.0.1".local-images] -# https://druid.apache.org/docs/31.0.1/operations/java/ +[versions."33.0.0".local-images] +# https://druid.apache.org/docs/33.0.0/operations/java/ java-base = "17" java-devel = "17" "hadoop/hadoop" = "3.3.6" -[versions."31.0.1".build-arguments] +[versions."33.0.0".build-arguments] authorizer-version = "0.7.0" -[versions."33.0.0".local-images] -# https://druid.apache.org/docs/33.0.0/operations/java/ +[versions."34.0.0".local-images] +# https://druid.apache.org/docs/34.0.0/operations/java/ java-base = "17" java-devel = "17" -"hadoop/hadoop" = "3.3.6" +"hadoop/hadoop" = "3.4.1" -[versions."33.0.0".build-arguments] +[versions."34.0.0".build-arguments] authorizer-version = "0.7.0" diff --git a/druid/stackable/patches/31.0.1/0001-Removes-all-traces-of-the-druid-ranger-extension.patch b/druid/stackable/patches/31.0.1/0001-Removes-all-traces-of-the-druid-ranger-extension.patch deleted file mode 100644 index 1a63c96b7..000000000 --- a/druid/stackable/patches/31.0.1/0001-Removes-all-traces-of-the-druid-ranger-extension.patch +++ /dev/null @@ -1,35 +0,0 @@ -From ac257969aaf853835a5a410bb3d432c2b8d9f390 Mon Sep 17 00:00:00 2001 -From: Lars Francke -Date: Wed, 10 Jul 2024 17:07:13 +0200 -Subject: Removes all traces of the druid ranger extension - ---- - distribution/pom.xml | 2 -- - pom.xml | 1 - - 2 files changed, 3 deletions(-) - -diff --git a/distribution/pom.xml b/distribution/pom.xml -index dcb01abceb..1a4f7df716 100644 ---- a/distribution/pom.xml -+++ b/distribution/pom.xml -@@ -252,8 +252,6 @@ - -c - org.apache.druid.extensions:druid-pac4j - -c -- org.apache.druid.extensions:druid-ranger-security -- -c - org.apache.druid.extensions:druid-kubernetes-extensions - -c - org.apache.druid.extensions:druid-catalog -diff --git a/pom.xml b/pom.xml -index e5bcfafacb..807f9f11df 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -198,7 +198,6 @@ - extensions-core/simple-client-sslcontext - extensions-core/druid-basic-security - extensions-core/google-extensions -- extensions-core/druid-ranger-security - extensions-core/druid-catalog - extensions-core/testing-tools - diff --git a/druid/stackable/patches/34.0.0/0001-Removes-all-traces-of-the-druid-ranger-extension.patch b/druid/stackable/patches/34.0.0/0001-Removes-all-traces-of-the-druid-ranger-extension.patch new file mode 100644 index 000000000..fac6e8e30 --- /dev/null +++ b/druid/stackable/patches/34.0.0/0001-Removes-all-traces-of-the-druid-ranger-extension.patch @@ -0,0 +1,35 @@ +From 515da2a96db1835133e2b367d4c006ce4fcf8a3a Mon Sep 17 00:00:00 2001 +From: xeniape +Date: Mon, 22 Sep 2025 14:20:53 +0200 +Subject: Removes all traces of the druid ranger extension + +--- + distribution/pom.xml | 2 -- + pom.xml | 1 - + 2 files changed, 3 deletions(-) + +diff --git a/distribution/pom.xml b/distribution/pom.xml +index f7e9766494..7c2573fbd4 100644 +--- a/distribution/pom.xml ++++ b/distribution/pom.xml +@@ -460,8 +460,6 @@ + org.apache.druid.extensions.contrib:druid-rabbit-indexing-service + -c + org.apache.druid.extensions.contrib:grpc-query +- -c +- org.apache.druid.extensions.contrib:druid-ranger-security + + + +diff --git a/pom.xml b/pom.xml +index 35ebdfdc34..829ddbd9e7 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -260,7 +260,6 @@ + extensions-contrib/druid-deltalake-extensions + extensions-contrib/spectator-histogram + extensions-contrib/rabbit-stream-indexing-service +- extensions-contrib/druid-ranger-security + + distribution + diff --git a/druid/stackable/patches/31.0.1/0002-Include-Prometheus-emitter-in-distribution.patch b/druid/stackable/patches/34.0.0/0002-Include-Prometheus-emitter-in-distribution.patch similarity index 93% rename from druid/stackable/patches/31.0.1/0002-Include-Prometheus-emitter-in-distribution.patch rename to druid/stackable/patches/34.0.0/0002-Include-Prometheus-emitter-in-distribution.patch index beb5f4e94..d6a649fff 100644 --- a/druid/stackable/patches/31.0.1/0002-Include-Prometheus-emitter-in-distribution.patch +++ b/druid/stackable/patches/34.0.0/0002-Include-Prometheus-emitter-in-distribution.patch @@ -1,6 +1,6 @@ -From 484bd7f13890823fdfdcbec5bd21b046ac885015 Mon Sep 17 00:00:00 2001 -From: Lars Francke -Date: Mon, 17 Feb 2025 16:42:34 +0100 +From c836d04ca08c6f341817096dcca7d8231c25ed66 Mon Sep 17 00:00:00 2001 +From: xeniape +Date: Mon, 22 Sep 2025 14:23:11 +0200 Subject: Include Prometheus emitter in distribution --- @@ -8,10 +8,10 @@ Subject: Include Prometheus emitter in distribution 1 file changed, 46 insertions(+) diff --git a/distribution/pom.xml b/distribution/pom.xml -index 1a4f7df716..a28e34bb6a 100644 +index 7c2573fbd4..21954e8fb4 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml -@@ -464,6 +464,52 @@ +@@ -468,6 +468,52 @@ diff --git a/druid/stackable/patches/31.0.1/0003-Stop-building-unused-extensions.patch b/druid/stackable/patches/34.0.0/0003-Stop-building-unused-extensions.patch similarity index 79% rename from druid/stackable/patches/31.0.1/0003-Stop-building-unused-extensions.patch rename to druid/stackable/patches/34.0.0/0003-Stop-building-unused-extensions.patch index 97fc3b900..03de5eaca 100644 --- a/druid/stackable/patches/31.0.1/0003-Stop-building-unused-extensions.patch +++ b/druid/stackable/patches/34.0.0/0003-Stop-building-unused-extensions.patch @@ -1,26 +1,23 @@ -From 540182e6a1169103cb77ff37d963186f23204800 Mon Sep 17 00:00:00 2001 -From: Lars Francke -Date: Mon, 17 Feb 2025 16:42:34 +0100 +From 8a1e8f9c4eaa419bb59825e645cbacd0b4ec7d34 Mon Sep 17 00:00:00 2001 +From: xeniape +Date: Tue, 23 Sep 2025 09:31:00 +0200 Subject: Stop building unused extensions. By default Druid builds all community extensions and then discards them while assembling the final distribution. This patch removes unused extensions from the build. --- - pom.xml | 32 +------------------------------- - 1 file changed, 1 insertion(+), 31 deletions(-) + pom.xml | 29 ----------------------------- + 1 file changed, 29 deletions(-) diff --git a/pom.xml b/pom.xml -index 807f9f11df..e9e19f7920 100644 +index 829ddbd9e7..369550e166 100644 --- a/pom.xml +++ b/pom.xml -@@ -200,39 +200,9 @@ - extensions-core/google-extensions - extensions-core/druid-catalog +@@ -229,37 +229,8 @@ extensions-core/testing-tools -+ -- extensions-contrib/compressed-bigdecimal + extensions-contrib/compressed-bigdecimal - extensions-contrib/influx-extensions - extensions-contrib/cassandra-storage - extensions-contrib/dropwizard-emitter @@ -33,7 +30,7 @@ index 807f9f11df..e9e19f7920 100644 - extensions-contrib/thrift-extensions - extensions-contrib/ambari-metrics-emitter - extensions-contrib/sqlserver-metadata-storage -- extensions-contrib/kafka-emitter + extensions-contrib/kafka-emitter - extensions-contrib/redis-cache - extensions-contrib/opentsdb-emitter - extensions-contrib/materialized-view-maintenance @@ -47,11 +44,11 @@ index 807f9f11df..e9e19f7920 100644 - extensions-contrib/aliyun-oss-extensions extensions-contrib/prometheus-emitter - extensions-contrib/opentelemetry-emitter -- extensions-contrib/kubernetes-overlord-extensions +- extensions-contrib/grpc-query - extensions-contrib/druid-iceberg-extensions - extensions-contrib/druid-deltalake-extensions - extensions-contrib/spectator-histogram - extensions-contrib/rabbit-stream-indexing-service - distribution + diff --git a/druid/stackable/patches/31.0.1/0004-Updates-all-dependencies-that-have-a-new-patch-relea.patch b/druid/stackable/patches/34.0.0/0004-Updates-all-dependencies-that-have-a-new-patch-relea.patch similarity index 66% rename from druid/stackable/patches/31.0.1/0004-Updates-all-dependencies-that-have-a-new-patch-relea.patch rename to druid/stackable/patches/34.0.0/0004-Updates-all-dependencies-that-have-a-new-patch-relea.patch index f6d435ab6..1196b2554 100644 --- a/druid/stackable/patches/31.0.1/0004-Updates-all-dependencies-that-have-a-new-patch-relea.patch +++ b/druid/stackable/patches/34.0.0/0004-Updates-all-dependencies-that-have-a-new-patch-relea.patch @@ -1,19 +1,18 @@ -From 14918ed4cad073b1e62ba26111352dafd2da3ae0 Mon Sep 17 00:00:00 2001 -From: Lars Francke -Date: Mon, 17 Feb 2025 16:42:49 +0100 +From 90757e20d151e2744f5206df1f6b9fdc1992d78a Mon Sep 17 00:00:00 2001 +From: xeniape +Date: Tue, 23 Sep 2025 09:42:23 +0200 Subject: Updates all dependencies that have a new patch release available. --- extensions-core/druid-pac4j/pom.xml | 2 +- extensions-core/kubernetes-extensions/pom.xml | 2 +- extensions-core/orc-extensions/pom.xml | 2 +- - extensions-core/parquet-extensions/pom.xml | 2 +- - pom.xml | 31 ++++++++++--------- + pom.xml | 24 ++++++++++++------- processing/pom.xml | 2 +- - 6 files changed, 22 insertions(+), 19 deletions(-) + 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/extensions-core/druid-pac4j/pom.xml b/extensions-core/druid-pac4j/pom.xml -index 3693d28d67..8be5e4c355 100644 +index 8e742e5f17..f5836cb8a4 100644 --- a/extensions-core/druid-pac4j/pom.xml +++ b/extensions-core/druid-pac4j/pom.xml @@ -34,7 +34,7 @@ @@ -26,7 +25,7 @@ index 3693d28d67..8be5e4c355 100644 1.7 diff --git a/extensions-core/kubernetes-extensions/pom.xml b/extensions-core/kubernetes-extensions/pom.xml -index 1e513ec8eb..7f43fdd108 100644 +index 9e9ddfd458..1ef515a68f 100644 --- a/extensions-core/kubernetes-extensions/pom.xml +++ b/extensions-core/kubernetes-extensions/pom.xml @@ -34,7 +34,7 @@ @@ -39,7 +38,7 @@ index 1e513ec8eb..7f43fdd108 100644 diff --git a/extensions-core/orc-extensions/pom.xml b/extensions-core/orc-extensions/pom.xml -index 1b6a394728..bb4a9be716 100644 +index 656f34134f..376337f009 100644 --- a/extensions-core/orc-extensions/pom.xml +++ b/extensions-core/orc-extensions/pom.xml @@ -31,7 +31,7 @@ @@ -51,93 +50,80 @@ index 1b6a394728..bb4a9be716 100644 -diff --git a/extensions-core/parquet-extensions/pom.xml b/extensions-core/parquet-extensions/pom.xml -index 0d18d9162d..a8f9e7d52e 100644 ---- a/extensions-core/parquet-extensions/pom.xml -+++ b/extensions-core/parquet-extensions/pom.xml -@@ -201,7 +201,7 @@ - - - -- 1.13.0 -+ 1.13.1 - - - diff --git a/pom.xml b/pom.xml -index e9e19f7920..4408e55b9c 100644 +index 369550e166..ae6f8f9c15 100644 --- a/pom.xml +++ b/pom.xml -@@ -74,7 +74,7 @@ - 1.8 - 8 +@@ -73,7 +73,7 @@ + 11 + ${java.version} UTF-8 - 0.9.0.M2 + 0.9.1.v20140329 - 5.5.0 - 3.9.0 + 5.8.0 + 3.9.1 + 8.5.6 - 32.0.1-jre - 4.1.0 + 32.1.3-jre + 5.1.0 1.3 -- 9.4.56.v20240826 -+ 9.4.57.v20241219 +@@ -102,13 +105,13 @@ 1.19.4 -- 2.12.7.20221012 + 2.18.4.1 + 2.18.4 - 1.9.13 -+ 2.12.7.20240502 + 1.9.14-MULE-002 2.22.1 8.2.0 2.7.3 3.10.6.Final -- 4.1.108.Final + 4.1.122.Final - 42.7.2 -+ 4.1.117.Final + 42.7.5 3.25.5 1.3.1 - 1.7.36 -@@ -118,17 +121,17 @@ - - core -- 1.12.638 + 2.0.16 +@@ -117,18 +120,21 @@ + 3.3.6 + 22.3.5 + 5.14.2 ++ ++ core + 1.12.784 - 2.8.0 -- 0.8.7 -+ 1.12.780 + 2.8.8 -+ 0.8.12 + 0.8.12 + 1.21.3 6.2.5.Final - 4.5.13 + 4.5.14 3.8.4 - 2.5.7 + 3.48.1 2.2.0 1.42.3 - v1-rev20230606-2.0.0 + v1-rev20250107-2.0.0 2.29.1 - - + + diff --git a/processing/pom.xml b/processing/pom.xml -index d5418dce93..716c1299f4 100644 +index 05232d48c1..a10f42d189 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -36,7 +36,7 @@ diff --git a/druid/stackable/patches/31.0.1/0005-Include-jackson-dataformat-xml-dependency.patch b/druid/stackable/patches/34.0.0/0005-Include-jackson-dataformat-xml-dependency.patch similarity index 72% rename from druid/stackable/patches/31.0.1/0005-Include-jackson-dataformat-xml-dependency.patch rename to druid/stackable/patches/34.0.0/0005-Include-jackson-dataformat-xml-dependency.patch index 1a469fef8..87678a6f1 100644 --- a/druid/stackable/patches/31.0.1/0005-Include-jackson-dataformat-xml-dependency.patch +++ b/druid/stackable/patches/34.0.0/0005-Include-jackson-dataformat-xml-dependency.patch @@ -1,6 +1,6 @@ -From bb1dd6ace9f6112532e5c4ad7158f0703b5baf9a Mon Sep 17 00:00:00 2001 -From: Lars Francke -Date: Mon, 17 Feb 2025 16:42:49 +0100 +From 602c632042726fb4f71302d18144b540df8b42e9 Mon Sep 17 00:00:00 2001 +From: xeniape +Date: Tue, 23 Sep 2025 09:42:41 +0200 Subject: Include jackson-dataformat-xml dependency. This allows us to use XmlLayout for Log4jV2. @@ -12,12 +12,12 @@ build. 1 file changed, 5 insertions(+) diff --git a/server/pom.xml b/server/pom.xml -index 8f1bb2bd72..4c443f9ac4 100644 +index fbe2a2a480..f099199c01 100644 --- a/server/pom.xml +++ b/server/pom.xml -@@ -205,6 +205,11 @@ - org.apache.logging.log4j - log4j-core +@@ -218,6 +218,11 @@ + checker-qual + ${checkerframework.version} + + diff --git a/druid/stackable/patches/31.0.1/0006-Stop-building-the-tar.gz-distribution.patch b/druid/stackable/patches/34.0.0/0006-Stop-building-the-tar.gz-distribution.patch similarity index 84% rename from druid/stackable/patches/31.0.1/0006-Stop-building-the-tar.gz-distribution.patch rename to druid/stackable/patches/34.0.0/0006-Stop-building-the-tar.gz-distribution.patch index 41fc73a3f..ab78fdd3a 100644 --- a/druid/stackable/patches/31.0.1/0006-Stop-building-the-tar.gz-distribution.patch +++ b/druid/stackable/patches/34.0.0/0006-Stop-building-the-tar.gz-distribution.patch @@ -1,6 +1,6 @@ -From e91413a596de7c72e659a0da45522f8d84a6372b Mon Sep 17 00:00:00 2001 -From: Lars Francke -Date: Mon, 17 Feb 2025 16:42:49 +0100 +From 781c8de56f5b6f0d050133f268cff7f9a1bceec9 Mon Sep 17 00:00:00 2001 +From: xeniape +Date: Tue, 23 Sep 2025 09:42:51 +0200 Subject: Stop building the tar.gz distribution. All we do is build Druid tar and gzip it only to immediately uncompress it diff --git a/druid/stackable/patches/31.0.1/0007-Update-CycloneDX-plugin.patch b/druid/stackable/patches/34.0.0/0007-Update-CycloneDX-plugin.patch similarity index 76% rename from druid/stackable/patches/31.0.1/0007-Update-CycloneDX-plugin.patch rename to druid/stackable/patches/34.0.0/0007-Update-CycloneDX-plugin.patch index 52880e32c..88f2980be 100644 --- a/druid/stackable/patches/31.0.1/0007-Update-CycloneDX-plugin.patch +++ b/druid/stackable/patches/34.0.0/0007-Update-CycloneDX-plugin.patch @@ -1,6 +1,6 @@ -From 245dbf0bff4e386db6b27d079fe5baff6180732c Mon Sep 17 00:00:00 2001 -From: Lukas Voetmand -Date: Fri, 6 Sep 2024 17:53:52 +0200 +From e21f0654a1a9f62cb5a679713bb3c6448396b1c5 Mon Sep 17 00:00:00 2001 +From: xeniape +Date: Tue, 23 Sep 2025 09:43:11 +0200 Subject: Update CycloneDX plugin --- @@ -8,10 +8,10 @@ Subject: Update CycloneDX plugin 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml -index 4408e55b9c..5c99e69381 100644 +index ae6f8f9c15..83f10a4513 100644 --- a/pom.xml +++ b/pom.xml -@@ -1707,7 +1707,11 @@ +@@ -1817,7 +1817,11 @@ org.cyclonedx cyclonedx-maven-plugin diff --git a/druid/stackable/patches/31.0.1/0008-Fix-CVE-2024-36114.patch b/druid/stackable/patches/34.0.0/0008-Fix-CVE-2024-36114.patch similarity index 89% rename from druid/stackable/patches/31.0.1/0008-Fix-CVE-2024-36114.patch rename to druid/stackable/patches/34.0.0/0008-Fix-CVE-2024-36114.patch index 5915ad3a9..f1482637f 100644 --- a/druid/stackable/patches/31.0.1/0008-Fix-CVE-2024-36114.patch +++ b/druid/stackable/patches/34.0.0/0008-Fix-CVE-2024-36114.patch @@ -1,6 +1,6 @@ -From f36f1491c4d3658a8ebdc74e90fdbfa949546abe Mon Sep 17 00:00:00 2001 -From: Malte Sander -Date: Thu, 12 Dec 2024 17:59:17 +0100 +From 224add10a0b0cac239ba44d0a7e576ae715acc72 Mon Sep 17 00:00:00 2001 +From: xeniape +Date: Tue, 23 Sep 2025 09:43:28 +0200 Subject: Fix CVE-2024-36114 Fix CVE-2024-36114 @@ -27,10 +27,10 @@ known workarounds for this issue. 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml -index 5c99e69381..88fdfcb09a 100644 +index 83f10a4513..c07e203713 100644 --- a/pom.xml +++ b/pom.xml -@@ -256,6 +256,12 @@ +@@ -287,6 +287,12 @@ diff --git a/druid/stackable/patches/31.0.1/0009-Update-FMPP-version.patch b/druid/stackable/patches/34.0.0/0009-Update-FMPP-version.patch similarity index 74% rename from druid/stackable/patches/31.0.1/0009-Update-FMPP-version.patch rename to druid/stackable/patches/34.0.0/0009-Update-FMPP-version.patch index 0d8883141..baf268458 100644 --- a/druid/stackable/patches/31.0.1/0009-Update-FMPP-version.patch +++ b/druid/stackable/patches/34.0.0/0009-Update-FMPP-version.patch @@ -1,21 +1,21 @@ -From 15f604cc0c9f953df95be8a4c38d5dcc0b595051 Mon Sep 17 00:00:00 2001 -From: Lars Francke -Date: Thu, 12 Dec 2024 06:35:21 +0100 +From a520812e38cad3613b1b1a096cd0fc8ef7e420c7 Mon Sep 17 00:00:00 2001 +From: xeniape +Date: Tue, 23 Sep 2025 09:43:41 +0200 Subject: Update FMPP version This is because FMPP Maven Plugin depends on FMPP in version 0.9.14 which itself depends on a Freemarker version that has not been pinned. -Instead it specifies a "range" which resolves to a SNAPSHOT version +Instead it specifies a range which resolves to a SNAPSHOT version which we don't want. --- sql/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sql/pom.xml b/sql/pom.xml -index 56ed03f5c2..d0d19dd854 100644 +index 1fe6cf3389..02db6e49fb 100644 --- a/sql/pom.xml +++ b/sql/pom.xml -@@ -365,6 +365,13 @@ +@@ -364,6 +364,13 @@ com.googlecode.fmpp-maven-plugin fmpp-maven-plugin diff --git a/druid/stackable/patches/31.0.1/patchable.toml b/druid/stackable/patches/34.0.0/patchable.toml similarity index 51% rename from druid/stackable/patches/31.0.1/patchable.toml rename to druid/stackable/patches/34.0.0/patchable.toml index 63a03b2f9..c079a70cf 100644 --- a/druid/stackable/patches/31.0.1/patchable.toml +++ b/druid/stackable/patches/34.0.0/patchable.toml @@ -1,2 +1,2 @@ -base = "520482cb9638e452b0553595b4f29bb397a63758" mirror = "https://github.com/stackabletech/druid.git" +base = "aa107ecd801a1f1c31e9965ee020f2cea9bda613"