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:
raghuraman1
2018-10-05 19:26:22 +05:30
committed by William Cheng
parent 9939702f31
commit b0dfcf29b3

View File

@@ -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)) {