Skip to content

Apply API change of ItemWriter on Spring Batch 5.0 #715

Closed
@kazuki43zoo

Description

@kazuki43zoo

In Spring Batch 5.0, ItemReader has been changed method signatures.

Before:

public void write(List<W> items);

After:

public void write(Chunk<W> items);

Metadata

Metadata

Assignees

Labels

enhancementImprove a feature or add a new feature

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions