From 3ec1e09e20654b50f78e60644c9ced8dc5b92dff Mon Sep 17 00:00:00 2001 From: Brian Harrington Date: Mon, 8 Jan 2018 09:20:43 -0800 Subject: [PATCH] clarify project status We have mentioned this several times in issues that come up, but it isn't necessarily easy for someone to find. This change adds a prominent notice about the current status to the top of the main readme. --- OSSMETADATA | 2 +- README.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/OSSMETADATA b/OSSMETADATA index b96d4a4d..8bff0a1d 100644 --- a/OSSMETADATA +++ b/OSSMETADATA @@ -1 +1 @@ -osslifecycle=active +osslifecycle=maintenance diff --git a/README.md b/README.md index 6ae236f7..5539a798 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +# DEPRECATED + +This project receives minimal maintenance to keep software that relies on it working. There +is no active development or planned feature improvement. For any new projects it is recommended +to use the [Spectator] library instead. + +For more details see the [Servo comparison] page in the Spectator docs. + +[Spectator]: https://github.com/Netflix/spectator +[Servo comparison]: http://netflix.github.io/spectator/en/latest/intro/servo-comparison/ + # Servo: Application Metrics in Java > servo v. : WATCH OVER, OBSERVE @@ -12,7 +23,7 @@ Servo provides a simple interface for exposing and publishing application metric This has already been implemented inside of Netflix and most of our applications currently use it. -# Project Details +## Project Details ### Build Status