From 94c1bd52d9f968163759473592ca63708c6a3049 Mon Sep 17 00:00:00 2001 From: Sanjeev Date: Tue, 12 Sep 2023 11:30:06 -0500 Subject: [PATCH] #917-modified the L208 to have modified to have 'current' in place of '4.0.x' in the link --- docs/modules/ROOT/pages/batch.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/batch.adoc b/docs/modules/ROOT/pages/batch.adoc index 0347d753..7c0474e6 100644 --- a/docs/modules/ROOT/pages/batch.adoc +++ b/docs/modules/ROOT/pages/batch.adoc @@ -205,7 +205,7 @@ Batch/Boot behavior. Keep in mind that a task is a boot application and that the returned from the task is the same as a boot application. To override this behavior and allow the task to return an exit code other than zero when a batch job returns an -https://docs.spring.io/spring-batch/4.0.x/reference/html/step.html#batchStatusVsExitStatus[BatchStatus] +https://docs.spring.io/spring-batch/current/reference/html/step.html#batchStatusVsExitStatus[BatchStatus] of `FAILED`, set `spring.cloud.task.batch.fail-on-job-failure` to `true`. Then the exit code can be 1 (the default) or be based on the https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-spring-application.html#boot-features-application-exit[specified