Raphaël Chaumier

Results 2 issues of Raphaël Chaumier

Hi, the generator JavaJAXRSSpecServerCodegen uses a template [apiInterface.mustache](https://github.com/swagger-api/swagger-codegen-generators/blob/master/src/main/resources/handlebars/JavaJaxRS/spec/apiInterface.mustache) which allow to use Jaxrs Response as a return type instead of the generated ones by setting the returnResponse parameter when combined...

Hi, the generator JavaJAXRSSpecServerCodegen uses a template apiInterface.mustache when interfaceOnly is set to true. Unluckily, if I set oauth2 security scheme and security tag I obtain a beautiful Java interface...