From 5582e9d82d4f6fed40a49995787f287544eeb50e Mon Sep 17 00:00:00 2001 From: Andrey Okhlopkov Date: Tue, 30 Jun 2026 14:22:40 -0700 Subject: [PATCH] Add deprecation notice to ReadMe --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 96fac2f0d1..f5f557e022 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> ⚠️ **This project is deprecated.** rest.li is no longer actively maintained and the repository will be archived (read-only) on July 22, 2026. LinkedIn has moved to gRPC internally; gRPC is not a drop-in replacement. Existing `com.linkedin.pegasus:*` artifacts on Maven Central remain available. See [#1178](https://github.com/linkedin/rest.li/issues/1178) for details. +

At LinkedIn, we are focusing our efforts on advanced automation to enable a seamless, LinkedIn-wide migration from Rest.li to gRPC. gRPC will offer better performance, support for more programming languages, streaming, and a robust open source community. There is no active development at LinkedIn on new features for Rest.li. The repository will also be deprecated soon once we have migrated services to use gRPC. Refer to this blog for more details on why we are moving to gRPC.