Move specific reader/writer to subpackages

This commit is contained in:
dsyer
2008-07-03 15:42:36 +00:00
parent f1b0c31ca9
commit 8a10ccb1ee
54 changed files with 105 additions and 63 deletions

View File

@@ -15,7 +15,7 @@
*/
package org.springframework.batch.integration.item;
import org.springframework.batch.item.AbstractItemWriter;
import org.springframework.batch.item.support.AbstractItemWriter;
import org.springframework.beans.factory.annotation.Required;
import org.springframework.integration.channel.MessageChannel;
import org.springframework.integration.message.GenericMessage;

View File

@@ -9,7 +9,7 @@ import org.springframework.batch.core.step.skip.AlwaysSkipItemSkipPolicy;
import org.springframework.batch.integration.chunk.ChunkRequest;
import org.springframework.batch.integration.chunk.ChunkResponse;
import org.springframework.batch.integration.chunk.ItemWriterChunkHandler;
import org.springframework.batch.item.AbstractItemWriter;
import org.springframework.batch.item.support.AbstractItemWriter;
import org.springframework.batch.repeat.ExitStatus;
import org.springframework.util.StringUtils;

View File

@@ -2,7 +2,7 @@ package org.springframework.batch.integration.chunk;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.batch.item.AbstractItemWriter;
import org.springframework.batch.item.support.AbstractItemWriter;
import org.springframework.stereotype.Component;
@Component