forked from loafle/openapi-generator-original
JAVA Spring <async>false</async> Pushing the improved fix (#1179)
* Pushing the improved fix * reverting the unrelated change * saving the revertal properly
This commit is contained in:
committed by
William Cheng
parent
9939702f31
commit
b0dfcf29b3
@@ -221,6 +221,8 @@ public class SpringCodegen extends AbstractJavaCodegen
|
||||
|
||||
if (additionalProperties.containsKey(ASYNC)) {
|
||||
this.setAsync(Boolean.valueOf(additionalProperties.get(ASYNC).toString()));
|
||||
//fix for issue/1164
|
||||
convertPropertyToBooleanAndWriteBack(ASYNC);
|
||||
}
|
||||
|
||||
if (additionalProperties.containsKey(REACTIVE)) {
|
||||
|
||||
Reference in New Issue
Block a user