-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Unable to set "connectionAutoCommit" parameter with JdbcCursorItemReaderBuilder #3717
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
Comments
@qwazer May I please work on this issue? I have prior experience working with Spring-Batch and I would like to contribute to the project. |
H, @ankurtrapasiya Yes. Why not. |
Please review #3719 |
@ankurtrapasiya Thank you for your PR, I will let you know once I start looking at it. Thank you. |
Fixed in #3719 . |
Uh oh!
There was an error while loading. Please reload this page.
Bug description
AbstractCursorItemReader has parameter "connectionAutoCommit" that is not configurable with JdbcCursorItemReaderBuilder
Expected behavior
"connectionAutoCommit" can be configured with JdbcCursorItemReaderBuilder
Additional info
The parameter "connectionAutoCommit" was added in #446
The text was updated successfully, but these errors were encountered: