From f7def2d1de04ec968eb26fd19c615a4e6a9ea2cf Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 19 Dec 2016 16:10:16 -0500 Subject: [PATCH] INT-4187: Add enable-status-reader for tailer to XSD JIRA: https://jira.spring.io/browse/INT-4187 --- .../file/config/spring-integration-file-4.3.xsd | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-4.3.xsd b/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-4.3.xsd index 90e862007d..ca261bca72 100644 --- a/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-4.3.xsd +++ b/spring-integration-file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-4.3.xsd @@ -234,6 +234,17 @@ Only files matching this regular expression will be picked up by this adapter. + + + + Configure the adapter to either start a thread for capturing stderr or not. + Default: True + + + + + +