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

Commit e8e6d53

Browse files
fix: owlbot post-processor should generate README (#1154) (#504)
Fixes #1146 Fixes #1147 Source-Link: googleapis/synthtool@387851d Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:69045edb77ff7c78fdfad02eae2b4493b2c358cd9778ab5b6dba0c2b578df0ec
1 parent 75ab291 commit e8e6d53

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-java:latest
3-
digest: sha256:2e88a4a7fe3377cf8de1fa5982134f6ef2768980fa2f94edcc1ba6604ae2e7ca
3+
digest: sha256:69045edb77ff7c78fdfad02eae2b4493b2c358cd9778ab5b6dba0c2b578df0ec

README.md

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

145145
Natural Language uses gRPC for the transport layer.
146146

147-
## Java Versions
147+
## Supported Java Versions
148148

149149
Java 7 or above is required for using this client.
150150

151+
Google's Java client libraries,
152+
[Google Cloud Client Libraries][cloudlibs]
153+
and
154+
[Google Cloud API Libraries][apilibs],
155+
follow the
156+
[Oracle Java SE support roadmap][oracle]
157+
(see the Oracle Java SE Product Releases section).
158+
159+
### For new development
160+
161+
In general, new feature development occurs with support for the lowest Java
162+
LTS version covered by Oracle's Premier Support (which typically lasts 5 years
163+
from initial General Availability). If the minimum required JVM for a given
164+
library is changed, it is accompanied by a [semver][semver] major release.
165+
166+
Java 11 and (in September 2021) Java 17 are the best choices for new
167+
development.
168+
169+
### Keeping production systems current
170+
171+
Google tests its client libraries with all current LTS versions covered by
172+
Oracle's Extended Support (which typically lasts 8 years from initial
173+
General Availability).
174+
175+
#### Legacy support
176+
177+
Google's client libraries support legacy versions of Java runtimes with long
178+
term stable libraries that don't receive feature updates on a best efforts basis
179+
as it may not be possible to backport all patches.
180+
181+
Google provides updates on a best efforts basis to apps that continue to use
182+
Java 7, though apps might need to upgrade to current versions of the library
183+
that supports their JVM.
184+
185+
#### Where to find specific information
186+
187+
The latest versions and the supported Java versions are identified on
188+
the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
189+
and on [google-cloud-java][g-c-j].
190+
151191
## Versioning
152192

153193

@@ -208,3 +248,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
208248
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=language.googleapis.com
209249
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
210250
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
251+
252+
[semver]: https://semver.org/
253+
[cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
254+
[apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
255+
[oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
256+
[g-c-j]: http://github.com/googleapis/google-cloud-java

0 commit comments

Comments
 (0)