From bf0c27dd1a187bcd128241e366140cc1b84fdf74 Mon Sep 17 00:00:00 2001 From: Steve Brown Date: Sun, 25 Sep 2016 01:51:08 -0400 Subject: [PATCH] Correct typo of closecontext.enable property https://github.com/spring-cloud/spring-cloud-task/blob/master/spring-cloud-task-core/src/main/java/org/springframework/cloud/task/listener/TaskLifecycleListener.java#L92 --- spring-cloud-task-docs/src/main/asciidoc/features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-task-docs/src/main/asciidoc/features.adoc b/spring-cloud-task-docs/src/main/asciidoc/features.adoc index 555d3aa2..6dc453e1 100644 --- a/spring-cloud-task-docs/src/main/asciidoc/features.adoc +++ b/spring-cloud-task-docs/src/main/asciidoc/features.adoc @@ -49,7 +49,7 @@ updated in the repository with the results. NOTE: At the completion of a task (all `*Runner#run` methods are called and the task repository has been updated) the `ApplicationContext` will be closed by default. This -behavior can be overriden by setting the property `spring.cloud.task.closecontext.enabled` +behavior can be overriden by setting the property `spring.cloud.task.closecontext.enable` to false. [[features-task-execution-details]]