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

Commit 203d0e7

Browse files
chore: regenerate README (#184)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-14 16:17:36,650 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-video-transcoder/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-14 16:17:38,213 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/c50c4e89-5b39-454f-a5d7-7d863cd5fc69/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 414474b commit 203d0e7

File tree

2 files changed

+52
-6
lines changed

2 files changed

+52
-6
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-video-transcoder.git",
7-
"sha": "7ece9cc87c30169c1c5952271a8c18cd3cfd0bd1"
7+
"sha": "414474b0954ee704808bb218f0f6653155febf04"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
14+
"sha": "e44dc0c742b1230887a73552357e0c18dcc30b92"
1515
}
1616
}
1717
]

README.md

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-video-transcoder</artifactId>
23-
<version>0.1.9</version>
23+
<version>0.2.0</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle without BOM, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.cloud:google-cloud-video-transcoder:0.1.9'
29+
compile 'com.google.cloud:google-cloud-video-transcoder:0.2.0'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.9"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.2.0"
3535
```
3636

3737
## Authentication
@@ -74,10 +74,50 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
7474

7575
Video Transcoder uses gRPC for the transport layer.
7676

77-
## Java Versions
77+
## Supported Java Versions
7878

7979
Java 7 or above is required for using this client.
8080

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

83123

@@ -141,3 +181,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
141181
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=video-transcoder.googleapis.com
142182
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
143183
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
184+
185+
[semver]: https://semver.org/
186+
[cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
187+
[apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
188+
[oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
189+
[g-c-j]: http://github.com/googleapis/google-cloud-java

0 commit comments

Comments
 (0)