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

Commit 2f71119

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

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

.github/.OwlBot.lock.yaml

+1-1
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

+47-1
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,50 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
8989

9090
Cloud BigQuery Connection uses gRPC for the transport layer.
9191

92-
## Java Versions
92+
## Supported Java Versions
9393

9494
Java 7 or above is required for using this client.
9595

96+
Google's Java client libraries,
97+
[Google Cloud Client Libraries][cloudlibs]
98+
and
99+
[Google Cloud API Libraries][apilibs],
100+
follow the
101+
[Oracle Java SE support roadmap][oracle]
102+
(see the Oracle Java SE Product Releases section).
103+
104+
### For new development
105+
106+
In general, new feature development occurs with support for the lowest Java
107+
LTS version covered by Oracle's Premier Support (which typically lasts 5 years
108+
from initial General Availability). If the minimum required JVM for a given
109+
library is changed, it is accompanied by a [semver][semver] major release.
110+
111+
Java 11 and (in September 2021) Java 17 are the best choices for new
112+
development.
113+
114+
### Keeping production systems current
115+
116+
Google tests its client libraries with all current LTS versions covered by
117+
Oracle's Extended Support (which typically lasts 8 years from initial
118+
General Availability).
119+
120+
#### Legacy support
121+
122+
Google's client libraries support legacy versions of Java runtimes with long
123+
term stable libraries that don't receive feature updates on a best efforts basis
124+
as it may not be possible to backport all patches.
125+
126+
Google provides updates on a best efforts basis to apps that continue to use
127+
Java 7, though apps might need to upgrade to current versions of the library
128+
that supports their JVM.
129+
130+
#### Where to find specific information
131+
132+
The latest versions and the supported Java versions are identified on
133+
the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
134+
and on [google-cloud-java][g-c-j].
135+
96136
## Versioning
97137

98138

@@ -153,3 +193,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
153193
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=bigqueryconnection.googleapis.com
154194
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
155195
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
196+
197+
[semver]: https://semver.org/
198+
[cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
199+
[apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
200+
[oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
201+
[g-c-j]: http://github.com/googleapis/google-cloud-java

0 commit comments

Comments
 (0)