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 ae6dde022 FINERACT-1269: (fix) add a try-catch block to ensure that
the json is deserialized successfully.
add 6458094a5 FINERACT-2059: Support reverse-replay of Re-age transaction
No new revisions were added by this update.
Summary of changes:
.../core/exception/AbstractPlatformException.java | 3 +
.../loanaccount/domain/LoanTransaction.java | 16 ++
.../domain/reaging/LoanReAgeParameter.java | 13 +-
...dvancedPaymentScheduleTransactionProcessor.java | 38 ++--
.../LoanTransactionNotFoundException.java | 4 +
.../service/reaging/LoanReAgingServiceImpl.java | 13 +-
.../src/main/resources/jpa/persistence.xml | 1 +
.../integrationtests/BaseLoanIntegrationTest.java | 8 +
.../loan/reaging/LoanReAgingIntegrationTest.java | 224 +++++++++++++++++++++
9 files changed, 295 insertions(+), 25 deletions(-)