From notifications-return-15232-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Wed Jan 16 13:19:04 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E7AE3180675 for ; Wed, 16 Jan 2019 13:19:03 +0100 (CET) Received: (qmail 80485 invoked by uid 500); 16 Jan 2019 12:19:03 -0000 Mailing-List: contact notifications-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 notifications@groovy.apache.org Received: (qmail 80476 invoked by uid 99); 16 Jan 2019 12:19:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2019 12:19:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B869FC27BC for ; Wed, 16 Jan 2019 12:19:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id qwVjsp_I7mjE for ; Wed, 16 Jan 2019 12:19:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 7F7135F244 for ; Wed, 16 Jan 2019 12:19:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E3D64E2670 for ; Wed, 16 Jan 2019 12:19:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9411E25641 for ; Wed, 16 Jan 2019 12:19:00 +0000 (UTC) Date: Wed, 16 Jan 2019 12:19:00 +0000 (UTC) From: "Horacy (JIRA)" To: notifications@groovy.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GROOVY-8958) Groovy binary 3.0 alpha 4 gives illegal exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GROOVY-8958?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D167= 43961#comment-16743961 ]=20 Horacy commented on GROOVY-8958: --------------------------------- *Ah then ok :D* > Groovy binary 3.0 alpha 4 gives illegal exception > ------------------------------------------------- > > Key: GROOVY-8958 > URL: https://issues.apache.org/jira/browse/GROOVY-8958 > Project: Groovy > Issue Type: Question > Components: groovy-runtime > Affects Versions: 3.0.0-alpha-4 > Environment: Windows 10 Enterprise x64 1809 > Java Dev Kit 11.0.2 > CMD to run apps written in VS Code Stable > Reporter: Horacy=20 > Priority: Major > > Hi I'm getting following when running Groovy 3 alpha 4 on Win 10 Enterpri= se with Java11. > C:\Users\XXXXXXX\Documents>groovy hello.groovy > WARNING: An illegal reflective access operation has occurred > WARNING: Illegal reflective access by org.codehaus.groovy.reflection.Cach= edClass (file:/C:/Users/horacy/Downloads/apache-groovy/groovy/bin/../lib/gr= oovy-3.0.0-alpha-4.jar) to method java.lang.Object.finalize() > WARNING: Please consider reporting this to the maintainers of org.codehau= s.groovy.reflection.CachedClass > WARNING: Use --illegal-access=3Dwarn to enable warnings of further illega= l reflective access operationsWARNING: All illegal access operations will b= e denied in a future release > =C2=A0 > Running above flag does not change anything in output and still apps are = running but each time I get above before app starts. > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)