You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2022/09/13 12:55:01 UTC

[fineract] branch develop updated (e67b859ea -> f258aa258)

This is an automated email from the ASF dual-hosted git repository.

arnold pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


    from e67b859ea refactor: add lombok to cache module
     add f258aa258 refactor: add lombok to configuration module

No new revisions were added by this update.

Summary of changes:
 .../configuration/data/ExternalServicesData.java   | 25 +++----
 .../data/ExternalServicesPropertiesData.java       | 23 +++----
 .../data/GlobalConfigurationData.java              | 13 ++--
 .../data/GlobalConfigurationPropertyData.java      | 77 ++++------------------
 .../configuration/data/S3CredentialsData.java      | 32 +++------
 .../configuration/data/SMTPCredentialsData.java    | 52 ++++-----------
 .../configuration/domain/ExternalService.java      | 21 +++---
 .../domain/ExternalServicePropertiesPK.java        | 26 +++-----
 .../domain/ExternalServicesProperties.java         | 24 ++++---
 .../domain/GlobalConfigurationProperty.java        | 56 ++++------------
 .../ConfigurationReadPlatformServiceImpl.java      |  5 +-
 ...rviceWritePlatformServiceJpaRepositoryImpl.java | 16 +----
 ...lServicesPropertiesReadPlatformServiceImpl.java | 15 ++---
 .../ExternalServicesReadPlatformServiceImpl.java   | 11 ++--
 ...ationWritePlatformServiceJpaRepositoryImpl.java | 14 +---
 15 files changed, 122 insertions(+), 288 deletions(-)