From 33b824ac184c9978a6cb36020be735603d70f980 Mon Sep 17 00:00:00 2001 From: Jackson Fleming <74215062+jfleming-ic@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:08:13 +1000 Subject: [PATCH] Update README.adoc --- README.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 9a7270c0..a4655505 100644 --- a/README.adoc +++ b/README.adoc @@ -54,11 +54,15 @@ nodeā€”it needs to see the whole directory structure of a node (data dir etc.) a upload these files during a backup and download them on a restore. If you want to be able to restore and backup remotely, use Icarus which embeds this project. -## Supporter Cassandra Versions +## Supported Cassandra Versions Since we are talking to Cassandra via JMX, almost any Cassandra version is supported. We are testing this tool with Cassandra 3.11.8, 4.0-beta3, and 2.2.18. +## Supported Java Environments + +Java 8 and 11 are supported currently by ESOP. If you require a newer version of Java, please raise an issue on the project, as a general rule we'll usually target support of Long Term Stable (LTS) releases of Java. + ## Usage Released artifact is on https://search.maven.org/artifact/com.instaclustr/esop[Maven Central].