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 6f1d96fc2c FINERACT-2158: Add workflow to enforce PR title convention
add 8b24325f84 FINERACT-2421: Refractor redundant and some deprecated code
as per new Java 21 style (Phase 5)
No new revisions were added by this update.
Summary of changes:
.../FinancialActivityAccountDataValidator.java | 3 +-
.../fineract/portfolio/charge/domain/Charge.java | 125 ++++++---------------
.../client/feign/FineractErrorDecoder.java | 2 +-
.../fineract/client/feign/services/ImagesApi.java | 24 ++--
.../client/feign/support/ApiResponseDecoder.java | 6 +-
.../infrastructure/cache/domain/CacheType.java | 12 +-
.../portfolio/calendar/CalendarConstants.java | 7 +-
.../calendar/domain/CalendarFrequencyType.java | 63 ++++-------
.../calendar/domain/CalendarRemindBy.java | 25 +----
.../portfolio/calendar/domain/CalendarType.java | 25 +----
.../calendar/domain/CalendarWeekDaysType.java | 25 +----
.../calendar/service/CalendarEnumerations.java | 23 ++--
.../portfolio/calendar/service/CalendarUtils.java | 18 ++-
.../client/domain/ClientIdentifierStatus.java | 31 ++---
.../portfolio/common/domain/ConditionType.java | 2 +-
.../api/CollateralManagementJsonInputParams.java | 9 +-
.../DelinquencyReadPlatformServiceImpl.java | 6 +-
...eChargeByLoanExternalIdCommandStrategyTest.java | 12 +-
18 files changed, 127 insertions(+), 291 deletions(-)