Skip to content

Commit afc1b2e

Browse files
committed
Needed to update property name for job names.
it is singular now for Boot 3.x.
1 parent f7d52e6 commit afc1b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-task-batch/src/main/java/org/springframework/cloud/task/batch/configuration/TaskBatchProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class TaskBatchProperties {
3333
/**
3434
* Comma-separated list of job names to execute on startup (for instance,
3535
* `job1,job2`). By default, all Jobs found in the context are executed.
36-
* @deprecated use spring.batch.job.names instead of spring.cloud.task.batch.jobNames.
36+
* @deprecated use spring.batch.job.name instead of spring.cloud.task.batch.jobNames.
3737
*/
3838
private String jobNames = "";
3939

0 commit comments

Comments
 (0)