You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure Java 11 and Java 17 runtime checks as required.
Explain about what checks are run vs. any submitted change.
Provide recommendation about Java runtime version that should be used to build code samples.
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,12 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
48
48
49
49
## Supported Java runtimes
50
50
51
-
The minimal supported Java runtime is Java 11.
52
-
Testing of the code samples in Java 8 runtime is discontinued.
53
-
Code samples that are build with older Java runtimes (e.g. Java 8) are requested to pass tests with Java 11.
54
-
Code samples designated to build and run with Java 8 will be removed at end of support for Java 8 in GCP.
51
+
Every submitted change has to pass all checks that run on the testing environments with Java 11 and Java 17 runtimes before merging the change to the main branch.
52
+
We run periodic checks on the environments with Java 8 and Java 21 runtimes but we don't enforce passing these tests at the moment.
53
+
Because Java 8 is a [supported Java runtime][supported_runtimes] in Google Cloud, please configure to build your code sample with Java 8.
54
+
In exceptional cases, configure to build your code sample using Java 11.
0 commit comments