Reputation: 1097
I am upgrading Spring version from 3.0.5 to 4.2.5, currently it uses jersey-spring version 1.3. Up to what version I can upgrade the jersey so that it will be compatible with Spring 4.2.5.
PS: group-id is com.sun.jersey.contribs
Upvotes: 2
Views: 521
Reputation: 2101
You should be able to update it to any 1.x version. Spring can be integrated with both 1.x and 2.x, but jersey 2.x is has no backward compatibility with jersey 1.x.
Upvotes: 1