跳到主要内容

从 3.x 迁移到 4.x 的指南

ChatGPT-4o-mini 中英对照 Migration Guide from 3.x to 4.x

Spring Data for Apache Cassandra 4.0 在从早期版本升级时引入了一些重大变化。

异步模板 API

随着 ListenableFuture 的弃用,AsyncCqlOperationsAsyncCassandraOperations 及其依赖类已迁移到 CompletableFuture。如果您的应用程序严重依赖于 ListenableFuture,并且无法轻松迁移到 CompletableFuture,我们建议切换到 legacy 子包中的旧版 Async…Operations 类型。即 org.springframework.data.cassandra.core.cql.legacy 用于 AsyncCqlOperationsorg.springframework.data.cassandra.core.legacy 用于 AsyncCassandraOperations