GoogleCloudPlatform / GoogleCloudPlatform/cloud-opensource-java

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

未关闭
#1,295 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
Java
星标
163
派生
80
PR 合并指标
30 天内没有已合并 PR

描述

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
...

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。