Performance degradation after moving to jersey 2 Performance degradation after moving to jersey 2 spring spring

Performance degradation after moving to jersey 2


By looking at your question I can not pin point the exact issue. But I can suggest you to check the following things:

  1. Check if there are any duplicate libraries/jars with different versions in your final build
  2. Check whether you have recommended Spring/jersey transitive dependency/jar versions in your final build

If you are using maven to build your project, then I suggest using the maven dependency tree plugin to check the above mentioned points.

-Chiru