From b040e7e1ca0c74d6c57d24413024ec120bb4fa9a Mon Sep 17 00:00:00 2001 From: Leo Nash Date: Sat, 11 Oct 2025 14:39:55 +0000 Subject: [PATCH] Add deprecation notice of the Java-based implementation --- README.md | 5 ++++- java/INSTALL.md | 3 +++ java/README.md | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f21461..6990b88 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,10 @@ See the [VSS API contract] for details. ### Implementation -Currently, VSS-server has a Java-based implementation and is ready to use. Support for a Rust-based VSS-server is a work +> [!CAUTION] +> The Java-based implementation of VSS-server is now **deprecated**; please use the Rust-based VSS-server implementation instead. + +Currently, VSS-server has a deprecated Java-based implementation. Support for a Rust-based VSS-server is a work in progress. [VSS-rust-client] is a Rust-based client with support for client-side encryption, key obfuscation, retry mechanisms, and LNURL-auth. diff --git a/java/INSTALL.md b/java/INSTALL.md index dbe8da7..9fba472 100644 --- a/java/INSTALL.md +++ b/java/INSTALL.md @@ -1,3 +1,6 @@ +> [!CAUTION] +> The Java-based implementation of VSS-server is now **deprecated**; please use the Rust-based VSS-server implementation instead. + # Installation guide without docker ## Ubuntu diff --git a/java/README.md b/java/README.md index 4834293..a8a9559 100644 --- a/java/README.md +++ b/java/README.md @@ -1,3 +1,6 @@ +> [!CAUTION] +> The Java-based implementation of VSS-server is now **deprecated**; please use the Rust-based VSS-server implementation instead. + # Versioned Storage Service (Java) This directory hosts the Java-based implementation of the Versioned Storage Service (VSS).