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
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/step/builder/AbstractTaskletStepBuilder.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -199,9 +199,10 @@ public B taskExecutor(TaskExecutor taskExecutor) {
199
199
* in the job repository for this step.
200
200
* @param throttleLimit maximum number of concurrent tasklet executions allowed
201
201
* @return this for fluent chaining
202
-
* @deprecated with no replacement since 5.0, scheduled for removal in 6.0. Use a custom
203
-
* {@link RepeatOperations} implementation (based on a {@link TaskExecutor} with a bounded
204
-
* task queue) and set it on the step with {@link #stepOperations(RepeatOperations)}.
202
+
* @deprecated with no replacement since 5.0, scheduled for removal in 6.0. Use a
203
+
* custom {@link RepeatOperations} implementation (based on a {@link TaskExecutor}
204
+
* with a bounded task queue) and set it on the step with
0 commit comments