You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ciis0
changed the title
[BUG] [JAVA]annotation library bug when generating spring-http-interface via online generator
[BUG] [JAVA] annotation library bug when generating spring-http-interface via online generator
Jan 14, 2025
Bug Report Checklist
Description
when generating spring client with library spring-http-interface via openapi-generator-online the annotationLibrary is set to swagger2.
openapi-generator version
7.11.0-SNAPSHOT / master@4259e927
OpenAPI declaration file content or url
https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml
Generation Details
using openapi-generator-online (using cli the generated code is fine!)
Steps to reproduce
generates a ZIP that has undeclared
@Parameter
annotations on parameters, e.g. inspring-client/src/main/java/org/openapitools/api/PetApi.java
:Related issues/PRs
N/A
Suggest a fix
workaround:
add
"documentationProvider": "none"
to options.The text was updated successfully, but these errors were encountered: