Skip to content

Incorrect Javadoc in SimpleStepBuilder #4402

Closed
@fmbenhassine

Description

@fmbenhassine

The Javadoc on SimpleStepBuilder is incorrect here:

Step builder for simple item processing (chunk oriented) steps. Items are read and cached in chunks,
and then processed (transformed) and written (optionally either the processor or the writer can be omitted)
all in the same transaction.

The item writer is mandatory in a chunk-oriented step, only the item processor is optional. The goal of this issue is to change the Javadoc as follows:

--optionally either the processor or the writer can be omitted
++optionally the processor can be omitted

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions