-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
7.0.0.ER4
-
None
DefaultTextPlain provider should be used for produceing in end-points without @Produces annotation. Example:
@Path("postDate") @POST public Response postDate() throws Exception { return Response.ok().entity(new Date(10000)).build(); }
This jira was split from JBEAP-2847. JBEAP-2847 provides partial fix of this jira. This jira was created because partial fix needs to be verified by QE.
For more information about this general issue, see comments in JBEAP-2847 ...
- is cloned by
-
RESTEASY-1403 DefaultTextPlain provider should be used for produceing in end-points without @Produces annotation
- Open
- is related to
-
JBEAP-2847 RESTEasy should have some Provider to produce primitive types without @Produces annotation
- Closed