On Sep 8, 2010, at 6:34 PM, jeffrey.phillips_at_accenture.com wrote:
> Thanks Paul.
>
> I have one more question. We are also using the Jersey-Spring jar
> to take advantage of that integration.
>
> If we upgrade Jersey to 1.3, would we need to also upgrade that jar
> to 1.3?
Yes. All jersey related jars should be using the same version.
> If yes, are there any issues with spring versions that you are aware
> of?
>
> We currently use Spring 2.5.6.
That should be OK. The maven version range in the jersey spring pom is
declared as [2.5.2,3) which means anything >= 2.5 and < 3.0
>
> If it requires Spring 3.x, what was the last version that supported
> Spring 2.5.6?
It does not depend on Spring 3.x, 2.5.6 should work.
FWIW I know developers who have overridden the dependencies and have
used Spring 3.x without issue.
Paul.