diff --git a/appengine/README.md b/appengine/README.md index 6781e06b6c1..924ef8d929a 100644 --- a/appengine/README.md +++ b/appengine/README.md @@ -1,5 +1,12 @@ # Google App Engine Standard Environment Java Samples +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + + This is a repository that contains Java code samples for [Google App Engine standard environment][ae-docs]. diff --git a/appengine/appidentity/README.md b/appengine/appidentity/README.md index 59a46a909a1..c2bc29020a6 100644 --- a/appengine/appidentity/README.md +++ b/appengine/appidentity/README.md @@ -1,5 +1,11 @@ # App Identity sample for Google App Engine +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use the [App Identity API][appid] on [Google App Engine][ae-docs]. diff --git a/appengine/cloudsql/README.md b/appengine/cloudsql/README.md index f2c6a3c623a..c3c1fda12cb 100644 --- a/appengine/cloudsql/README.md +++ b/appengine/cloudsql/README.md @@ -1,4 +1,11 @@ # Cloud SQL sample for Google App Engine + +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use [Cloud SQL](https://cloud.google.com/sql/) on Google App Engine ## Setup diff --git a/appengine/datastore/README.md b/appengine/datastore/README.md index c55fa65edb4..7f85c96186c 100644 --- a/appengine/datastore/README.md +++ b/appengine/datastore/README.md @@ -1,5 +1,11 @@ # Google Cloud Datastore Sample +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use [Google Cloud Datastore][java-datastore] from [Google App Engine standard environment][ae-docs]. diff --git a/appengine/endpoints-frameworks-v2/README.md b/appengine/endpoints-frameworks-v2/README.md index e643ed5bfec..31682f1ed6f 100644 --- a/appengine/endpoints-frameworks-v2/README.md +++ b/appengine/endpoints-frameworks-v2/README.md @@ -1,5 +1,11 @@ # Google Cloud Endpoints Frameworks for App Engine Standard +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This directory contains Google Cloud Endpoints Frameworks for App Engine for App Engine Standard samples. The [`backend/`](backend/) directory contains the sample code for the [quickstart][4] for Cloud Endpoints Frameworks on App Engine diff --git a/appengine/firebase-event-proxy/README.md b/appengine/firebase-event-proxy/README.md index eeb8b4ac107..74c815668bc 100644 --- a/appengine/firebase-event-proxy/README.md +++ b/appengine/firebase-event-proxy/README.md @@ -1,5 +1,11 @@ # App Engine Firebase Event Proxy +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + An example app that illustrates how to create a Java App Engine Standard Environment app that proxies Firebase events to another App Engine app. diff --git a/appengine/firebase-tictactoe/README.md b/appengine/firebase-tictactoe/README.md index 4e2799844e7..4f4dfddb6ea 100644 --- a/appengine/firebase-tictactoe/README.md +++ b/appengine/firebase-tictactoe/README.md @@ -1,5 +1,11 @@ # Tic Tac Toe on Google App Engine Standard using Firebase +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This directory contains a project that implements a realtime two-player game of Tic Tac Toe on Google [App Engine Standard][standard], using the [Firebase] database for realtime notifications when the board changes. diff --git a/appengine/gaeinfo/README.md b/appengine/gaeinfo/README.md index a43199924eb..1da045f4831 100644 --- a/appengine/gaeinfo/README.md +++ b/appengine/gaeinfo/README.md @@ -1,5 +1,11 @@ # Google App Engine Information +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample displays what's going on in your app. It dumps the environment and lots more. See the [Google App Engine standard environment documentation][ae-docs] for more diff --git a/appengine/guestbook-cloud-datastore/README.md b/appengine/guestbook-cloud-datastore/README.md index 1c6d6957c8a..52ea1e13e27 100644 --- a/appengine/guestbook-cloud-datastore/README.md +++ b/appengine/guestbook-cloud-datastore/README.md @@ -1,5 +1,11 @@ # appengine/guestbook-cloud-datastore +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + An App Engine guestbook using Java, Maven, and the Cloud Datastore API via [google-cloud-java](https://github.com/GoogleCloudPlatform/google-cloud-java). diff --git a/appengine/guestbook-objectify/README.md b/appengine/guestbook-objectify/README.md index 2a7ee9cd289..45439f13e4d 100644 --- a/appengine/guestbook-objectify/README.md +++ b/appengine/guestbook-objectify/README.md @@ -1,5 +1,11 @@ # appengine/guestbook-objectify +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + An App Engine guestbook using Java, Maven, and Objectify. Data access using [Objectify](https://github.com/objectify/objectify) diff --git a/appengine/helloworld-new-plugins/README.md b/appengine/helloworld-new-plugins/README.md index c3624160fb0..77e861f5eb4 100644 --- a/appengine/helloworld-new-plugins/README.md +++ b/appengine/helloworld-new-plugins/README.md @@ -1,5 +1,11 @@ # Google App Engine Standard Environment Hello World Sample +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to deploy an application on Google App Engine. See the [Google App Engine standard environment documentation][ae-docs] for more diff --git a/appengine/helloworld/README.md b/appengine/helloworld/README.md index 9cdb309b185..05f7d87e50f 100644 --- a/appengine/helloworld/README.md +++ b/appengine/helloworld/README.md @@ -1,5 +1,11 @@ # Google App Engine Standard Environment Hello World Sample +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to deploy an application on Google App Engine. See the [Google App Engine standard environment documentation][ae-docs] for more diff --git a/appengine/iap/README.md b/appengine/iap/README.md index 39ca52ea4f7..1aeed5751ef 100644 --- a/appengine/iap/README.md +++ b/appengine/iap/README.md @@ -1,5 +1,11 @@ # Cloud Identity-Aware Proxy sample for Google App Engine +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use the [Cloud Identity-Aware Proxy][iap-docs] on [Google App Engine][ae-docs]. diff --git a/appengine/images/README.md b/appengine/images/README.md index 88edaa825f2..a3b66bfaab3 100644 --- a/appengine/images/README.md +++ b/appengine/images/README.md @@ -1,5 +1,11 @@ # Google App Engine Standard Environment Images Sample +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use the Images Java API. See the [Google App Engine standard environment documentation][ae-docs] for more diff --git a/appengine/logs/README.md b/appengine/logs/README.md index 99ceed34420..6848b4b3699 100644 --- a/appengine/logs/README.md +++ b/appengine/logs/README.md @@ -1,5 +1,11 @@ # Users Authentication sample for Google App Engine +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use the [Logs API][log-docs] on [Google App Engine][ae-docs]. diff --git a/appengine/mail/README.md b/appengine/mail/README.md index d3663f112aa..9d5b601753a 100644 --- a/appengine/mail/README.md +++ b/appengine/mail/README.md @@ -1,5 +1,11 @@ # JavaMail API Email Sample for Google App Engine Standard Environment +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use [JavaMail][javamail-api] on [Google App Engine standard environment][ae-docs]. diff --git a/appengine/mailgun/README.md b/appengine/mailgun/README.md index 582771ddb34..00d5a393763 100644 --- a/appengine/mailgun/README.md +++ b/appengine/mailgun/README.md @@ -1,5 +1,11 @@ # Java Mailgun Email Sample for Google App Engine Standard Environment +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use [Mailgun][mailgun-api] on [Google App Engine standard environment][ae-docs]. diff --git a/appengine/mailjet/README.md b/appengine/mailjet/README.md index 0a9bddaaac7..3e4354bba56 100644 --- a/appengine/mailjet/README.md +++ b/appengine/mailjet/README.md @@ -1,4 +1,11 @@ # Mailjet sample for Google App Engine + +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use [Mailjet](https://www.mailjet.com/) on Google Managed VMs to send emails from a verified sender you own. diff --git a/appengine/multitenancy/README.md b/appengine/multitenancy/README.md index dbededfd393..fa179c63702 100644 --- a/appengine/multitenancy/README.md +++ b/appengine/multitenancy/README.md @@ -1,5 +1,11 @@ # Multitenancy Java sample +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + Shows the usage of the Namespaces API. An App Engine guestbook using Java, Maven, and Objectify. diff --git a/appengine/oauth2/README.md b/appengine/oauth2/README.md index 3f38cfba462..eda98a6c876 100644 --- a/appengine/oauth2/README.md +++ b/appengine/oauth2/README.md @@ -1,4 +1,11 @@ # Google App Engine Standard Environment + +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + ## Oauth2 Sample This sample demonstrates using the Oauth2 apis to create an authenticaion filter. diff --git a/appengine/pusher-chat/README.md b/appengine/pusher-chat/README.md index 659018d7fb0..9ba5af424d7 100644 --- a/appengine/pusher-chat/README.md +++ b/appengine/pusher-chat/README.md @@ -1,5 +1,11 @@ # Pusher sample for Google App Engine +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use the [Pusher][pusher] on [Google App Engine][ae-docs]. Pusher enables you to create public / private channels with presence information for real time messaging. This application demonstrates presence channels in Pusher using chat rooms. @@ -42,6 +48,6 @@ You should now be able to view both the users within the chat application window - Deploy the application to the project ``` mvn clean appengine:deploy - + ``` Access `https://YOUR_PROJECT_ID.appspot.com` diff --git a/appengine/remote/README.md b/appengine/remote/README.md index ae17b8bbf9f..bc6fc23ed23 100644 --- a/appengine/remote/README.md +++ b/appengine/remote/README.md @@ -1,9 +1,15 @@ # Google App Engine Standard Environment Remote API Sample +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to access App Engine Standard Environment APIs remotely, using the [Remote API](https://cloud.google.com/appengine/docs/java/tools/remoteapi). -## Set up the server component of Remote API +## Set up the server component of Remote API 1. Navigate to the remote-server directory 1. Update the `` tag in `src/main/webapp/WEB-INF/appengine-web.xml` with your project name. diff --git a/appengine/requests/README.md b/appengine/requests/README.md index 45ea04fdb8b..5ce7b8078e1 100644 --- a/appengine/requests/README.md +++ b/appengine/requests/README.md @@ -1,12 +1,18 @@ # Request Handling sample for Google App Engine +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample provides Java code samples in support of the "Handling Requests" description [Requests][requests-doc] on [Google App Engine][ae-docs]. [requests-doc]: https://cloud.google.com/appengine/docs/java/requests [ae-docs]: https://cloud.google.com/appengine/docs/java/ -## Running locally +## Running locally This example uses the [Maven gcloud plugin](https://cloud.google.com/appengine/docs/java/managed-vms/maven). To run this sample locally: @@ -20,7 +26,7 @@ and examine the logs to see the actual messages. ## Deploying In the following command, replace YOUR-PROJECT-ID with your -[Google Cloud Project ID](https://developers.google.com/console/help/new/#projectnumber) +[Google Cloud Project ID](https://developers.google.com/console/help/new/#projectnumber) and SOME-VERSION with a valid version number. $ mvn appengine:update -Dappengine.appId=YOUR-PROJECT-ID -Dappengine.version=SOME-VERSION diff --git a/appengine/search/README.md b/appengine/search/README.md index 34121fac71e..e58f8ce5f54 100644 --- a/appengine/search/README.md +++ b/appengine/search/README.md @@ -1,5 +1,11 @@ # Google App Engine Standard Environment Search API Sample +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use App Engine Search API. See the [Google App Engine Search API documentation][search-api-docs] for more @@ -17,4 +23,4 @@ detailed instructions. $ mvn appengine:devserver ## Deploying - $ mvn appengine:update \ No newline at end of file + $ mvn appengine:update diff --git a/appengine/sendgrid/README.md b/appengine/sendgrid/README.md index e4fd5d0d929..a5f5bbead15 100644 --- a/appengine/sendgrid/README.md +++ b/appengine/sendgrid/README.md @@ -1,5 +1,11 @@ # Java SendGrid Email Sample for Google App Engine Standard Environment +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use [SendGrid](https://www.sendgrid.com) on [Google App Engine standard environment][ae-docs]. diff --git a/appengine/sockets/README.md b/appengine/sockets/README.md index 2643cff3e9c..f848c00566b 100644 --- a/appengine/sockets/README.md +++ b/appengine/sockets/README.md @@ -1,6 +1,12 @@ # Java Socket API Example App: Whois Client +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample displays what's going on in your app. It dumps the environment and lots more. See the [Google App Engine standard environment documentation][ae-docs] for more diff --git a/appengine/sockets/README_LIBS.md b/appengine/sockets/README_LIBS.md index 8e0c5139636..168f8c36d73 100644 --- a/appengine/sockets/README_LIBS.md +++ b/appengine/sockets/README_LIBS.md @@ -1,6 +1,12 @@ # Using the Socket API with Some Common Third-Party Libraries +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + ## Using the Socket API with JavaPNS **Note:** JavaPNS diff --git a/appengine/taskqueue/defer-samples/README.md b/appengine/taskqueue/defer-samples/README.md index 8ed90310827..b545636c110 100644 --- a/appengine/taskqueue/defer-samples/README.md +++ b/appengine/taskqueue/defer-samples/README.md @@ -1,5 +1,10 @@ App Engine Java Guestbook -Copyright (C) 2010-2012 Google Inc. + +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). ## Sample guestbook for use with App Engine Java. @@ -21,4 +26,4 @@ For further information, consult the [Java App Engine](https://developers.google To see all the available goals for the App Engine plugin, run - mvn help:describe -Dplugin=appengine \ No newline at end of file + mvn help:describe -Dplugin=appengine diff --git a/appengine/taskqueue/pull-samples/README.md b/appengine/taskqueue/pull-samples/README.md index c15d0363dc0..2181ff96e8a 100644 --- a/appengine/taskqueue/pull-samples/README.md +++ b/appengine/taskqueue/pull-samples/README.md @@ -1,12 +1,18 @@ # Pull Task Queue sample for Google App Engine +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use [pull task queues][appid] on [Google App Engine][ae-docs]. [appid]: https://cloud.google.com/appengine/docs/java/taskqueue/overview-pull [ae-docs]: https://cloud.google.com/appengine/docs/java/ -## Running locally +## Running locally This example uses the [Maven gcloud plugin](https://cloud.google.com/appengine/docs/java/managed-vms/maven). To run this sample locally: diff --git a/appengine/twilio/README.md b/appengine/twilio/README.md index 16c71862da1..eff13a1d043 100644 --- a/appengine/twilio/README.md +++ b/appengine/twilio/README.md @@ -1,5 +1,11 @@ # Java Twilio Voice and SMS Sample for Google App Engine Standard Environment +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use [Twilio](https://www.twilio.com) on [Google App Engine standard environment][ae-docs]. diff --git a/appengine/urlfetch/README.md b/appengine/urlfetch/README.md index 719cd8e7bd5..8a7e40b517e 100644 --- a/appengine/urlfetch/README.md +++ b/appengine/urlfetch/README.md @@ -1,5 +1,11 @@ # Google App Engine Standard Environment URL Fetch Sample +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to deploy an application on Google App Engine. See the [Google App Engine standard environment documentation][ae-docs] for more diff --git a/appengine/users/README.md b/appengine/users/README.md index 4d6d60a6a02..87f0a94315e 100644 --- a/appengine/users/README.md +++ b/appengine/users/README.md @@ -1,12 +1,18 @@ # Users Authentication sample for Google App Engine +**Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on +December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the +[Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** + +Samples for the Java 8 runtime can be found [here](/appengine-java8). + This sample demonstrates how to use the [Users API][appid] on [Google App Engine][ae-docs]. [appid]: https://cloud.google.com/appengine/docs/java/users/ [ae-docs]: https://cloud.google.com/appengine/docs/java/ -## Running locally +## Running locally This example uses the [Maven gcloud plugin](https://cloud.google.com/appengine/docs/java/managed-vms/maven). To run this sample locally: