From 98f9a9920976ed2dd6032a75c5f9a5bc073caf7f Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Wed, 1 Jun 2022 15:33:02 -0400 Subject: [PATCH] change: Deprecated support for Java 7 RELEASE NOTE: Deprecated support for Java 7. Developers are advised to use Java 8 or higher when deploying the Admin SDK. Java 7 support will be dropped in the next major version. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 406223d06..c190e7713 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,9 @@ requests, code review feedback, and also pull requests. ## Supported Java Versions -We support Java 7 and higher. Firebase Admin Java SDK also runs on [Google App +We currently support Java 7 and higher. However, Java 7 support is deprecated. +We strongly encourage you to use Java 8 or higher as we will drop support for +Java 7 in the next major version. Firebase Admin Java SDK also runs on [Google App Engine](https://cloud.google.com/appengine/).