Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Should this be added beneath the Implementation heading?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks let me know how the diff below sounds

> 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.
Expand Down
3 changes: 3 additions & 0 deletions java/INSTALL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions java/README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
Loading