Skip to content
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +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)
**Deprecation Note**: Cloud Tools for Eclipse is only compatible with the App Engine Java 8 runtime, which will reach the [end of support](https://cloud.google.com/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).
that use runtimes [after their end of support date](https://cloud.google.com/appengine/docs/standard/lifecycle/support-schedule#java).
We recommend that you [migrate to the latest supported version of Java](https://cloud.google.com/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.

Expand Down
Loading