We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When specifying additionalProperties, reservedWordMappings,etc. without specifying configOptions the plugin throws a NullPointerException.
2.3.1 and master (2.4.0-SNAPSHOT)
<plugin> <groupId>io.swagger</groupId> <artifactId>swagger-codegen-maven-plugin</artifactId> <version>2.3.1</version> <executions> <execution> <goals> <goal>generate</goal> </goals> <configuration> <inputSpec>src/main/resources/api.yaml</inputSpec> <language>java</language> <additionalProperties> <additionalProperty>key=value</additionalProperty> </additionalProperties> </configuration> </execution> </executions> </plugin>
Specify additionalProperties without configOptions
The text was updated successfully, but these errors were encountered:
Close
Sorry, something went wrong.
No branches or pull requests
Description
When specifying additionalProperties, reservedWordMappings,etc. without specifying configOptions the plugin throws a NullPointerException.
Swagger-codegen version
2.3.1 and master (2.4.0-SNAPSHOT)
Swagger declaration file content or url
Steps to reproduce
Specify additionalProperties without configOptions
The text was updated successfully, but these errors were encountered: