We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9939702 commit b0dfcf2Copy full SHA for b0dfcf2
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/SpringCodegen.java
@@ -221,6 +221,8 @@ public void processOpts() {
221
222
if (additionalProperties.containsKey(ASYNC)) {
223
this.setAsync(Boolean.valueOf(additionalProperties.get(ASYNC).toString()));
224
+ //fix for issue/1164
225
+ convertPropertyToBooleanAndWriteBack(ASYNC);
226
}
227
228
if (additionalProperties.containsKey(REACTIVE)) {
0 commit comments