I am trying with simple Jersey + JSON example but I get following error message body writer for Java class com.test.jsonexample and MIME media type application/json w
message body writer for Java class com.test.jsonexample and MIME media type application/json w
I too have same issue with 1.19.4 jersey. It got fixed by adding
compile group: 'com.fasterxml.jackson.jaxrs', name: 'jackson-jaxrs-json-provider', version: '2.10.0.pr1'
to gradle dependency.
Thanks, Praveen R.