From 712c6bfbedecd65473f56b22f858e29c4ab15c70 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 9 Jan 2024 18:53:25 -0500 Subject: [PATCH] Update README.md with GAE Java 8 deprecation (#3743) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index af3d41f0be..eb610b8d61 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ [![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges) +**Deprecation Note**: Cloud Tools for Eclipse is only compatible with the App Engine Java 8 runtime, which will reach the [end of support](/appengine/docs/standard/lifecycle/runtime-lifecycle#end_of_support) +on January 31, 2024. After this date, your existing Java 8 applications will continue +to run and receive traffic. However, you cannot deploy new or update existing applications +that use runtimes [after their end of support date](/appengine/docs/standard/lifecycle/support-schedule#java). +We recommend that you [migrate to the latest supported version of Java](/appengine/migration-center/standard/migrate-to-second-gen/java-differences). This project provides an Eclipse plugin for building, debugging, and deploying Google Cloud Platform applications.