Set the spring.cloud.task.closecontext_enable default to false
resolves #364
This commit is contained in:
committed by
Michael Minella
parent
3f316a0170
commit
94e074d841
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user