Skip to content

Document name requirement of FlatFileItemReaderBuilder#5458

Open
younghun0610 wants to merge 1 commit into
spring-projects:mainfrom
younghun0610:patch-1
Open

Document name requirement of FlatFileItemReaderBuilder#5458
younghun0610 wants to merge 1 commit into
spring-projects:mainfrom
younghun0610:patch-1

Conversation

@younghun0610

Copy link
Copy Markdown

Document the name and saveState properties in the FlatFileItemReader reference documentation, and explain why FlatFileItemReaderBuilder requires a name when saveState is true.

Resolves #981

Thank you for taking time to contribute this pull request!
You might have already read the contributor guide, but as a reminder, please make sure to:

  • Rebase your changes on the latest main branch and squash your commits
  • Add/Update unit tests as needed
  • Run a build and make sure all tests pass prior to submission
  • Sign-off commits according to the Developer Certificate of Origin

For more details, please check the contributor guide.
Thank you upfront!

Document the name and saveState properties in the FlatFileItemReader reference documentation, and explain why FlatFileItemReaderBuilder requires a name when saveState is true.

Resolves spring-projects#981

Signed-off-by: younghun0610 <younghun@rudalink.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Omitting the name from the FlatFileItemReaderBuilder results in an exception. [BATCH-2623]

1 participant