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
The version 2.4.6 swagger-codegen-maven-plugin behavior differs from version 2.4.5, it fails to generate the "invoker" package which has (among others) the class ApiClient.
Swagger-codegen version
2.4.6, I believe this behavior is a regression of behavior from 2.4.5.
Swagger declaration file content or url
The generator does not complain about the spec, and I reproduced this behavior on two different API spec files, so I am not including a spec here.
Command line used for generation
mvn clean install
Steps to reproduce
POM file configured as below; all the ${foo} things are just various strings, nothing functional.
Description
The version 2.4.6 swagger-codegen-maven-plugin behavior differs from version 2.4.5, it fails to generate the "invoker" package which has (among others) the class ApiClient.
Swagger-codegen version
2.4.6, I believe this behavior is a regression of behavior from 2.4.5.
Swagger declaration file content or url
The generator does not complain about the spec, and I reproduced this behavior on two different API spec files, so I am not including a spec here.
Command line used for generation
mvn clean install
Steps to reproduce
POM file configured as below; all the ${foo} things are just various strings, nothing functional.
Related issues/PRs
I cannot find anyone complaining about 2.4.6 (yet).
Suggest a fix/enhancement
I don't have a fix.
The text was updated successfully, but these errors were encountered: