I have wrote a JAX-RS server and client both use Jersey. I want to sent a collection of my entities to client and I made this steps:
Adding this dependency has fixed my error while other suggested answers did not:
org.glassfish.jersey.media jersey-media-jaxb ${jersey2.version}