From commits-return-8517-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Sun May 3 17:52:26 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 B7F5F180621 for ; Sun, 3 May 2020 19:52:25 +0200 (CEST) Received: (qmail 54273 invoked by uid 500); 3 May 2020 17:52:24 -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 54262 invoked by uid 99); 3 May 2020 17:52:24 -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; Sun, 03 May 2020 17:52:24 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7FCA38BFAF; Sun, 3 May 2020 17:52:23 +0000 (UTC) Date: Sun, 03 May 2020 17:52:22 +0000 To: "commits@fineract.apache.org" Subject: [fineract] branch develop updated (2212675 -> 404f055) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158852834276.2423.762374848791132732@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: 2212675af44430fb5104e93a29e959ccb7c839ca X-Git-Newrev: 404f055b65d6dd51da6fc9e44b2cc5e5770c6589 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 2212675 second step to clean up in SchedulerJobsTest (re. FINERACT-922) new b036709 add classpath duplicates detection test (FINERACT-919) new 83cdb17 exclude dependencies causing classpath duplicates (FINERACT-919) new 404f055 remove old spring-jms:4.0.7 & fix JMS dependencies (FINERACT-805) The 3 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: fineract-provider/build.gradle | 4 +- fineract-provider/dependencies.gradle | 59 +++++--- .../integrationtests/common/CenterHelper.java | 20 +-- .../integrationtests/common/GroupHelper.java | 6 +- .../ClasspathHellDuplicatesCheckRule.java | 67 +++++++++ .../ClasspathHellDuplicatesCheckRuleTest.java} | 19 ++- .../classdupes/ClasspathHellDuplicatesChecker.java | 166 +++++++++++++++++++++ 7 files changed, 298 insertions(+), 43 deletions(-) create mode 100644 fineract-provider/src/test/java/org/apache/fineract/infrastructure/classdupes/ClasspathHellDuplicatesCheckRule.java copy fineract-provider/src/test/java/org/apache/fineract/{accounting/common/AccountingConstantsTest.java => infrastructure/classdupes/ClasspathHellDuplicatesCheckRuleTest.java} (62%) create mode 100644 fineract-provider/src/test/java/org/apache/fineract/infrastructure/classdupes/ClasspathHellDuplicatesChecker.java