Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 76F8D200D08 for ; Thu, 7 Sep 2017 05:08:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 758DD161BBD; Thu, 7 Sep 2017 03:08:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B8A5E161711 for ; Thu, 7 Sep 2017 05:08:32 +0200 (CEST) Received: (qmail 96600 invoked by uid 500); 7 Sep 2017 03:08:31 -0000 Mailing-List: contact users-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@groovy.apache.org Delivered-To: mailing list users@groovy.apache.org Received: (qmail 96591 invoked by uid 99); 7 Sep 2017 03:08:31 -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; Thu, 07 Sep 2017 03:08:31 +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 E85F818BB07 for ; Thu, 7 Sep 2017 03:08:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.285 X-Spam-Level: ** X-Spam-Status: No, score=2.285 tagged_above=-999 required=6.31 tests=[SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] 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 KhfZYm0Ul-FO for ; Thu, 7 Sep 2017 03:08:30 +0000 (UTC) Received: from n5.nabble.com (n5.nabble.com [162.253.133.81]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 63CD55FB4E for ; Thu, 7 Sep 2017 03:08:23 +0000 (UTC) Received: from n5.nabble.com (localhost [127.0.0.1]) by n5.nabble.com (Postfix) with ESMTP id 2BAB7D571C for ; Wed, 6 Sep 2017 20:08:22 -0700 (MST) Date: Wed, 6 Sep 2017 20:08:22 -0700 (MST) From: "Daniel.Sun" To: users@groovy.incubator.apache.org Message-ID: <1504753702176-0.post@n5.nabble.com> Subject: [ANNOUNCE] Apache Groovy 2.6.0-alpha-1 Released MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 07 Sep 2017 03:08:33 -0000 Dear community, The Apache Groovy team is pleased to announce version 2.6.0-alpha-1 of Apache Groovy. Apache Groovy is a multi-facet programming language for the JVM. Further details can be found at the http://groovy.apache.org website. This is a pre-release of a new version of Groovy. We greatly appreciate any feedback you can give us when using this version. This release includes 33 bug fixes/improvements as outlined in the changelog: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12340456 Sources can be downloaded from: http://www.groovy-lang.org/download.html Convenience binaries, SDK and documentation can be found at: http://www.groovy-lang.org/download.html Jars are also available within the major binary repositories. We would like to thank all people who contributed to this release. We welcome your help and feedback. For more information on how to report problems, and to get involved, visit the project website at https://groovy.apache.org/ Apache Groovy 2.6.0-alpha-1 requires JDK7+ and includes the new Parrot parser. You can enable the Parrot parser using -Dgroovy.antlr4=true (set via JAVA_OPTS if needed). The new parser supports do/while loops, classic array initialization, !in/!instanceof operators, === identity operator, safe indexing, try-with-resources, Java lambda and method reference syntax, Elvis assignment operator and much more... Note: If building Apache Groovy from the source distribution yourself, you need to bootstrap the Gradle wrapper using a version of Gradle prior to 4.0. Best regards, The Apache Groovy team. -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html