Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 050b9a6

Browse files
chore: regenerate README (#583)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-15 14:30:45,441 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-speech/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-15 14:30:47,062 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/30f19cb4-49ee-4fd5-931b-f013d6c3ea72/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent f603df7 commit 050b9a6

File tree

2 files changed

+49
-3
lines changed

2 files changed

+49
-3
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-speech.git",
7-
"sha": "48d73edd8d04ef98065ea229b3fd544febfab727"
7+
"sha": "f603df7a54866a53bd59052d190ed0c5d669606a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "09c59c20a4bf0daed1665af59035ff240fe356df"
14+
"sha": "4124d245133c0f740ac5e6fa2e7daeba327f1297"
1515
}
1616
}
1717
]

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,50 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
176176

177177
Cloud Speech uses gRPC for the transport layer.
178178

179-
## Java Versions
179+
## Supported Java Versions
180180

181181
Java 7 or above is required for using this client.
182182

183+
Google's Java client libraries,
184+
[Google Cloud Client Libraries][cloudlibs]
185+
and
186+
[Google Cloud API Libraries][apilibs],
187+
follow the
188+
[Oracle Java SE support roadmap][oracle]
189+
(see the Oracle Java SE Product Releases section).
190+
191+
### For new development
192+
193+
In general, new feature development occurs with support for the lowest Java
194+
LTS version covered by Oracle's Premier Support (which typically lasts 5 years
195+
from initial General Availability). If the minimum required JVM for a given
196+
library is changed, it is accompanied by a [semver][semver] major release.
197+
198+
Java 11 and (in September 2021) Java 17 are the best choices for new
199+
development.
200+
201+
### Keeping production systems current
202+
203+
Google tests its client libraries with all current LTS versions covered by
204+
Oracle's Extended Support (which typically lasts 8 years from initial
205+
General Availability).
206+
207+
#### Legacy support
208+
209+
Google's client libraries support legacy versions of Java runtimes with long
210+
term stable libraries that don't receive feature updates on a best efforts basis
211+
as it may not be possible to backport all patches.
212+
213+
Google provides updates on a best efforts basis to apps that continue to use
214+
Java 7, though apps might need to upgrade to current versions of the library
215+
that supports their JVM.
216+
217+
#### Where to find specific information
218+
219+
The latest versions and the supported Java versions are identified on
220+
the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
221+
and on [google-cloud-java][g-c-j].
222+
183223
## Versioning
184224

185225

@@ -240,3 +280,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
240280
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=speech.googleapis.com
241281
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
242282
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
283+
284+
[semver]: https://semver.org/
285+
[cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
286+
[apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
287+
[oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
288+
[g-c-j]: http://github.com/googleapis/google-cloud-java

0 commit comments

Comments
 (0)