Re: [ANNOUNCE] Apache Groovy 3.0.0-beta-2 Released

2019-07-15 Thread Remko Popma
The permalink is auto-generated by the wonderful (not) Apache
Roller blogging software.

I agree it's very annoying.
I recommend using a URL shortener link like http://tiny.cc/akhr9y when
publishing on social media.

On Mon, Jul 15, 2019 at 7:55 PM Guillaume Laforge 
wrote:

> The link URL contains beta-ONE instead of TWO :-)
>
> On Mon, Jul 15, 2019 at 12:33 PM Remko Popma 
> wrote:
>
>> Blogged:
>> https://blogs.apache.org/groovy/entry/groovy-3-0-0-beta1
>>
>> On Mon, Jul 15, 2019 at 1:22 AM Guillaume Laforge 
>> wrote:
>>
>>> Congrats on this release!
>>>
>>> Le dim. 14 juil. 2019 à 12:57, 孙 岚  a écrit :
>>>
 Dear community,

 The Apache Groovy team is pleased to announce version 3.0.0-beta-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 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 40 bug fixes/improvements as outlined in the
 changelog:

 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123=12345498

 Sources, convenience binaries, downloadable documentation and an SDK
 bundle can be found at: https://groovy.apache.org/download.html
 We recommend you verify your installation using the information on that
 page.

 Jars are also available within the major binary repositories.

 We welcome your help and feedback and in particular want
 to thank everyone who contributed to this release.

 For more information on how to report problems, and to get involved,
 visit the project website at https://groovy.apache.org/

 *Note: Apache Groovy 3.0.0-beta-2 was compiled with JDK8, so the
 illegal access warnings will come back if you use JDK9+. But don't worry,
 we will do another release in a week or two. Please verify the issues you
 reported first and give us feedback, which will help us improve the quality
 of next release.*


 Best regards,

 The Apache Groovy team.

>>>
>
> --
> Guillaume Laforge
> Apache Groovy committer
> Developer Advocate @ Google Cloud Platform
>
> Blog: http://glaforge.appspot.com/
> Twitter: @glaforge 
>


Re: Moving from (3.0 alpha 4 -> beta 1) causes access error to arise

2019-07-15 Thread Grant Haywood
This bug is still present in 3.0.0-beta2

On Sun, May 26, 2019 at 2:45 PM Grant Haywood 
wrote:

> I have attempted a build against 3.0.0-20190525.075505-1086 (are
> groovy-json build numbers out of sync?
> i ended up using3.0.0-20190525.183916-1086 for
> groovy-json)
>
> I still get the same error, however this time line information is
> available!
>
> KvOp.groovy: 115: Access to java.lang.Object#D is forbidden @ line 115,
> column 13.
>D.getMap(this.strAddr, { AsyncResult res ->
>^
>
> That is progress, I still don't know why there is access forbidden here
> however :/
>
> On Sun, May 26, 2019 at 9:13 PM Paul King  wrote:
>
>> There are a couple of bugs fixed already which sound similar. If you can
>> try a snapshot version (see downloads page), and see if your problems are
>> already fixed, that would be great.
>>
>> On Mon, May 27, 2019 at 7:09 AM Grant Haywood 
>> wrote:
>>
>>> Hello;
>>> Building my project on groovy 3.0 beta 1 causes an error I have not seen
>>> before.
>>>
>>> -1: Access to java.lang.Object#D is forbidden @ line -1, column -1.
>>>
>>> The line information seems to be suppressed  or lost
>>>
>>> D is declared typed at the top of the class
>>> public KVData D
>>>
>>> it is assigned in the constructor
>>> this.D = session.D
>>>
>>> and used in several methods, always in the form D.getMap(.
>>>
>>> in session (where D is assigned from) it is also declared typed and
>>> public
>>> public KVData D, M
>>>
>>> Has any one else had this type of issue with beta-1?
>>>
>>>


Re: [ANNOUNCE] Apache Groovy 3.0.0-beta-2 Released

2019-07-15 Thread Guillaume Laforge
The link URL contains beta-ONE instead of TWO :-)

On Mon, Jul 15, 2019 at 12:33 PM Remko Popma  wrote:

> Blogged:
> https://blogs.apache.org/groovy/entry/groovy-3-0-0-beta1
>
> On Mon, Jul 15, 2019 at 1:22 AM Guillaume Laforge 
> wrote:
>
>> Congrats on this release!
>>
>> Le dim. 14 juil. 2019 à 12:57, 孙 岚  a écrit :
>>
>>> Dear community,
>>>
>>> The Apache Groovy team is pleased to announce version 3.0.0-beta-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 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 40 bug fixes/improvements as outlined in the
>>> changelog:
>>>
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123=12345498
>>>
>>> Sources, convenience binaries, downloadable documentation and an SDK
>>> bundle can be found at: https://groovy.apache.org/download.html
>>> We recommend you verify your installation using the information on that
>>> page.
>>>
>>> Jars are also available within the major binary repositories.
>>>
>>> We welcome your help and feedback and in particular want
>>> to thank everyone who contributed to this release.
>>>
>>> For more information on how to report problems, and to get involved,
>>> visit the project website at https://groovy.apache.org/
>>>
>>> *Note: Apache Groovy 3.0.0-beta-2 was compiled with JDK8, so the illegal
>>> access warnings will come back if you use JDK9+. But don't worry, we
>>> will do another release in a week or two. Please verify the issues you
>>> reported first and give us feedback, which will help us improve the quality
>>> of next release.*
>>>
>>>
>>> Best regards,
>>>
>>> The Apache Groovy team.
>>>
>>

-- 
Guillaume Laforge
Apache Groovy committer
Developer Advocate @ Google Cloud Platform

Blog: http://glaforge.appspot.com/
Twitter: @glaforge 


Re: [ANNOUNCE] Apache Groovy 3.0.0-beta-2 Released

2019-07-15 Thread Remko Popma
Blogged:
https://blogs.apache.org/groovy/entry/groovy-3-0-0-beta1

On Mon, Jul 15, 2019 at 1:22 AM Guillaume Laforge 
wrote:

> Congrats on this release!
>
> Le dim. 14 juil. 2019 à 12:57, 孙 岚  a écrit :
>
>> Dear community,
>>
>> The Apache Groovy team is pleased to announce version 3.0.0-beta-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 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 40 bug fixes/improvements as outlined in the
>> changelog:
>>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123=12345498
>>
>> Sources, convenience binaries, downloadable documentation and an SDK
>> bundle can be found at: https://groovy.apache.org/download.html
>> We recommend you verify your installation using the information on that
>> page.
>>
>> Jars are also available within the major binary repositories.
>>
>> We welcome your help and feedback and in particular want
>> to thank everyone who contributed to this release.
>>
>> For more information on how to report problems, and to get involved,
>> visit the project website at https://groovy.apache.org/
>>
>> *Note: Apache Groovy 3.0.0-beta-2 was compiled with JDK8, so the illegal
>> access warnings will come back if you use JDK9+. But don't worry, we
>> will do another release in a week or two. Please verify the issues you
>> reported first and give us feedback, which will help us improve the quality
>> of next release.*
>>
>>
>> Best regards,
>>
>> The Apache Groovy team.
>>
>


Re: [ANNOUNCE] Groovy 3.0.0-beta-2 Windows Installer Released

2019-07-15 Thread Remko Popma
Blogged:
https://blogs.apache.org/groovy/entry/groovy-3-0-0-beta2

On Mon, Jul 15, 2019 at 2:23 AM Guillaume Laforge 
wrote:

> That was fast 
>
> Le dim. 14 juil. 2019 à 19:13, Daniel.Sun  a écrit :
>
>> Nice work, Keegan :-)
>>
>> Cheers,
>> Daniel.Sun
>>
>>
>>
>> -
>> Apache Groovy committer & PMC member
>> Blog: http://blog.sunlan.me
>> Twitter: @daniel_sun
>>
>> --
>> Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html
>>
>