From 48c924b3162712f07299514edeaf93c923acb3d2 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Tue, 29 Apr 2025 07:44:35 -0400 Subject: [PATCH] Move the deprecation notice for Batch Partitions to the correct location --- 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 3c576c45..e74edab9 100644 --- a/docs/modules/ROOT/pages/batch.adoc +++ b/docs/modules/ROOT/pages/batch.adoc @@ -9,7 +9,6 @@ Batch. Tracking the association between a job execution and the task in which it executed as well as remote partitioning through Spring Cloud Deployer are covered in this section. -NOTE: This feature is now end-of-life and will be removed in a future release. -- [[batch-association]] @@ -70,6 +69,7 @@ workers to be executing at once, the interval to poll for the results (defaults seconds), and a timeout (defaults to -1 or no timeout). The following example shows how configuring this `PartitionHandler` might look: +NOTE: This feature is now end-of-life and will be removed in a future release. [source,java] ----