Files
spring-integration-extensions/spring-integration-cassandra/README.md
Artem Bilan 6a9af8fc8a GH-199: Upgrade SI-Cassandra to latest deps
Fixes https://github.com/spring-projects/spring-integration-extensions/issues/199

* Upgrade to SI 5.1.x ane SD-Cassandra-2.1.x, Gradle 5.1
* Add Checkstyle to the project
* Make `CassandraMessageHandler` based on the `ReactiveCassandraOperations`
and add reactive capabilities to the handler
* Make return type consistent for all the modes
* Populate `writeOptions` consistently for all the modes
* Migrate tests to AssertJ
2019-01-08 12:12:04 -05:00

328 B

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