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). +
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.