Move the JobExecutorFacade interface to a subpackage - no need for it to be central.
OPEN - issue BATCH-84: Simplify JobLauncher so it can be used to start a job with a String/Properties http://opensource.atlassian.com/projects/spring/browse/BATCH-84
This commit is contained in:
@@ -21,7 +21,7 @@ import junit.framework.TestCase;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.springframework.batch.core.configuration.JobConfiguration;
|
||||
import org.springframework.batch.execution.JobExecutorFacade;
|
||||
import org.springframework.batch.execution.facade.JobExecutorFacade;
|
||||
import org.springframework.beans.factory.BeanFactory;
|
||||
import org.springframework.context.ConfigurableApplicationContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user