[RESULT][VOTE] Release Apache Groovy 3.0.2 (take 3)

2020-03-08 Thread Paul King
The vote has passed with four +1 PMC votes, one additional +1 vote and no other votes. I'll proceed with next steps. Cheers, Paul. On Thu, Mar 5, 2020 at 9:22 PM Paul King wrote: > > Dear development community, > > I am happy to start the VOTE thread for a Groovy 3.0.2 release! > This with the

[ANNOUNCE] Apache Groovy 3.0.2 released

2020-03-08 Thread Paul King
Dear community, The Apache Groovy team is pleased to announce version 3.0.2 of Apache Groovy. Apache Groovy is a multi-faceted programming language for the JVM. Further details can be found at the https://groovy.apache.org website. This release is a maintenance release of the GROOVY_3_0_X branch.

RE: [ANNOUNCE] Apache Groovy 3.0.2 released

2020-03-08 Thread Kerridge, Jon
Paul, I am using Java 11, Groovy.3.0.2 (just released, thank you!) using Intellij And I get the following warning: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/C:/Users/JonKe/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy/3.0.2/6612531c341672

RE: [ANNOUNCE] Apache Groovy 3.0.2 released

2020-03-08 Thread Daniel.Sun
AFAIK, java.lang.Object.clone() is a protected method. If its subclass does not override it and make it public, we will get illegal access warning. Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.3

RE: [ANNOUNCE] Apache Groovy 3.0.2 released

2020-03-08 Thread Kerridge, Jon
Hi, I made the changes to include both @Override and public and that stopped the illegal reflective access Thanks Jon Jon Kerridge PhD FBCS FHEA CITP CEng Emeritus Professor of Computing School of Computing Edinburgh Napier University Merchiston Campus 10 Colinton Road Edinburgh EH10 5DT j.kerr