From 28e2c14e60fb422c3adcc5f59c98a0a905458f2b Mon Sep 17 00:00:00 2001 From: guilhermerama Date: Wed, 4 Nov 2015 09:24:35 -0300 Subject: [PATCH] partitionJob.xml shouid demonstrate asynch process The README file on samples describes the partitionJob as an example of the asynch process feature, so I changed the class of the taskExecutor to SimpleAsyncTaskExecutor --- .../src/main/resources/jobs/partitionFileJob.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-samples/src/main/resources/jobs/partitionFileJob.xml b/spring-batch-samples/src/main/resources/jobs/partitionFileJob.xml index 51d57b08a..2b034bbba 100644 --- a/spring-batch-samples/src/main/resources/jobs/partitionFileJob.xml +++ b/spring-batch-samples/src/main/resources/jobs/partitionFileJob.xml @@ -16,7 +16,7 @@ - +