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
I'm receiving a nullpointerexception pretty early on in the build process, using a local openapi.json file. This seems unrelated to #32 as there are no nullable enums (but are non-nullable enums).
openapi: 3.1.0
fastapi: 0.1.0
Exception in thread "main" java.lang.NullPointerException
at java.util.HashSet.<init>(HashSet.java:118)
at org.openapitools.codegen.config.CodegenConfigurator.toContext(CodegenConfigurator.java:408)
at org.openapitools.codegen.config.CodegenConfigurator.toClientOptInput(CodegenConfigurator.java:453)
at org.openapitools.codegen.cmd.Generate.run(Generate.java:407)
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:60)
The text was updated successfully, but these errors were encountered:
I'm receiving a nullpointerexception pretty early on in the build process, using a local openapi.json file. This seems unrelated to #32 as there are no nullable enums (but are non-nullable enums).
openapi: 3.1.0
fastapi: 0.1.0
The text was updated successfully, but these errors were encountered: