From commits-return-9587-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Sat Nov 2 20:29:14 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 BE1E4180677 for ; Sat, 2 Nov 2019 21:29:13 +0100 (CET) Received: (qmail 66170 invoked by uid 500); 2 Nov 2019 20:29:13 -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 66035 invoked by uid 99); 2 Nov 2019 20:29:12 -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; Sat, 02 Nov 2019 20:29:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8A206805E6; Sat, 2 Nov 2019 20:29:12 +0000 (UTC) Date: Sat, 02 Nov 2019 20:29:12 +0000 To: "commits@groovy.apache.org" Subject: [groovy] branch master updated (eff9a23 -> 2042f6c) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157272655237.28817.4778235374197361414@gitbox.apache.org> From: sunlan@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: eff9a23745b03d582c4f35b8014c4f8ec162eaf6 X-Git-Newrev: 2042f6c2cc38114acf7e27d7dfda3b34389d5903 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. sunlan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git. from eff9a23 Add one more test for `with` under STC mode new b84e9af Fix the hardcoded caller class new 6bc0645 Fix unchecked warning new 5694a11 Fix illegal access warning `java.util.Observable.changed` new bd5b786 Minor refactoring: pull the implementation up to super class new 727bfb0 Java 8 refactor new a754cee Minor refactor: remove legacy code new 2042f6c Java 8 refactor The 7 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: src/main/java/groovy/lang/MetaClassImpl.java | 52 +++++++--------------- .../groovy/reflection/ReflectionUtils.java | 27 +++-------- .../org/codehaus/groovy/vmplugin/VMPlugin.java | 10 +++++ .../org/codehaus/groovy/vmplugin/v5/Java5.java | 5 +++ .../org/codehaus/groovy/vmplugin/v7/Selector.java | 2 +- .../org/codehaus/groovy/vmplugin/v9/Java9.java | 5 +++ src/test/groovy/GroovyMethodsTest.groovy | 9 +++- 7 files changed, 52 insertions(+), 58 deletions(-)