[SPARK-49901][BUILD] Upgrade dropwizard metrics to 4.2.28#48377
Closed
panbingkun wants to merge 1 commit into
Closed
[SPARK-49901][BUILD] Upgrade dropwizard metrics to 4.2.28#48377panbingkun wants to merge 1 commit into
panbingkun wants to merge 1 commit into
Conversation
dongjoon-hyun
approved these changes
Oct 8, 2024
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @panbingkun .
Merged to master for Apache Spark 4.0.0 on February 2025.
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 metricsfrom4.2.27to4.2.28.Why are the changes needed?
v4.2.127 VS v.4.2.28
dropwizard/metrics@v4.2.27...v4.2.28
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA.
Was this patch authored or co-authored using generative AI tooling?
No.