You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* term millis removed from class attributes and moved to docs
* timeout attributes removed from TaskJobLauncherCommandLinerRunnerFactory Bean and TaskJobLauncherCommandLineRunner
* TaskBatchTest moved to configuration package
* Documentation updated
* pom.xml reset
* rebased conflicts resolved
* TaskJobLauncherCommandLineRunner uses BatchStatus instead of exitCode
to determine if a Job has failed.
resolvesspring-cloud#466
We need to use BatchStatus to determine if the JobExecution successfully terminated in the TaskJobLauncherCommandLineRunner. https://github.com/spring-cloud/spring-cloud-task/blob/master/spring-cloud-task-batch/src/main/java/org/springframework/cloud/task/batch/handler/TaskJobLauncherCommandLineRunner.java#L169
The text was updated successfully, but these errors were encountered: