[GEODE-10597] Fix verifyManifestClassPath failure in geode-assembly - #8023
Merged
Conversation
…tions while maintaining stability
marinov-code
approved these changes
Jul 29, 2026
JinwooHwang
added a commit
to JinwooHwang/geode
that referenced
this pull request
Aug 24, 2026
The workflow was failing at startup on support/2.0, so no build, unitTest, integrationTest, acceptanceTest or distributedTest job ran at all. Takes develop's version of .github/workflows/gradle.yml verbatim except for the push/pull_request branch filters, which stay on support/2.0. This picks up the action SHA pinning introduced upstream by [GEODE-10593] (apache#8019) and [GEODE-10597] (apache#8023): actions/checkout v3 -> 3d3c42e5aac5ba805825da76410c181273ba90b1 actions/setup-java v3 -> 03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 actions/upload-artifact v4 -> 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a gradle/actions/setup-gradle v5 -> 0723195856401067f7a2779048b490ace7a47d7c Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Fix verifyManifestClassPath failure in geode-assembly
For all changes, please confirm:
develop)?gradlew buildrun cleanly?