FINERACT-1659: Fix optimistic locking in savings interest posting batch job#5671
Conversation
56a3708 to
5fc3ca4
Compare
|
I have force-pushed the fixes for the Lombok duplicate getters/setters and the Checkstyle trailing space. Could a maintainer please approve the workflows so the CI can run against the new commit? Thank you! |
|
@awaneetdecoder Please review the failing checks! |
|
Please run: Before any PR or changes, please always run these two commands and make sure there is green build! |
5fc3ca4 to
b93060f
Compare
|
@adamsaghy I have addressed all the failing checks:
Thank you for your patience. |
Problem
The savings interest posting batch job could post duplicate interest
when two instances ran concurrently. PR #5550 attempted a fix but
adamsaghy correctly identified there was no rollback mechanism —
version mismatch was silently skipped.
Fix
Files Changed
Fixes FINERACT-1659
Supersedes PR #5550