File tree

6 files changed

+5
-26
lines changed

6 files changed

+5
-26
lines changed
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ branchProtectionRules:
3434
- "linkage-monitor"
3535
- "lint"
3636
- "clirr"
37-
- "units (7)"
3837
- "units (8)"
3938
- "units (11)"
4039
- "Kokoro - Test: Integration"
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
java: [7, 8, 11]
12+
java: [8, 11]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-java@v1
@@ -80,4 +80,4 @@ jobs:
8080
- run: java -version
8181
- run: .kokoro/build.sh
8282
env:
83-
JOB_TYPE: clirr
83+
JOB_TYPE: clirr
This file was deleted.
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,9 @@ Code Samples must be bundled in separate Maven modules, and guarded by a
5757
Maven profile with the name `enable-samples`.
5858

5959
The samples must be separate from the primary project for a few reasons:
60-
1. Primary projects have a minimum Java version of Java 7 whereas samples have
61-
a minimum Java version of Java 8. Due to this we need the ability to
62-
selectively exclude samples from a build run.
63-
2. Many code samples depend on external GCP services and need
60+
1. Many code samples depend on external GCP services and need
6461
credentials to access the service.
65-
3. Code samples are not released as Maven artifacts and must be excluded from
62+
2. Code samples are not released as Maven artifacts and must be excluded from
6663
release builds.
6764

6865
### Building
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Cloud Spanner uses gRPC for the transport layer.
258258

259259
## Java Versions
260260

261-
Java 7 or above is required for using this client.
261+
Java 8 or above is required for using this client.
262262

263263
## Versioning
264264

@@ -285,7 +285,6 @@ Apache 2.0 - See [LICENSE][license] for more information.
285285

286286
Java Version | Status
287287
------------ | ------
288-
Java 7 | [![Kokoro CI][kokoro-badge-image-1]][kokoro-badge-link-1]
289288
Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
290289
Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
291290
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
@@ -295,8 +294,6 @@ Java is a registered trademark of Oracle and/or its affiliates.
295294

296295
[product-docs]: https://cloud.google.com/spanner/docs/
297296
[javadocs]: https://googleapis.dev/java/google-cloud-spanner/latest/
298-
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java7.svg
299-
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java7.html
300297
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java8.svg
301298
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java8.html
302299
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java8-osx.svg

0 commit comments

Comments
 (0)