Class and Description |
---|
org.springframework.batch.test.AbstractJobTests
(from 2.1) use
JobLauncherTestUtils instead |
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 |
org.springframework.batch.core.repository.dao.XStreamExecutionContextStringSerializer
Due to the incompatibilities between current Jettison versions and XStream
versions, this serializer is deprecated in favor of
Jackson2ExecutionContextStringSerializer |
Constructor and Description |
---|
org.springframework.batch.core.partition.support.SimpleStepExecutionSplitter(JobRepository, Step, Partitioner) |