googleapis / googleapis/google-cloud-java

[sdk-platform-java] Migrate the generated Gradle files to be compatible with Java 22

オープン
#12,425 コメント 0 件 リアクション 0 件 担当者 1 名 @blakeli0 が担当を希望しています GitHub で見る
priority: p2 type: feature request
主要言語
Java
スター
2.1k
フォーク
1.2k
平均マージ
1日 23時間
マージ済み PR(30日)
154

説明

The generated Gradle files as part of the self service(Bazel) flow includes configurations that are not compatible with Java 22.

1. The gradle-wrapper.properties references 7.6.4 which does not support Java 22. The earliest Gradle version that supports Java 22 is 8.8 per [compatibility table](https://docs.gradle.org/current/userguide/compatibility.html).
2. There are a few templates reference [classifier](https://github.com/googleapis/sdk-platform-java/blob/main/rules_java_gapic/resources/gradle/grpc.gradle.tmpl#L20), which has been deprecated since 5.1 and removed since 8.0.

We need to migrate these files to be compatible with Java 22, but also stay compatible with Java 8 and Gradle 7.x.

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

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

評価

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

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

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