googleapis / googleapis/google-cloud-java

[sdk-platform-java] Enforcer: Consider exclusions for annotation libraries

オープン
#12,371 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
priority: p3 type: feature request
主要言語
Java
スター
2.1k
フォーク
1.2k
平均マージ
1日 23時間
マージ済み PR(30日)
154

説明

Upgrading Guava version brings in a few new transitive dependencies (specifically errorprone_annotaitons and j2objc_annotations) that we usually have to bump as well.

Since these are annotation libraries and really are used during compile time, they should have no impact on customers during runtime.

Maven's limitation for `compile` scope means that these dependencies are still bundled in the `pom.xml`.

Consider adding exclusions for the compile-time only libraries as we don't need to enforce the upper bounds of these dep's versions.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。