Dependency governance rules for shenyu client java#6438
Open
lll-peanut wants to merge 3 commits into
Open
Conversation
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 : #6372
What
Add
shenyu-client/DEPENDENCY_GOVERNANCE.md— a comprehensive dependency governance rulebook for the shenyu-client module family, which is published independently asshenyu-client-javaartifacts on Maven Central.Why
The client artifacts must preserve JDK 8 runtime compatibility even though the main ShenYu repository has moved to JDK 17. Dependency upgrades can accidentally break JDK 8 users or
re-couple the client repo to the main repo upgrade path. This document establishes rules to prevent that.
Contents
Document structure (10 sections + 2 appendices)
Verification methodology
Every dependency claim was verified with three independent sources:
unzip -p <jar> <class> | odfor 18 artifacts in local Maven cacheshenyu-client-javarepository POMsKey findings documented
doesn't exist)
Make sure that:
./mvnw clean install -Dmaven.javadoc.skip=true.