Spring Data MongoDB 与 Spring 3.2 兼容的最新版本是什么?

What's the last version of Spring Data MongoDB compatible with Spring 3.2?

我需要在我的应用程序中使用 WiredTiger Engine,它在最新的 mongodb 版本 3.2.2 和我的 Maven 存储库中使用 Spring Data MongoDB 版本1.8.4,Java 驱动程序版本 2.13.3 我已经安装了 MongoDB 版本 2.6.11.

我应该使用哪个版本的 spring-data-mongodb,以便与 Spring 3.2.2.RELEASE 兼容?

这是以下未回答问题的副本:

Which version of Spring Data MongoDB is compatible with Spring 3.2.2.RELEASE?

但是我没有足够的权限重新提问或评论这个问题。

与 Spring 3.2 兼容的最后一个 Spring 数据发布序列是 Dijkstra,其最后一个服务版本是 2015 年 1 月 27 日。Spring 数据 MongoDB里面包含的版本是1.5.5.RELEASE.

请注意,此版本与任何 MongoDB 3.x 版本都不兼容。 MongoDB 3.x 支持是在 Fowler release train 中引入的,并且仅在最新版本中得到改进。因此,如果您想使用那一代的 MongoDB,我强烈建议升级到其中一个版本。