Strategy when migrating to Spring 3.2.0
Hi,
we have been using a combination of Spring 3.0.4.RELEASE and Spring Security 3.0.3.RELEASE so far.
Now we are trying to upgrade to Spring 3.2.0.RELEASE. It seems to us that there is no release version of Spring Security that can be combined with that version of Spring.
We are in an OSGi context so the Manifest metadata of the latest Spring Security 3.1 release specifies an upper version bound for spring package excluding 3.2.0.
https://jira.springsource.org/browse/SEC-2096 fixes this problem for Spring Security 3.2.0.M1.
Is there a recommended way for tackling this issue as long as Spring Security 3.2 has not been released? Is there already a planned release date for Spring Security 3.2?
We thought about manipulating the manifests of the 3.1.3 release of Spring Security allowing import of version 3.2.0 for Spring. Would you expect any problems from doing this?
Any help appreciated!
Best regards,
Jens