Struts 2(2.5.14) Spring 版本兼容

For Struts 2(2.5.14) which Spring Version will be Compatible

我正在将 Struts 1 迁移到 Struts 2。在 Struts 1 中,Spring 1.1.2 用于依赖注入,AOP。

同理 Spring 哪个版本与 Struts 2 (2.5.14) 兼容?

如果使用 Maven Struts 2.5.x 将使用 Spring 4.1.6。此注释来自文档 http://struts.apache.org/getting-started/spring.html

The current version (2.5.10.1) of the Struts 2 Spring plugin has transitive dependencies to the Spring 4.1.6.RELEASE version.