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.