Closed
Description
The reference doc for ItemWriteListener says:
The afterWrite method is called after the item has been successfully written
However, digging into the Javadoc for ItemWriteListener, it seems otherwise:
This is called before any transaction is committed
"after successfully written" suggests that the transaction will have already been committed. The reference documentation should be updated to specify that "after successfully written" actually means before the transaction is committed (i.e. during the write, not after it).
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
hwan33 commentedon Nov 3, 2023
Can i work on this issue?
fmbenhassine commentedon Nov 6, 2023
@hwan33 Sure!
As a rule of thumb, no need to ask for contributions. Any issue not tagged with
status: for-internal-team
is open for contributions. Look for issues tagged withstatus: ideal-for-contribution
as well. Thank you for your offer to help!Revise the documentation to correct misleading information regarding …
[-]Documentation on ItemWriteListener is misleading.[/-][+]Misleading documentation on ItemWriteListener[/+]Fix misleading documentation regarding the ItemWriteListener
6 remaining items