From 4fd6556a7052a80982df59286f96ee8a32d1e6b7 Mon Sep 17 00:00:00 2001 From: Dan Douglas Date: Tue, 2 Sep 2025 14:26:17 -0700 Subject: [PATCH] Add EOL message and direct users to new bsonpatch/bsonpatch fork. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9d6ed95..9e7cc22 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This [JSON Patch](http://jsonpatch.com) implementation works directly with [BSON The code here was ported (copied, renamed, repackaged, modified) from the [zjsonpatch project](https://github.com/flipkart-incubator/zjsonpatch). +

End Of Life Notice - 2025-09-01

+

This project is no longer maintained. The last update was version 0.4.12 on April 18, 2022. A fork of this project is available at bsonpatch/bsonpatch. That fork is actively maintained, has been repackaged with <groupId>io.github.bsonpatch</groupId>, and is available on Maven Central. New use cases are encouraged to use the new fork, and current users are encouraged to migrate to the new fork.

+ ## Description & Use-Cases - Java Library to find / apply JSON Patches according to [RFC 6902](https://datatracker.ietf.org/doc/html/rfc6902). - JSON Patch defines a JSON document structure for representing changes to a JSON document.