swagger-codegen-generators icon indicating copy to clipboard operation
swagger-codegen-generators copied to clipboard

[Micronaut] remove 'defaultValue' in @Parameter annotations in Micronaut templates

Open pbthorste opened this issue 5 years ago • 1 comments

If the swagger file has a default value set on a parameter, a 'defaultValue' will be added to the @Parameter annotation. The problem is that this annotation uses io.swagger.v3.oas.annotations.Parameter and it does not support this field.

pbthorste avatar Jan 08 '21 13:01 pbthorste

Hi @HugoMario - any chance of getting this PR merged ?

pbthorste avatar Apr 09 '21 16:04 pbthorste