Add listener to persist relationship between job and task
This introduces a listener that stores the association between a Spring Batch job and the task it was executed within. Resolves spring-cloud/spring-cloud-task#46 Merge Changes based on code review.
This commit is contained in:
committed by
Glenn Renfro
parent
bb76cef391
commit
7c8fc5f50e
@@ -13,7 +13,6 @@
|
||||
<artifactId>spring-cloud-task-core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Cloud Task Core</name>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<description>Spring Cloud Task</description>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user