| Class and Description |
|---|
| org.springframework.batch.core.configuration.support.ClassPathXmlApplicationContextFactory
use
GenericApplicationContextFactory instead |
| org.springframework.batch.core.configuration.support.ClassPathXmlJobRegistry
in version 2.1, please us
AutomaticJobRegistrar instead |
| Method and Description |
|---|
| org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean.getJobRepository()
use
AbstractJobRepositoryFactoryBean.getObject() instead |
| org.springframework.batch.core.job.flow.support.state.StepState.getStep()
in favor of using
StepLocator.getStep(String). |
| Constructor and Description |
|---|
| org.springframework.batch.core.partition.support.SimpleStepExecutionSplitter(JobRepository, Step, Partitioner) |