From 3d7db5620111d614abc4739ec3092717c1020ec2 Mon Sep 17 00:00:00 2001 From: Matthew Whisenhunt Date: Tue, 24 Oct 2017 13:11:53 -0700 Subject: [PATCH] Add maintenance mode note to README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 10a17e3e5..a1b1f7e05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Google OAuth Client Library for Java +## Library maintenance + +This client library is supported but in maintenance mode only. We are fixing necessary bugs and adding essential features to ensure this library continues to meet your needs for accessing Google APIs. Non-critical issues will be closed. Any issue may be reopened if it is causing ongoing problems. + ## Description Written by Google, the Google OAuth Client Library for Java is a powerful and easy-to-use Java library for the OAuth 1.0a and OAuth 2.0 authorization standards. The Google OAuth Client Library for Java is designed to work with any OAuth service on the web, not just with Google APIs. It is built on the [Google HTTP Client Library for Java](https://github.com/google/google-http-java-client).