Skip to content

Commit e3ab43f

Browse files
chore: regenerate README (#915)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-15 14:37:45,569 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigtable/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-15 14:37:46,949 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/b144eea0-d822-4e7a-8776-54ca2a566fd2/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 747c56a commit e3ab43f

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-bigtable.git",
7-
"sha": "abe0c3ff304226ff885d0418fca582016ad171ba"
7+
"sha": "747c56a43e8487f4e6d823294dfb75f727b7fdda"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "39652e3948f455fd0b77535a0145eeec561a3706"
14+
"sha": "4124d245133c0f740ac5e6fa2e7daeba327f1297"
1515
}
1616
}
1717
]

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,50 @@ has instructions for running the samples.
481481

482482
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
483483

484-
## Java Versions
484+
## Supported Java Versions
485485

486486
Java 7 or above is required for using this client.
487487

488+
Google's Java client libraries,
489+
[Google Cloud Client Libraries][cloudlibs]
490+
and
491+
[Google Cloud API Libraries][apilibs],
492+
follow the
493+
[Oracle Java SE support roadmap][oracle]
494+
(see the Oracle Java SE Product Releases section).
495+
496+
### For new development
497+
498+
In general, new feature development occurs with support for the lowest Java
499+
LTS version covered by Oracle's Premier Support (which typically lasts 5 years
500+
from initial General Availability). If the minimum required JVM for a given
501+
library is changed, it is accompanied by a [semver][semver] major release.
502+
503+
Java 11 and (in September 2021) Java 17 are the best choices for new
504+
development.
505+
506+
### Keeping production systems current
507+
508+
Google tests its client libraries with all current LTS versions covered by
509+
Oracle's Extended Support (which typically lasts 8 years from initial
510+
General Availability).
511+
512+
#### Legacy support
513+
514+
Google's client libraries support legacy versions of Java runtimes with long
515+
term stable libraries that don't receive feature updates on a best efforts basis
516+
as it may not be possible to backport all patches.
517+
518+
Google provides updates on a best efforts basis to apps that continue to use
519+
Java 7, though apps might need to upgrade to current versions of the library
520+
that supports their JVM.
521+
522+
#### Where to find specific information
523+
524+
The latest versions and the supported Java versions are identified on
525+
the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
526+
and on [google-cloud-java][g-c-j].
527+
488528
## Versioning
489529

490530

@@ -545,3 +585,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
545585
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=bigtable.googleapis.com
546586
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
547587
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
588+
589+
[semver]: https://semver.org/
590+
[cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
591+
[apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
592+
[oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
593+
[g-c-j]: http://github.com/googleapis/google-cloud-java

0 commit comments

Comments
 (0)