-
Bug
-
Resolution: Done
-
Major
-
None
-
None
At first, dealing with the content types (incoming and outgoing) was delegated to JAX-RS, but as we are dealing only with JSON payloads, it would be better to change the endpoints to add `@Consumes` and `@Produces` clauses , so that consumers don't need to explicitly tell the content-type.