Skip to content

Commit 7e2e44e

Browse files
chore: regenerate README (#1301)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-19 01:28:42,483 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-19 01:28:43,808 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/d70282dd-aa9f-4052-bb27-582585f83d43/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent d72c2f7 commit 7e2e44e

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-spanner.git",
7-
"sha": "5a045e091e26b878a0765e6924847215ba3a545f"
7+
"sha": "d72c2f79f8cf0b83da00060587a079ce859c87a2"
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
@@ -260,10 +260,50 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
260260

261261
Cloud Spanner uses gRPC for the transport layer.
262262

263-
## Java Versions
263+
## Supported Java Versions
264264

265265
Java 8 or above is required for using this client.
266266

267+
Google's Java client libraries,
268+
[Google Cloud Client Libraries][cloudlibs]
269+
and
270+
[Google Cloud API Libraries][apilibs],
271+
follow the
272+
[Oracle Java SE support roadmap][oracle]
273+
(see the Oracle Java SE Product Releases section).
274+
275+
### For new development
276+
277+
In general, new feature development occurs with support for the lowest Java
278+
LTS version covered by Oracle's Premier Support (which typically lasts 5 years
279+
from initial General Availability). If the minimum required JVM for a given
280+
library is changed, it is accompanied by a [semver][semver] major release.
281+
282+
Java 11 and (in September 2021) Java 17 are the best choices for new
283+
development.
284+
285+
### Keeping production systems current
286+
287+
Google tests its client libraries with all current LTS versions covered by
288+
Oracle's Extended Support (which typically lasts 8 years from initial
289+
General Availability).
290+
291+
#### Legacy support
292+
293+
Google's client libraries support legacy versions of Java runtimes with long
294+
term stable libraries that don't receive feature updates on a best efforts basis
295+
as it may not be possible to backport all patches.
296+
297+
Google provides updates on a best efforts basis to apps that continue to use
298+
Java 7, though apps might need to upgrade to current versions of the library
299+
that supports their JVM.
300+
301+
#### Where to find specific information
302+
303+
The latest versions and the supported Java versions are identified on
304+
the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
305+
and on [google-cloud-java][g-c-j].
306+
267307
## Versioning
268308

269309

@@ -323,3 +363,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
323363
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=spanner.googleapis.com
324364
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
325365
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
366+
367+
[semver]: https://semver.org/
368+
[cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
369+
[apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
370+
[oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
371+
[g-c-j]: http://github.com/googleapis/google-cloud-java

0 commit comments

Comments
 (0)