From commits-return-8658-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Fri May 8 06:39:59 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 12FDC180647 for ; Fri, 8 May 2020 08:39:58 +0200 (CEST) Received: (qmail 21098 invoked by uid 500); 8 May 2020 06:39:58 -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 21080 invoked by uid 99); 8 May 2020 06:39:58 -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, 08 May 2020 06:39:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 02DAA8091B; Fri, 8 May 2020 06:39:57 +0000 (UTC) Date: Fri, 08 May 2020 06:39:57 +0000 To: "commits@fineract.apache.org" Subject: [fineract-cn-permitted-feign-client] branch spring_boot_2 updated (1883b06 -> 84fec52) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158891999794.11420.10806461024376922837@gitbox.apache.org> From: juhan@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: fineract-cn-permitted-feign-client X-Git-Refname: refs/heads/spring_boot_2 X-Git-Reftype: branch X-Git-Oldrev: 1883b068fbe0c785deddb4e9d395a431d24e32cb X-Git-Newrev: 84fec52737f4c02193bc73089485e1549d789b6c 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. juhan pushed a change to branch spring_boot_2 in repository https://gitbox.apache.org/repos/asf/fineract-cn-permitted-feign-client.git. from 1883b06 Merge pull request #10 from Izakey/develop new 84a456a Update libraries and dependencies - Update spring and spring cloud version - Move hibernate-validator to new artifact new 9b5425f change eureka-server to eureka-client new 032a5c5 update dependencies new 858e7da update dependencies new 84fec52 Merge pull request #11 from muellners/spring_boot_2 The 40 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: .gitignore | 4 +++ another-for-test/build.gradle | 29 +++++++++++--------- .../permittedfeignclient/another/api/Another.java | 2 +- api/build.gradle | 14 +++++----- .../client/ApplicationPermissionRequirements.java | 2 +- component-test/build.gradle | 13 ++++----- .../main/java/accessanother/api/AccessAnother.java | 2 +- .../service/AccessAnotherConfiguration.java | 2 +- .../AnotherWithApplicationPermissions.java | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- library/build.gradle | 18 ++++++------- .../PermittedFeignClientsConfiguration.java | 2 +- .../config/PermittedFeignClientConfiguration.java | 2 +- ...plicationPermissionRequirementsServiceTest.java | 2 +- shared.gradle | 31 ++++++++++++---------- 15 files changed, 70 insertions(+), 57 deletions(-)