Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 17.0.0
-
Fix Version/s: 17.0.0
-
Component/s: REST
-
Security Level: Default (Default Security Scheme)
-
Labels:None
-
Sprint:Newts - Phase 6
Description
During a code review the HeatMap ReST service produce just JSON output. Compared to other ReST services we produce the following output formats:
@Produces({MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON, MediaType.APPLICATION_ATOM_XML})