RESOLVED - issue BATCH-45: Create a POJO adapter for batch Tasklet
http://jira.springframework.org/browse/BATCH-45 Use the existing method invoking delegator to provide a crude adapter (not trying to pass result back in).
This commit is contained in:
@@ -11,7 +11,7 @@ import org.springframework.test.AbstractDependencyInjectionSpringContextTests;
|
||||
*
|
||||
* @author Robert Kasanicky
|
||||
*/
|
||||
public class DelegatingItemProcessorIntegrationTests extends AbstractDependencyInjectionSpringContextTests {
|
||||
public class ItemProcessorAdapterIntegrationTests extends AbstractDependencyInjectionSpringContextTests {
|
||||
|
||||
private ItemProcessorAdapter processor;
|
||||
|
||||
Reference in New Issue
Block a user