openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

Add support of @ResponseStatus for jaxrs-spec generator

Open ginadebeukelaer opened this issue 8 months ago • 0 comments

According to the documentation the spring generator adds the @ResponseStatus annotation when useResponseEntity is disabled.

It would be useful to have a similar config option for the jaxrs-spec generator (according to the documentation this is not available currently).

2 proposals:

  1. Add the @ResponseStatus annotation when returnResponse is disabled. This would alter the default behavior.
  2. Create a new config option, e.g. responseStatus, that is disabled by default and can be set to true to enable it. To avoid conflicts the config option returnResponse would also have to be disabled before adding the annotation.

ginadebeukelaer avatar Jun 02 '25 13:06 ginadebeukelaer