GoogleCloudPlatform / GoogleCloudPlatform/cloud-opensource-java

Add the ability for the linkage checker to provide dependency version update suggestions

Open
#1,295 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
163
Forks
80
PR merge metrics
No merged PRs in 30d

Description

For example, given a pom.xml and an artifact identifier and version range, try to find a set of dependencies which don't introduce any new linkage errors.

Example:
checkLinkage --pom=pom.xml artifact=io.grpc:grpc-core:[1.25.0, 1.27.0]

Example output:
io.grpc:grpc-core:1.27.0
io.grpc:grpc-java:1.27.0
com.google:guava:22.0
...

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.