I have recently upgraded my REST API to use jersey 2.x and now I am unable to retrieve JSON body params the way I used to, the methods simply do not get called anymore. My g
You may be missing Jersey JSON Jackson (2.x) entity providers support module:
org.glassfish.jersey.media jersey-media-json-jackson 2.19 compile
It is recommended to use the same Jersey version in all libs.