-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
3.0.14.Final
-
None
-
None
DefaultTextPlain provider should be used for produceing in end-points without @Produces annotation.
This jira was split from RESTEASY-1282. RESTEASY-1282 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 ...
@Path("postDate") @POST public Response postDate() throws Exception { return Response.ok().entity(new Date(10000)).build(); }
- clones
-
JBEAP-4725 DefaultTextPlain provider should be used for produceing in end-points without @Produces annotation
- Closed
- is related to
-
RESTEASY-1282 RESTEasy should have some Provider to produce primitive types without @Produces annotation
- Closed