Skip to content

[SPARK-57919] Add gradle/verification-metadata.xml for dependency verification#741

Closed
dongjoon-hyun wants to merge 1 commit into
apache:mainfrom
dongjoon-hyun:SPARK-57919
Closed

[SPARK-57919] Add gradle/verification-metadata.xml for dependency verification#741
dongjoon-hyun wants to merge 1 commit into
apache:mainfrom
dongjoon-hyun:SPARK-57919

Conversation

@dongjoon-hyun

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

This PR aims to add gradle/verification-metadata.xml to enable Gradle dependency verification.

The file was generated with the following command and covers all resolved artifacts with
sha512 checksums. The regeneration step is documented in README.md.

./gradlew --write-verification-metadata sha512 build

Why are the changes needed?

Gradle verifies the checksum of every resolved artifact against this file and fails the build
on any mismatch, protecting the build from tampered dependencies.

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?

Generated-by: Claude Fable 5

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-57919] Use Add gradle/verification-metadata.xml` for dependency verification [SPARK-57919] Add gradle/verification-metadata.xml for dependency verification Jul 2, 2026
@dongjoon-hyun

Copy link
Copy Markdown
Member Author

Since main branch is changed, I rebased once more and regenerated.

@dongjoon-hyun dongjoon-hyun added this to the 1.0.0 milestone Jul 3, 2026
@dongjoon-hyun

Copy link
Copy Markdown
Member Author

Merged to main

@dongjoon-hyun dongjoon-hyun deleted the SPARK-57919 branch July 3, 2026 02:06
@dongjoon-hyun

Copy link
Copy Markdown
Member Author

Thank you, Liang-Chi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants