diff --git a/README.md b/README.md
index 5ea20557f82..7343ebd395a 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,18 @@
# Scylla Java Driver for Scylla and Apache Cassandra®
+> **Deprecation Notice:** Scylla Java Driver 3.x is now **deprecated** and has
+> entered **maintenance mode**. Only critical bug fixes will be accepted.
+> For new projects and active development, please migrate to
+> [Scylla Java Driver 4.x](https://github.com/scylladb/java-driver/tree/scylla-4.x)
+> ([documentation](https://java-driver.docs.scylladb.com/stable/)).
+
*If you're reading this on github.com, please note that this is the readme
for the development version and that some features described here might
not yet have been released. You can find the documentation for the latest
version through the [Java driver
docs](https://docs.scylladb.com/using-scylla/scylla-java-driver/) or via the release tags,
[e.g.
-3.11.5.0](https://github.com/scylladb/java-driver/releases/tag/3.11.5.0).*
+3.11.5.15](https://github.com/scylladb/java-driver/releases/tag/3.11.5.15).*
A modern, [feature-rich](manual/) and highly tunable Java client
library for Apache Cassandra (2.1+) and using exclusively Cassandra's binary protocol
@@ -73,7 +79,7 @@ it in your application using the following Maven dependency
Deprecation Notice: ScyllaDB Java Driver 3.x is deprecated and in maintenance mode. + Only critical bug fixes will be accepted. Please migrate to + ScyllaDB Java Driver 4.x.
+ScyllaDB Java Driver is available under the Apache v2 License. ScyllaDB Java Driver is a fork of DataStax Java Driver. diff --git a/docs/source/conf.py b/docs/source/conf.py index 84e783d2419..09e59b9ed1d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -29,7 +29,12 @@ # Set which versions are not released yet. UNSTABLE_VERSIONS = [] # Set which versions are deprecated -DEPRECATED_VERSIONS = [] +DEPRECATED_VERSIONS = [ + 'scylla-3.7.2.x', + 'scylla-3.10.2.x', + 'scylla-3.11.0.x', + 'scylla-3.11.2.x', +] # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom