-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Misleading documentation on ItemWriteListener #4400
Labels
for: backport-to-5.0.x
Issues that will be back-ported to the 5.0.x line
for: backport-to-5.1.x
Issues that will be back-ported to the 5.1.x line
in: documentation
type: enhancement
Milestone
Comments
Can i work on this issue? |
@hwan33 Sure! As a rule of thumb, no need to ask for contributions. Any issue not tagged with |
hwan33
added a commit
to hwan33/spring-batch
that referenced
this issue
Nov 18, 2023
…the ItemWriteListener. resolves spring-projects#4400
fmbenhassine
pushed a commit
that referenced
this issue
Mar 11, 2024
FBibonne
pushed a commit
to FBibonne/spring-batch
that referenced
this issue
Feb 2, 2025
Resolves spring-projects#4400 Signed-off-by: Fabrice Bibonne <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
for: backport-to-5.0.x
Issues that will be back-ported to the 5.0.x line
for: backport-to-5.1.x
Issues that will be back-ported to the 5.1.x line
in: documentation
type: enhancement
The reference doc for ItemWriteListener says:
However, digging into the Javadoc for ItemWriteListener, it seems otherwise:
"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).
The text was updated successfully, but these errors were encountered: