From notifications-return-15170-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Wed Jan 16 12:51: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 2E960180645 for ; Wed, 16 Jan 2019 12:51:04 +0100 (CET) Received: (qmail 4964 invoked by uid 500); 16 Jan 2019 11:51: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 4955 invoked by uid 99); 16 Jan 2019 11:51:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2019 11:51:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id CE470180D3E for ; Wed, 16 Jan 2019 11:51:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-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-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Uw5PcffizhKz for ; Wed, 16 Jan 2019 11:51:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 126D260D2B for ; Wed, 16 Jan 2019 11:51: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 4CB1CE25AA for ; Wed, 16 Jan 2019 11:51: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 04E5D2563D for ; Wed, 16 Jan 2019 11:51:00 +0000 (UTC) Date: Wed, 16 Jan 2019 11:51:00 +0000 (UTC) From: "Horacy (JIRA)" To: notifications@groovy.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Horacy created GROOVY-8958: ------------------------------- Summary: 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 Fix For: 3.x Hi I'm getting following when running Groovy 3 alpha 4 on Win 10 Enterprise= 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.Cached= Class (file:/C:/Users/horacy/Downloads/apache-groovy/groovy/bin/../lib/groo= vy-3.0.0-alpha-4.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.= groovy.reflection.CachedClass WARNING: Use --illegal-access=3Dwarn to enable warnings of further illegal = reflective access operationsWARNING: All illegal access operations will be = denied in a future release =C2=A0 Running above flag does not change anything in output and still apps are ru= nning but each time I get above before app starts. =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)