Skip to content

Commit ba72076

Browse files
committed
Add deprecation notice of the Java-based implementation
1 parent 1b947fd commit ba72076

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ demand from wallets and may slip to a later date. Refer to [LDK-Roadmap] for mor
6060

6161
See the [VSS API contract] for details.
6262

63+
> [!CAUTION]
64+
> The Java-based implementation of VSS-server is now **deprecated**; please use the Rust-based VSS-server implementation instead.
65+
6366
### Implementation
6467

6568
Currently, VSS-server has a Java-based implementation and is ready to use. Support for a Rust-based VSS-server is a work

java/INSTALL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!CAUTION]
2+
> The Java-based implementation of VSS-server is now **deprecated**; please use the Rust-based VSS-server implementation instead.
3+
14
# Installation guide without docker
25

36
## Ubuntu

java/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!CAUTION]
2+
> The Java-based implementation of VSS-server is now **deprecated**; please use the Rust-based VSS-server implementation instead.
3+
14
# Versioned Storage Service (Java)
25

36
This directory hosts the Java-based implementation of the Versioned Storage Service (VSS).

0 commit comments

Comments
 (0)