Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.1.0
-
Labels:None
-
User impact:Medium
-
Affects Docs:Yes
-
Migration Impact:This should not affect Mule clients that use mule-module-spring-security.
-
Similar Issues:None
Description
mule-module-spring-security is currently programmed against Spring Security 2.0.4, which was released over two years ago. Spring itself has been updated to 3.0.3.RELEASE. Spring Security now tracks Spring core's releases and numbering, and Spring Security should be set to whatever Spring core is in the root pom.xml (currently 3.0.3.RELEASE).
In the 3.0.0 release of Spring Security, a number of packages were moved. It takes about ten minutes to make all the changes necessary, or I can provide a patch.
Issue Links
- blocks
-
MULE-5200
Mule parser can't handle references to Spring beans in parent context
-
Actually, getting the tests working required deeper knowledge than just where the packages were rearranged to. So I generated a patch here anyway. Hope it's used...