From commits-return-9293-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Thu May 21 19:48:21 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 346A51804BB for ; Thu, 21 May 2020 21:48:21 +0200 (CEST) Received: (qmail 58077 invoked by uid 500); 21 May 2020 19:48:20 -0000 Mailing-List: contact commits-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list commits@fineract.apache.org Received: (qmail 58068 invoked by uid 99); 21 May 2020 19:48:20 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2020 19:48:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1252E819F5; Thu, 21 May 2020 19:48:19 +0000 (UTC) Date: Thu, 21 May 2020 19:48:19 +0000 To: "commits@fineract.apache.org" Subject: [fineract] branch develop updated (1bff035 -> 16fb971) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159009049974.4265.3937945279910496890@gitbox.apache.org> From: vorburger@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: fineract X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 1bff035d3ce47317c3748fcb6c02e6530a39d1d8 X-Git-Newrev: 16fb971f4570c3fa4f0aa5d7710671ac93b52440 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. vorburger pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git. from 1bff035 FINERACT-830: Configuring Dockerfile to use Google Distroless base image add 16fb971 FINERACT-942 Remove use of printStackTrace and added checkstyle No new revisions were added by this update. Summary of changes: fineract-provider/config/checkstyle/checkstyle.xml | 12 ++++--- .../AccountingScenarioIntegrationTest.java | 41 ++++++++-------------- .../ClientLoanIntegrationTest.java | 25 +++++-------- .../LoanDisbursementDetailsIntegrationTest.java | 20 +++++------ .../common/ProvisioningIntegrationTest.java | 24 ++++++------- .../fineract/integrationtests/common/Utils.java | 10 +++--- .../importhandler/center/CenterImportHandler.java | 7 ++-- .../ChartOfAccountsImportHandler.java | 7 +++- .../client/ClientEntityImportHandler.java | 6 +++- .../client/ClientPersonImportHandler.java | 6 ++-- .../fixeddeposits/FixedDepositImportHandler.java | 7 ++-- .../FixedDepositTransactionImportHandler.java | 6 +++- .../importhandler/group/GroupImportHandler.java | 5 ++- .../guarantor/GuarantorImportHandler.java | 5 ++- .../journalentry/JournalEntriesImportHandler.java | 6 +++- .../importhandler/loan/LoanImportHandler.java | 5 ++- .../loanrepayment/LoanRepaymentImportHandler.java | 6 +++- .../importhandler/office/OfficeImportHandler.java | 6 +++- .../RecurringDepositImportHandler.java | 6 +++- .../RecurringDepositTransactionImportHandler.java | 8 +++-- .../savings/SavingsImportHandler.java | 7 +++- .../savings/SavingsTransactionImportHandler.java | 6 +++- .../sharedaccount/SharedAccountImportHandler.java | 7 +++- .../importhandler/staff/StaffImportHandler.java | 5 ++- .../importhandler/users/UserImportHandler.java | 7 +++- .../populator/AbstractWorkbookPopulator.java | 5 ++- .../chartofaccounts/ChartOfAccountsWorkbook.java | 5 ++- .../FixedDepositWorkbookPopulator.java | 6 ++-- .../LoanRepaymentWorkbookPopulator.java | 5 ++- .../service/BulkImportEventListener.java | 7 ++-- .../BulkImportWorkbookPopulatorServiceImpl.java | 6 ++-- .../service/BulkImportWorkbookServiceImpl.java | 5 ++- .../core/exception/MultiException.java | 4 +++ .../documentmanagement/data/ImageData.java | 2 +- .../FineractEntityAccessWriteServiceImpl.java | 7 ++-- .../service/ReportMailingJobEmailServiceImpl.java | 5 ++- .../security/utils/ColumnValidator.java | 6 ++-- .../mix/service/XBRLResultServiceImpl.java | 6 ++-- .../portfolio/calendar/service/CalendarUtils.java | 10 +++--- ...lientFamilyMembersWritePlatformServiceImpl.java | 6 ++-- .../template/service/TemplateMergeService.java | 2 +- 41 files changed, 204 insertions(+), 133 deletions(-)