MDaniyal
MDaniyal

Reputation: 1097

jersey-spring version with spring 4.2.5

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

Answers (2)

Stiff J.
Stiff J.

Reputation: 35

You can upgrade it up to any version, it will work fine.

Upvotes: 1

Martin Hansen
Martin Hansen

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

Related Questions