diff --git a/spring-integration-cassandra/README.adoc b/spring-integration-cassandra/README.adoc new file mode 100644 index 0000000..cdfacfe --- /dev/null +++ b/spring-integration-cassandra/README.adoc @@ -0,0 +1,3 @@ += Spring Integration for Apache Cassandra + +Starting with Spring Integration `6.0` this extension has been absorbed by the https://docs.spring.io/spring-integration/docs/current/reference/html/cassandra.html#cassandra[core project]. diff --git a/spring-integration-cassandra/README.md b/spring-integration-cassandra/README.md deleted file mode 100644 index 2c82cba..0000000 --- a/spring-integration-cassandra/README.md +++ /dev/null @@ -1,16 +0,0 @@ -Spring Integration Cassandra Adapter -================================================= - -Welcome to the *Spring Integration Cassandra* extension. - -Checking out and building ------------------------------ - -In order to build the project: - - ./gradlew build - -In order to install this into your local maven cache: - - ./gradlew install -