[SPARK-49292][BUILD] Upgrade dropwizard metrics to 4.2.27#47799
Closed
LuciferYang wants to merge 1 commit into
Closed
[SPARK-49292][BUILD] Upgrade dropwizard metrics to 4.2.27#47799LuciferYang wants to merge 1 commit into
LuciferYang wants to merge 1 commit into
Conversation
Contributor
Author
|
Test first |
Member
|
It looks good to go. Could you update the PR description, @LuciferYang ? |
Contributor
Author
done There are no official release notes yet. I looked at the code diff, and this version mainly upgrades the third-party dependencies of dropwizard metrics |
dongjoon-hyun
approved these changes
Aug 20, 2024
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you for informing that, @LuciferYang . Ya, it looks safe to me.
Merged to master.
Contributor
Author
|
Thanks @dongjoon-hyun |
dongjoon-hyun
added a commit
to apache/spark-kubernetes-operator
that referenced
this pull request
May 8, 2025
### What changes were proposed in this pull request? This PR aims to upgrade `DropWizard` metrics to 4.2.30. ### Why are the changes needed? v4.2.25 is outdated over one year because it was released on Jan 24, 2024. We had better use the latest version, v4.2.30. - [v4.2.30: Jan 14, 2025](https://github.com/dropwizard/metrics/releases/tag/v4.2.30) - [v4.2.29: Nov 27, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.29) - [v4.2.28: Oct 03, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.28) - [v4.2.27: Aug 18, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.27) - [v4.2.26: Jun 09, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.26) Apache Spark 4.0 upgraded already. - apache/spark#49537 - apache/spark#48997 - apache/spark#48377 - apache/spark#47799 - apache/spark#46932 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #187 from dongjoon-hyun/SPARK-52043. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
This pr aims to upgrade dropwizard metrics from 4.2.26 to 4.2.27.
Why are the changes needed?
From the code diff, this version mainly upgrades the project dependencies.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Pass GitHub Actions
Was this patch authored or co-authored using generative AI tooling?
No