Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in the documentation chapter Spring Batch Integration #4649

Closed
pxzxj opened this issue Aug 20, 2024 · 2 comments
Closed

Typo in the documentation chapter Spring Batch Integration #4649

pxzxj opened this issue Aug 20, 2024 · 2 comments
Labels
for: backport-to-5.1.x Issues that will be back-ported to the 5.1.x line in: documentation type: bug
Milestone

Comments

@pxzxj
Copy link
Contributor

pxzxj commented Aug 20, 2024

chapter Spring Batch Integration/Sub-elements/Asynchronous Processors
Asynchronous Processors help you scale the processing of items. In the asynchronous processor use case, an AsyncItemProcessor serves as a dispatcher, executing the logic of the ItemProcessor for an item on a new thread. Once the item completes, the Future is passed to the AsynchItemWriter to be written.

wrong: AsynchItemWriter
correct: AsyncItemWriter

@pxzxj pxzxj added the status: waiting-for-triage Issues that we did not analyse yet label Aug 20, 2024
@fmbenhassine
Copy link
Contributor

That correct, good catch! You are welcome to contribute the fix if you want.

@fmbenhassine fmbenhassine added in: documentation type: bug for: backport-to-5.1.x Issues that will be back-ported to the 5.1.x line and removed status: waiting-for-triage Issues that we did not analyse yet labels Sep 3, 2024
@fmbenhassine fmbenhassine added this to the 5.2.0 milestone Sep 3, 2024
@pxzxj
Copy link
Contributor Author

pxzxj commented Sep 4, 2024

OK,I'll create a PR.By the way, this typo exists in multiple branchs

@fmbenhassine fmbenhassine modified the milestones: 5.2.0, 5.2.0-RC1 Sep 16, 2024
fmbenhassine pushed a commit that referenced this issue Oct 23, 2024
@fmbenhassine fmbenhassine changed the title typo in the chapter Spring Batch Integration of documentation Typo in the documentation chapter Spring Batch Integration Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: backport-to-5.1.x Issues that will be back-ported to the 5.1.x line in: documentation type: bug
Projects
None yet
Development

No branches or pull requests

2 participants