Deprecated API


Contents
Deprecated Classes
org.springframework.batch.test.AbstractJobTests
          (from 2.1) use JobLauncherTestUtils instead 
org.springframework.batch.core.configuration.support.ClassPathXmlJobRegistry
          in version 2.1, please us AutomaticJobRegistrar instead 
 

Deprecated Methods
org.springframework.batch.item.util.FileUtils.setUpOutputFile(File, boolean, boolean)
          use the version with explicit append parameter instead. Here append=false is assumed. 
 

Deprecated Constructors
org.springframework.batch.core.partition.support.SimpleStepExecutionSplitter(JobRepository, Step, Partitioner)
          use SimpleStepExecutionSplitter.SimpleStepExecutionSplitter(JobRepository, boolean, String, Partitioner) instead 
 



Copyright © 2013 SpringSource. All Rights Reserved.