Set the spring.cloud.task.closecontext_enable default to false

resolves #364
This commit is contained in:
Glenn Renfro
2018-01-23 09:36:16 -05:00
committed by Michael Minella
parent 3f316a0170
commit 94e074d841
4 changed files with 20 additions and 34 deletions

View File

@@ -60,7 +60,7 @@ public class TaskProperties {
* When set to true the context is closed at the end of the task. Else
* the context remains open.
*/
private Boolean closecontextEnabled = true;
private Boolean closecontextEnabled = false;
public String getExternalExecutionId() {
return externalExecutionId;