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
[main] INFO io.swagger.parser.Swagger20Parser - reading from /app/openapi_hermes_v1.10.0.json
[main] INFO io.swagger.parser.Swagger20Parser - reading from /app/openapi_hermes_v1.10.0.json
[main] INFO io.swagger.codegen.ignore.CodegenIgnoreProcessor - No .swagger-codegen-ignore file found.
Exception in thread "main" java.lang.RuntimeException: missing swagger input or config!
at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:766)
at io.swagger.codegen.cmd.Generate.run(Generate.java:307)
at io.swagger.codegen.SwaggerCodegen.main(SwaggerCodegen.java:35)
On Stackoverflow forum, i found that the 2.x version supports only the swagger schema.
The text was updated successfully, but these errors were encountered:
enimiste
changed the title
Latest docker image uses an old version of Swagger Codgen : 2.4.43 instead of the last stable one 3.x
Error : missing swagger input or config! on docker image
Aug 24, 2024
Docker image : latest
Issue :
Unable to generate code from OpenAPI v3 documentation file. The command that i used is :
Error that i got when running the command :
On Stackoverflow forum, i found that the 2.x version supports only the swagger schema.
The text was updated successfully, but these errors were encountered: