java Spring-security 与 spring-4.3.0-release 的兼容版本是什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/40626103/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is the Compatible version of Spring-security with spring-4.3.0-release?
提问by zeji
Which version of spring security is compatible with Spring-4.3.0-release.
哪个版本的 spring security 与 Spring-4.3.0-release 兼容。
my jars are as follows
我的罐子如下
- spring-aop-4.3.0.RELEASE.jar
- spring-beans-4.3.0.RELEASE.jar
- spring-context-4.3.0.RELEASE.jar
- spring-context-support-4.3.0.RELEASE.jar
- spring-core-4.3.0.RELEASE.jar
- spring-expression-4.3.0.RELEASE.jar
- spring-jdbc-4.3.0.RELEASE.jar
- spring-orm-4.3.0.RELEASE.jar
- spring-oxm-4.3.0.RELEASE.jar
- spring-tx-4.3.0.RELEASE.jar
- spring-web-4.3.0.RELEASE.jar
- spring-aop-4.3.0.RELEASE.jar
- spring-beans-4.3.0.RELEASE.jar
- spring-context-4.3.0.RELEASE.jar
- spring-context-support-4.3.0.RELEASE.jar
- spring-core-4.3.0.RELEASE.jar
- spring-expression-4.3.0.RELEASE.jar
- spring-jdbc-4.3.0.RELEASE.jar
- spring-orm-4.3.0.RELEASE.jar
- spring-oxm-4.3.0.RELEASE.jar
- spring-tx-4.3.0.RELEASE.jar
- spring-web-4.3.0.RELEASE.jar
With Security jars
带安全罐
- spring-security-config-3.2.5.RELEASE.jar
- spring-security-core-3.2.5.RELEASE.jar
- spring-security-web-3.2.5.RELEASE.jar
- spring-security-config-3.2.5.RELEASE.jar
- spring-security-core-3.2.5.RELEASE.jar
- spring-security-web-3.2.5.RELEASE.jar
采纳答案by JimHawkins
The documentation for spring security 4.2.xsays that the current spring security version 4.2.x is compatible with 4.3.26 and 4.0.x.
spring security 4.2.x的文档说当前的 spring security 版本 4.2.x 与 4.3.26 和 4.0.x 兼容。
For spring security 3.2.5 you should use spring 4.0.2 (doc for 3.2.5)
对于 spring security 3.2.5,你应该使用 spring 4.0.2 ( doc for 3.2.5)