This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from a278d28251 Merge pull request #5670
add d469aaa480 FINERACT-1659: Fix optimistic locking in savings interest
posting batch job
new 64b21ef884 Merge pull request #5671
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../portfolio/savings/data/SavingsAccountData.java | 1 +
.../SavingsAccountReadPlatformServiceImpl.java | 3 +
.../service/SavingsSchedularInterestPoster.java | 93 ++++++++++++---------
.../SavingsSchedularInterestPosterTest.java | 96 ++++++++++++++++++++++
.../SavingsInterestPostingJobIntegrationTest.java | 87 +++++++++++++++-----
5 files changed, 221 insertions(+), 59 deletions(-)
create mode 100644
fineract-savings/src/test/java/org/apache/fineract/portfolio/savings/service/SavingsSchedularInterestPosterTest.java