From 4234f065d8eff8e3cb02dc1a67d1b4d583303a5a Mon Sep 17 00:00:00 2001 From: Nikolai Amelichev <1126790+nvamelichev@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:53:27 +0100 Subject: [PATCH] Update repository-ydb-v1 status in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dee611f..a87adb05 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,7 @@ minimally intrusive, so that your domain objects (with all the juicy business lo - `repository-inmemory`: In-Memory Repository API implementation using persistent data structures from Eclipse Collections. Has YDB-like semantics for data modification, to easily and quickly test your business logic without spinning containers or accessing a real YDB installation. **Highly recommended.** -- `repository-ydb-v1`: Repository API implementation for YDB. Uses legacy YDB SDK v1.x. **Not recommended** for new - projects. +- `repository-ydb-v1`: Repository API implementation for YDB. Uses legacy YDB SDK v1.x. **On life support till Summer 2024 (bug fixes only)** - `repository-ydb-common`: Common Logic for all YDB Repository implementations, regardless of the YDB SDK version used. - `repository-test`: Basic tests which all Repository implementations must pass. - `json-jackson-v2`: Support for JSON serialization and deserialization of entity fields, using Jackson 2.x.