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 f4156b7952 Merge pull request #5966
     add 0d148bdc51 FINERACT-2421: Disable processing and options lint -> Too 
much noise
     add c7266fffaa FINERACT-2421: Address compilation warnings (where it makes 
sense)
     new 5a81c992f4 Merge pull request #5965

The 1 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:
 build.gradle                                       |  2 +-
 .../service/GLAccountReadPlatformServiceImpl.java  |  4 +--
 .../service/ProductToGLAccountMappingHelper.java   |  8 +++--
 .../SavingsProductToGLAccountMappingHelper.java    |  6 ++--
 .../ShareProductToGLAccountMappingHelper.java      |  6 ++--
 fineract-avro-schemas/build.gradle                 |  2 +-
 .../fineract/portfolio/charge/domain/Charge.java   |  1 -
 .../fineract/cob/COBBusinessStepServiceImpl.java   |  2 +-
 .../cob/converter/COBParameterConverter.java       | 24 +++++++++++++--
 .../command/jdbc/store/mapping/CommandMapper.java  |  7 ++---
 .../infrastructure/core/api/IdTypeResolver.java    | 15 ++++++++-
 .../core/data/DataValidatorBuilder.java            |  4 +++
 .../infrastructure/core/service/DataEnricher.java  | 10 +++++-
 .../core/service/DataEnricherProcessor.java        | 10 +++---
 .../service/InternalExternalEventService.java      |  9 +++---
 .../domain/PaymentTypeRepositoryWrapper.java       | 36 ----------------------
 .../processor/Base64DecoderContentProcessor.java   |  2 +-
 .../processor/Base64EncoderContentProcessor.java   |  2 +-
 .../processor/ContentProcessorContext.java         | 16 +++++-----
 .../processor/DataUrlDecoderContentProcessor.java  |  2 +-
 .../processor/DataUrlEncoderContentProcessor.java  |  6 ++--
 .../processor/GzipDecoderContentProcessor.java     |  2 +-
 .../processor/GzipEncoderContentProcessor.java     |  2 +-
 .../processor/ImageResizeContentProcessor.java     |  6 ++--
 .../processor/ContentProcessorTest.java            | 20 ++++++------
 .../enricher/LoanAccountDataV1Enricher.java        |  4 +--
 .../enricher/LoanChargeDataV1Enricher.java         |  4 +--
 .../LoanTransactionAdjustmentDataV1Enricher.java   |  4 +--
 .../enricher/LoanTransactionDataV1Enricher.java    |  4 +--
 .../data/LoanOriginatorRequestData.java            |  2 +-
 .../LoanAccountDataV1OriginatorEnricher.java       |  4 +--
 ...ntDelinquencyRangeDataV1OriginatorEnricher.java |  4 +--
 .../LoanChargeDataV1OriginatorEnricher.java        |  4 +--
 .../LoanRepaymentDueDataV1OriginatorEnricher.java  |  4 +--
 ...nsactionAdjustmentDataV1OriginatorEnricher.java |  4 +--
 .../LoanTransactionDataV1OriginatorEnricher.java   |  4 +--
 .../LoanProductToGLAccountMappingHelper.java       |  6 ++--
 .../loanaccount/data/LoanTransactionData.java      | 18 +++++------
 .../domain/LoanRepaymentScheduleInstallment.java   |  3 +-
 .../dependencies.gradle                            |  2 ++
 ...InterestScheduleModelRepositoryWrapperImpl.java |  6 ++--
 ...InterestScheduleModelParserServiceGsonImpl.java | 12 +++++---
 .../FixedDepositTransactionWorkbookPopulator.java  |  5 +--
 ...curringDepositTransactionWorkbookPopulator.java |  5 +--
 .../SavingsTransactionsWorkbookPopulator.java      |  5 +--
 .../ExecuteReportMailingJobsTasklet.java           |  3 +-
 .../core/config/ContentS3Config.java               |  2 +-
 .../infrastructure/core/config/SecurityConfig.java | 26 +++++++++++-----
 .../JacksonLocalDateBeanSerializerModifier.java    |  2 +-
 .../api/DatatablesApiResourceSwagger.java          | 12 ++++----
 .../service/DatatableWriteServiceImpl.java         | 12 +++++---
 .../service/ReadReportingServiceImpl.java          | 14 ++++++---
 .../fineract/infrastructure/gcm/domain/Sender.java |  4 +--
 .../api/InstanceModeApiResourceSwagger.java        |  8 ++---
 .../ReportMailingJobEmailAttachmentFileFormat.java |  7 ++---
 .../data/ReportMailingJobPreviousRunStatus.java    |  6 ++--
 ...ortMailingJobStretchyReportParamDateOption.java |  7 ++---
 .../fineract/infrastructure/s3/AmazonS3Config.java |  2 +-
 .../infrastructure/s3/AmazonS3ConfigCondition.java |  2 +-
 .../security/config/AuthorizationServerConfig.java |  7 ++---
 ...mporaryPasswordAwareAuthenticationProvider.java |  5 +++
 .../handler/CreateInteropIdentifierHandler.java    |  3 +-
 .../handler/DeleteInteropIdentifierHandler.java    |  3 +-
 .../account/service/AccountNumberGenerator.java    |  2 +-
 ...hargeWritePlatformServiceJpaRepositoryImpl.java | 13 +++++---
 .../charge/starter/ChargeConfiguration.java        |  6 ++--
 .../LoanWritePlatformServiceJpaRepositoryImpl.java |  2 +-
 .../api/FixedDepositAccountsApiResource.java       |  4 +--
 ...edDepositAccountInterestCalculationService.java |  2 +-
 ...positAccountInterestCalculationServiceImpl.java |  4 +--
 .../SavingsAccountReadPlatformServiceImpl.java     |  4 +--
 ...countWritePlatformServiceJpaRepositoryImpl.java |  2 +-
 .../template/service/TemplateMergeServiceImpl.java |  4 +--
 ...hargeByChargeExternalIdCommandStrategyTest.java |  4 +--
 .../cob/COBBusinessStepServiceStepDefinitions.java |  6 ++++
 .../external/service/ExternalEventServiceTest.java |  6 ++--
 ...aryPasswordAwareAuthenticationProviderTest.java |  4 ++-
 .../fineract/investor/event/EnricherTest.java      | 13 ++++++++
 lombok.config                                      |  4 ++-
 79 files changed, 289 insertions(+), 224 deletions(-)
 delete mode 100644 
fineract-core/src/main/java/org/apache/fineract/portfolio/paymenttype/domain/PaymentTypeRepositoryWrapper.java

Reply via email to