Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c1b297

Browse files
authored
Add a deprecation notice (GoogleCloudPlatform#965)
* Add a deprecation notice 1. Main README 2. Test w/ appidentity README * mention java 7 runtime turndown on samples
1 parent 458868e commit 2c1b297

File tree

32 files changed

+204
-9
lines changed

32 files changed

+204
-9
lines changed

appengine/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Google App Engine Standard Environment Java Samples
22

3+
**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on
4+
December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the
5+
[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).**
6+
7+
Samples for the Java 8 runtime can be found [here](/appengine-java8).
8+
9+
310
This is a repository that contains Java code samples for [Google App Engine
411
standard environment][ae-docs].
512

appengine/appidentity/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# App Identity sample for Google App Engine
22

3+
**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on
4+
December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the
5+
[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).**
6+
7+
Samples for the Java 8 runtime can be found [here](/appengine-java8).
8+
39
This sample demonstrates how to use the [App Identity API][appid] on [Google App
410
Engine][ae-docs].
511

appengine/cloudsql/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Cloud SQL sample for Google App Engine
2+
3+
**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on
4+
December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the
5+
[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).**
6+
7+
Samples for the Java 8 runtime can be found [here](/appengine-java8).
8+
29
This sample demonstrates how to use [Cloud SQL](https://cloud.google.com/sql/) on Google App Engine
310

411
## Setup

appengine/datastore/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Google Cloud Datastore Sample
22

3+
**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on
4+
December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the
5+
[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).**
6+
7+
Samples for the Java 8 runtime can be found [here](/appengine-java8).
8+
39
This sample demonstrates how to use [Google Cloud Datastore][java-datastore]
410
from [Google App Engine standard environment][ae-docs].
511

appengine/endpoints-frameworks-v2/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Google Cloud Endpoints Frameworks for App Engine Standard
22

3+
**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on
4+
December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the
5+
[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).**
6+
7+
Samples for the Java 8 runtime can be found [here](/appengine-java8).
8+
39
This directory contains Google Cloud Endpoints Frameworks for App Engine for
410
App Engine Standard samples. The [`backend/`](backend/) directory contains the
511
sample code for the [quickstart][4] for Cloud Endpoints Frameworks on App Engine

appengine/firebase-event-proxy/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# App Engine Firebase Event Proxy
22

3+
**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on
4+
December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the
5+
[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).**
6+
7+
Samples for the Java 8 runtime can be found [here](/appengine-java8).
8+
39
An example app that illustrates how to create a Java App Engine Standard Environment
410
app that proxies Firebase events to another App Engine app.
511

appengine/firebase-tictactoe/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Tic Tac Toe on Google App Engine Standard using Firebase
22

3+
**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on
4+
December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the
5+
[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).**
6+
7+
Samples for the Java 8 runtime can be found [here](/appengine-java8).
8+
39
This directory contains a project that implements a realtime two-player game of
410
Tic Tac Toe on Google [App Engine Standard][standard], using the [Firebase] database
511
for realtime notifications when the board changes.

appengine/gaeinfo/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Google App Engine Information
22

3+
**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on
4+
December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the
5+
[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).**
6+
7+
Samples for the Java 8 runtime can be found [here](/appengine-java8).
8+
39
This sample displays what's going on in your app. It dumps the environment and lots more.
410

511
See the [Google App Engine standard environment documentation][ae-docs] for more

appengine/guestbook-cloud-datastore/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# appengine/guestbook-cloud-datastore
22

3+
**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on
4+
December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the
5+
[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).**
6+
7+
Samples for the Java 8 runtime can be found [here](/appengine-java8).
8+
39
An App Engine guestbook using Java, Maven, and the Cloud Datastore API via
410
[google-cloud-java](https://github.com/GoogleCloudPlatform/google-cloud-java).
511

appengine/guestbook-objectify/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# appengine/guestbook-objectify
22

3+
**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on
4+
December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the
5+
[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).**
6+
7+
Samples for the Java 8 runtime can be found [here](/appengine-java8).
8+
39
An App Engine guestbook using Java, Maven, and Objectify.
410

511
Data access using [Objectify](https://github.com/objectify/objectify)

0 commit comments

Comments
 (0)