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 70f76b84f3 FINERACT-2413: added e2e tests for validation of schedule
handling after re-amortization default behavior
add 0cb23ac5c5 FINERACT-2437: Decrease the number of compilation warnings
No new revisions were added by this update.
Summary of changes:
build.gradle | 94 ++++++++++---------
.../client/feign/services/DocumentsApiFixed.java | 27 +-----
.../persistence/mapping/CommandJsonMapper.java | 1 +
.../configuration/RetryConfigurationAssembler.java | 10 +--
.../infrastructure/core/api/ApiFacingEnum.java | 4 +-
.../infrastructure/core/api/JsonCommand.java | 2 +-
.../core/data/DataValidatorBuilder.java | 14 +--
.../core/domain/AbstractAuditableCustom.java | 7 +-
.../core/exception/ErrorHandler.java | 5 +-
.../external/producer/ExternalEventProducer.java | 4 +-
.../infrastructure/security/utils/SQLBuilder.java | 23 ++---
.../savings/DepositAccountOnClosureType.java | 32 +++----
.../DepositAccountOnHoldTransactionType.java | 26 ++----
.../portfolio/savings/DepositAccountType.java | 51 ++++-------
.../savings/SavingsAccountTransactionType.java | 13 +--
.../portfolio/savings/data/SavingsProductData.java | 100 +++++----------------
.../savings/domain/SavingsAccountStatusType.java | 61 ++++---------
.../domain/SavingsAccountSubStatusEnum.java | 42 +++------
...avingsAccountTransactionDataSummaryWrapper.java | 3 +-
...tOwnerLoanProductAttributesReadServiceTest.java | 23 ++---
20 files changed, 191 insertions(+), 351 deletions(-)