From commits-return-9418-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Tue Oct 22 07:42:37 2019 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 339BA18062C for ; Tue, 22 Oct 2019 09:42:37 +0200 (CEST) Received: (qmail 47304 invoked by uid 500); 22 Oct 2019 07:42:36 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 47295 invoked by uid 99); 22 Oct 2019 07:42:36 -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; Tue, 22 Oct 2019 07:42:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C7D2C80B2F; Tue, 22 Oct 2019 07:42:35 +0000 (UTC) Date: Tue, 22 Oct 2019 07:42:35 +0000 To: "commits@groovy.apache.org" Subject: [groovy] branch master updated (04579ac -> 7fb5974) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157173015505.6034.150183965005745148@gitbox.apache.org> From: paulk@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 04579ac78be0f46ab7a5690e0bc15896e5d10f70 X-Git-Newrev: 7fb5974d7f5d0e7f87095c39caab70806fb34a2b 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. paulk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git. from 04579ac GROOVY-9285: Bump javaparser to 3.15.2 new bda2edb Allow protected override of package scoped methods new 7fb5974 temporarily revert compile -> api change until we work out issue with jarjar The 2 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 | 14 ++++----- .../groovy/classgen/ClassCompletionVerifier.java | 10 +++--- ...t.groovy => MethodOverridingAllowedTest.groovy} | 36 +++++++++++----------- ...st.groovy => MethodOverridingDeniedTest.groovy} | 4 +-- 4 files changed, 32 insertions(+), 32 deletions(-) copy src/test/gls/classes/methods/{MethodOverridingTest.groovy => MethodOverridingAllowedTest.groovy} (55%) rename src/test/gls/classes/methods/{MethodOverridingTest.groovy => MethodOverridingDeniedTest.groovy} (95%)