-
Terminally Deprecated ElementsElementDescriptionDeprecated as of v5.0 and scheduled for removal in v5.2 in favor of using the
StepBuilder.org.springframework.batch.core.configuration.xml.StepParserStepFactoryBean.setThrottleLimit(Integer) since 5.0, scheduled for removal in 6.0. This API is not intended for end users anyway. It is only used by the XML namespace parser.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 customRepeatOperationsimplementation (based on aTaskExecutorwith a bounded task queue) and set it on the step withAbstractTaskletStepBuilder.stepOperations(RepeatOperations).since 5.0, scheduled for removal in 6.0. Use a pooledTaskExecutorimplementation with a limited capacity of its task queue instead.
-
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 theChunkListeneras of 5.0, in favor of the default methods on theJobExecutionListeneras of v5.0 in favor of the default methods inSkipListener.as of 5.0, in favor of the default methods on theStepExecutionListener
-
Deprecated MethodsMethodDescriptionorg.springframework.batch.core.configuration.xml.StepParserStepFactoryBean.setThrottleLimit
(Integer) since 5.0, scheduled for removal in 6.0. This API is not intended for end users anyway. It is only used by the XML namespace parser.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.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 customRepeatOperationsimplementation (based on aTaskExecutorwith a bounded task queue) and set it on the step withAbstractTaskletStepBuilder.stepOperations(RepeatOperations).since 5.0, scheduled for removal in 6.0. Use a pooledTaskExecutorimplementation with a limited capacity of its task queue instead.
-
Deprecated ConstructorsConstructorDescription
JobBuilder.