Skip to content

Add a deprecation notice #965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions appengine/README.md
Original file line number Diff line number Diff line change
@@ -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].

Expand Down
6 changes: 6 additions & 0 deletions appengine/appidentity/README.md
Original file line number Diff line number Diff line change
@@ -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].

Expand Down
7 changes: 7 additions & 0 deletions appengine/cloudsql/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions appengine/datastore/README.md
Original file line number Diff line number Diff line change
@@ -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].

Expand Down
6 changes: 6 additions & 0 deletions appengine/endpoints-frameworks-v2/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions appengine/firebase-event-proxy/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 6 additions & 0 deletions appengine/firebase-tictactoe/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions appengine/gaeinfo/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions appengine/guestbook-cloud-datastore/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
6 changes: 6 additions & 0 deletions appengine/guestbook-objectify/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 6 additions & 0 deletions appengine/helloworld-new-plugins/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions appengine/helloworld/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions appengine/iap/README.md
Original file line number Diff line number Diff line change
@@ -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].

Expand Down
6 changes: 6 additions & 0 deletions appengine/images/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions appengine/logs/README.md
Original file line number Diff line number Diff line change
@@ -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].

Expand Down
6 changes: 6 additions & 0 deletions appengine/mail/README.md
Original file line number Diff line number Diff line change
@@ -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].

Expand Down
6 changes: 6 additions & 0 deletions appengine/mailgun/README.md
Original file line number Diff line number Diff line change
@@ -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].

Expand Down
7 changes: 7 additions & 0 deletions appengine/mailjet/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 6 additions & 0 deletions appengine/multitenancy/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions appengine/oauth2/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 7 additions & 1 deletion appengine/pusher-chat/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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`
8 changes: 7 additions & 1 deletion appengine/remote/README.md
Original file line number Diff line number Diff line change
@@ -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 `<application>` tag in `src/main/webapp/WEB-INF/appengine-web.xml`
with your project name.
Expand Down
10 changes: 8 additions & 2 deletions appengine/requests/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
8 changes: 7 additions & 1 deletion appengine/search/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,4 +23,4 @@ detailed instructions.
$ mvn appengine:devserver

## Deploying
$ mvn appengine:update
$ mvn appengine:update
6 changes: 6 additions & 0 deletions appengine/sendgrid/README.md
Original file line number Diff line number Diff line change
@@ -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].

Expand Down
6 changes: 6 additions & 0 deletions appengine/sockets/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions appengine/sockets/README_LIBS.md
Original file line number Diff line number Diff line change
@@ -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:** <a href="http://code.google.com/p/javapns/">JavaPNS</a>
Expand Down
9 changes: 7 additions & 2 deletions appengine/taskqueue/defer-samples/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
mvn help:describe -Dplugin=appengine
Loading