-
-
Notifications
You must be signed in to change notification settings - Fork 7
chore(druid): Add 33.0.0, Remove 30.0.0 #1110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
2491d45
chore(druid): Remove 30.0.0
NickLarsenNZ 7e38b79
chore(druid): Add 33.0.0
NickLarsenNZ a1c029a
Merge remote-tracking branch 'origin/main' into chore/bump-druid-pre-…
NickLarsenNZ f2cfbde
Fix build
sbernauer d32beb8
Merge branch 'main' into chore/bump-druid-pre-25.7.0
sbernauer cd06838
TRY fixing 30 and 31
sbernauer ffff3fe
try fix
sbernauer bd46123
bash stuff.... works locally but who knows...
sbernauer 80e5617
Apply suggestions from code review
NickLarsenNZ db815ac
update inline comment
sbernauer 3168cad
Merge branch 'main' into chore/bump-druid-pre-25.7.0
NickLarsenNZ 004b1dc
Apply suggestions from code review
NickLarsenNZ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
druid/stackable/patches/30.0.0/0001-Removes-all-traces-of-the-druid-ranger-extension.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
druid/stackable/patches/33.0.0/0001-Removes-all-traces-of-the-druid-ranger-extension.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
From 0517d9fb940879ced639eb0d717ba4b5f67d9670 Mon Sep 17 00:00:00 2001 | ||
From: Lars Francke <[email protected]> | ||
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 8ee50f9029..cb54001d20 100644 | ||
--- a/distribution/pom.xml | ||
+++ b/distribution/pom.xml | ||
@@ -458,8 +458,6 @@ | ||
<argument>org.apache.druid.extensions.contrib:druid-rabbit-indexing-service</argument> | ||
<argument>-c</argument> | ||
<argument>org.apache.druid.extensions.contrib:grpc-query</argument> | ||
- <argument>-c</argument> | ||
- <argument>org.apache.druid.extensions.contrib:druid-ranger-security</argument> | ||
</arguments> | ||
</configuration> | ||
</execution> | ||
diff --git a/pom.xml b/pom.xml | ||
index 1f7d6a69df..09daa8b2e9 100644 | ||
--- a/pom.xml | ||
+++ b/pom.xml | ||
@@ -258,7 +258,6 @@ | ||
<module>extensions-contrib/druid-deltalake-extensions</module> | ||
<module>extensions-contrib/spectator-histogram</module> | ||
<module>extensions-contrib/rabbit-stream-indexing-service</module> | ||
- <module>extensions-contrib/druid-ranger-security</module> | ||
<!-- distribution packaging --> | ||
<module>distribution</module> | ||
<!-- Revised integration tests --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 0cee640900bb8119ba6be12911578927aeb191ed Mon Sep 17 00:00:00 2001 | ||
From 7cd9440c7f484db79ca4a7b107fc0404dc9421a0 Mon Sep 17 00:00:00 2001 | ||
From: Lars Francke <[email protected]> | ||
Date: Mon, 17 Feb 2025 16:42:34 +0100 | ||
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 e27329e96d..d5918710ef 100644 | ||
index cb54001d20..c8b7e13054 100644 | ||
--- a/distribution/pom.xml | ||
+++ b/distribution/pom.xml | ||
@@ -464,6 +464,52 @@ | ||
@@ -466,6 +466,52 @@ | ||
</plugins> | ||
</build> | ||
</profile> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 62f340d66dae20da8d7566f992b56223d29d4174 Mon Sep 17 00:00:00 2001 | ||
From 2259629e248db402a660b42d7eca75f17e164b7f Mon Sep 17 00:00:00 2001 | ||
From: Lars Francke <[email protected]> | ||
Date: Mon, 17 Feb 2025 16:42:34 +0100 | ||
Subject: Stop building unused extensions. | ||
|
@@ -7,18 +7,16 @@ 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 | 31 ------------------------------- | ||
1 file changed, 31 deletions(-) | ||
|
||
diff --git a/pom.xml b/pom.xml | ||
index 3ab467e468..171a98f803 100644 | ||
index 09daa8b2e9..df781fac63 100644 | ||
--- a/pom.xml | ||
+++ b/pom.xml | ||
@@ -200,39 +200,9 @@ | ||
<module>extensions-core/google-extensions</module> | ||
@@ -226,38 +226,7 @@ | ||
<module>extensions-core/druid-catalog</module> | ||
<module>extensions-core/testing-tools</module> | ||
+ | ||
<!-- Community extensions --> | ||
- <module>extensions-contrib/compressed-bigdecimal</module> | ||
- <module>extensions-contrib/influx-extensions</module> | ||
|
@@ -47,11 +45,11 @@ index 3ab467e468..171a98f803 100644 | |
- <module>extensions-contrib/aliyun-oss-extensions</module> | ||
<module>extensions-contrib/prometheus-emitter</module> | ||
- <module>extensions-contrib/opentelemetry-emitter</module> | ||
- <module>extensions-contrib/kubernetes-overlord-extensions</module> | ||
- <module>extensions-contrib/grpc-query</module> | ||
- <module>extensions-contrib/druid-iceberg-extensions</module> | ||
- <module>extensions-contrib/druid-deltalake-extensions</module> | ||
- <module>extensions-contrib/spectator-histogram</module> | ||
- <module>extensions-contrib/rabbit-stream-indexing-service</module> | ||
|
||
<!-- distribution packaging --> | ||
<module>distribution</module> | ||
<!-- Revised integration tests --> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.