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

[REQ] Feature Request support jaxrs-spec generation with Quarkus

Open geyuqiu opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

when replacing

<generatorName>spring</generatorName> (Spring Boot) with <generatorName>jaxrs-spec</generatorName> (Quarkus)

java source code with swagger 2 is generated: @ApiOperation instead of @Operation

Describe the solution you'd like

it works with swagger 3

Describe alternatives you've considered

config option in pom.xml

Additional context

difference between swagger 2 vs 3: please see https://support.intershop.com/kb/index.php/Display/2914L4

geyuqiu avatar Jun 20 '24 14:06 geyuqiu