From commits-return-11577-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Fri Aug 14 13:46:34 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 2887B180669 for ; Fri, 14 Aug 2020 15:46:34 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 634F21265AE for ; Fri, 14 Aug 2020 13:46:30 +0000 (UTC) Received: (qmail 1231 invoked by uid 500); 14 Aug 2020 13:46:30 -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 1219 invoked by uid 99); 14 Aug 2020 13:46:30 -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; Fri, 14 Aug 2020 13:46:30 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 874E78E773; Fri, 14 Aug 2020 13:46:29 +0000 (UTC) Date: Fri, 14 Aug 2020 13:46:28 +0000 To: "commits@fineract.apache.org" Subject: [fineract] branch develop updated (4585978 -> 94dd2dc) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159741278860.29083.8111721245963102689@gitbox.apache.org> From: conradsp@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: 4585978a40789d1f431b3c3e04fadbe107c8123d X-Git-Newrev: 94dd2dc7e6e6b0f86c1ed828e9256891ddc87976 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. conradsp pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git. from 4585978 FINERACT-821 Enforces(1) RedundantModifier Checkstyle new 8135841 FINERACT add release onhold interop transaction new 721af79 Merge remote-tracking branch 'upstream/develop' into develop new aa09759 Update V352__interop_init.sql new 94dd2dc Merge pull request #1103 from ezolnbl/develop The 5658 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: .../core/data/CommandProcessingResult.java | 5 + .../interoperation/data/InteropAccountData.java | 36 +-- .../interoperation/data/InteropIdentifierData.java | 2 +- .../interoperation/domain/InteropIdentifier.java | 21 +- .../domain/InteropIdentifierRepository.java | 5 +- .../domain/InteropTransferActionType.java | 2 +- .../serialization/InteropDataValidator.java | 10 + .../interoperation/service/InteropService.java | 3 + .../interoperation/service/InteropServiceImpl.java | 260 +++++++++++---------- .../portfolio/savings/domain/SavingsAccount.java | 16 +- ...countWritePlatformServiceJpaRepositoryImpl.java | 2 +- .../sql/migrations/core_db/V352__interop_init.sql | 3 + 12 files changed, 202 insertions(+), 163 deletions(-)