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 ecbefb04c4 FINERACT-2317: Added e2e tests covering support for
modifying loan approved amounts with validation and history tracking
new 27bf6d05d5 FINERACT-2181: Moneyhelper multitenant configuration fix,
rework it to be a utility class
new 59409550a7 FINERACT-2181: Money helper exception handling
The 2 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:
.../service/tenant/JdbcTenantDetailsService.java | 2 +-
.../organisation/monetary/domain/MoneyHelper.java | 171 ++++++++--
.../domain/MoneyHelperTenantIsolationTest.java | 347 +++++++++++++++++++++
.../api/InternalConfigurationsApiResource.java | 14 +-
.../service/MoneyHelperInitializationService.java | 98 ++++++
.../MoneyHelperStartupInitializationService.java | 72 +++++
.../domain/DefaultScheduledDateGeneratorTest.java | 12 +-
...nWritePlatformServiceJpaRepositoryImplTest.java | 15 +-
8 files changed, 683 insertions(+), 48 deletions(-)
create mode 100644
fineract-core/src/test/java/org/apache/fineract/organisation/monetary/domain/MoneyHelperTenantIsolationTest.java
create mode 100644
fineract-provider/src/main/java/org/apache/fineract/infrastructure/configuration/service/MoneyHelperInitializationService.java
create mode 100644
fineract-provider/src/main/java/org/apache/fineract/infrastructure/configuration/service/MoneyHelperStartupInitializationService.java