Skip to content

Commit

Permalink
JAVA Spring <async>false</async> Pushing the improved fix (#1179)
Browse files Browse the repository at this point in the history
* Pushing the improved fix

* reverting the unrelated change

* saving the revertal properly
  • Loading branch information
raghuraman1 authored and wing328 committed Oct 5, 2018
1 parent 9939702 commit b0dfcf2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ public void processOpts() {

if (additionalProperties.containsKey(ASYNC)) {
this.setAsync(Boolean.valueOf(additionalProperties.get(ASYNC).toString()));
//fix for issue/1164
convertPropertyToBooleanAndWriteBack(ASYNC);
}

if (additionalProperties.containsKey(REACTIVE)) {
Expand Down

0 comments on commit b0dfcf2

Please sign in to comment.