-
Terminally Deprecated ElementsElementDescriptionDeprecated as of v5.0 and scheduled for removal in v5.2 in favor of using the
StepBuilder
.since 5.0, scheduled for removal in 5.2. UseJobParametersConverter.getProperties(JobParameters)
since 5.0, scheduled for removal in 5.2. UseJobParametersBuilder.addJobParameter(java.lang.String, org.springframework.batch.core.JobParameter<?>)
.useJobOperator.start(String, Properties)
instead. Will be removed in v5.2.since 5.0 with no replacement. Scheduled for removal in 5.2.Since v5.0.0 for removal in v5.2.0. UseTaskExecutorJobLauncher
.with no replacement since 5.0, scheduled for removal in 6.0. Use a customRepeatOperations
implementation (based on aTaskExecutor
with a bounded task queue) and set it on the step withAbstractTaskletStepBuilder.stepOperations(RepeatOperations)
.
-
Deprecated ClassesClassDescriptionDeprecated as of v5.0 and scheduled for removal in v5.2 in favor of using the
JobBuilder
.Deprecated as of v5.0 and scheduled for removal in v5.2 in favor of using theStepBuilder
.since 5.0 with no replacement. Scheduled for removal in 5.2.Since v5.0.0 for removal in v5.2.0. UseTaskExecutorJobLauncher
.as of 5.0, in favor of the default methods on theChunkListener
as of 5.0, in favor of the default methods on theJobExecutionListener
as of v5.0 in favor of the default methods inSkipListener
.as of 5.0, in favor of the default methods on theStepExecutionListener
-
Deprecated MethodsMethodDescriptionsince 5.0, scheduled for removal in 5.2. Use
JobParametersConverter.getProperties(JobParameters)
since 5.0, scheduled for removal in 5.2. UseJobParametersBuilder.addJobParameter(java.lang.String, org.springframework.batch.core.JobParameter<?>)
.useJobOperator.start(String, Properties)
instead. Will be removed in v5.2.as of v5.0 in favor of using theJdbcJobInstanceDao.setJobInstanceIncrementer(org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer)
with no replacement since 5.0, scheduled for removal in 6.0. Use a customRepeatOperations
implementation (based on aTaskExecutor
with a bounded task queue) and set it on the step withAbstractTaskletStepBuilder.stepOperations(RepeatOperations)
.
-
Deprecated Constructors
JobBuilder
.