You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@groovy.apache.org by Paul King <pa...@asert.com.au> on 2017/01/14 07:26:30 UTC

[ANNOUNCE] Apache Groovy 2.4.8 released

Dear community,

The Apache Groovy team is pleased to announce version 2.4.8 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 release is a maintenance release of the GROOVY_2_4_X branch.
It is strongly encouraged that all users using prior versions on this
branch upgrade to this version.

This release also contains critical security fixes.
Details can be found on http://groovy-lang.org/security.htm
In particular, see:
CVE-2016-6814 Apache Groovy Information Disclosure

This release includes 85 bug fixes/improvements as outlined in the changelog:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12335950

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.

Known issues

Just prior to release an issue was discovered when using final fields
in traits. In earlier versions of Groovy, modifiers like final and
transient on fields in traits were ignored but Groovy now honors those
modifiers. Unfortunately, in some cases trait generation when final
fields are in use is incorrect and will be fixed shortly. The
following issue will be updated as this progresses:
https://issues.apache.org/jira/browse/GROOVY-8048

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/


Best regards,

The Apache Groovy community.

Re: [ANNOUNCE] Apache Groovy 2.4.8 released

Posted by Graeme Rocher <gr...@gmail.com>.
Awesome. Congrats!

On Sat, Jan 14, 2017 at 8:26 AM, Paul King <pa...@asert.com.au> wrote:
> Dear community,
>
> The Apache Groovy team is pleased to announce version 2.4.8 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 release is a maintenance release of the GROOVY_2_4_X branch.
> It is strongly encouraged that all users using prior versions on this
> branch upgrade to this version.
>
> This release also contains critical security fixes.
> Details can be found on http://groovy-lang.org/security.htm
> In particular, see:
> CVE-2016-6814 Apache Groovy Information Disclosure
>
> This release includes 85 bug fixes/improvements as outlined in the changelog:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12335950
>
> 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.
>
> Known issues
>
> Just prior to release an issue was discovered when using final fields
> in traits. In earlier versions of Groovy, modifiers like final and
> transient on fields in traits were ignored but Groovy now honors those
> modifiers. Unfortunately, in some cases trait generation when final
> fields are in use is incorrect and will be fixed shortly. The
> following issue will be updated as this progresses:
> https://issues.apache.org/jira/browse/GROOVY-8048
>
> 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/
>
>
> Best regards,
>
> The Apache Groovy community.



-- 
Graeme Rocher

Re: [ANNOUNCE] Apache Groovy 2.4.8 released

Posted by Remi Forax <fo...@univ-mlv.fr>.
Felicitation !

Rémi

----- Mail original -----
> De: "Uwe Schindler" <uw...@thetaphi.de>
> À: dev@groovy.apache.org, paulk@asert.com.au
> Envoyé: Lundi 16 Janvier 2017 16:20:11
> Objet: RE: [ANNOUNCE] Apache Groovy 2.4.8 released

> Thank you very much!
> 
> Release process of Apache Lucene/Solr already started on Saturday, as our build
> and testing now works again with Java 9! Many thanks.
> 
> Uwe
> 
> -----
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
>> -----Original Message-----
>> From: Paul King [mailto:paulk@asert.com.au]
>> Sent: Saturday, January 14, 2017 8:27 AM
>> To: dev@groovy.apache.org; users@groovy.apache.org;
>> announce@apache.org
>> Subject: [ANNOUNCE] Apache Groovy 2.4.8 released
>> 
>> Dear community,
>> 
>> The Apache Groovy team is pleased to announce version 2.4.8 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 release is a maintenance release of the GROOVY_2_4_X branch.
>> It is strongly encouraged that all users using prior versions on this
>> branch upgrade to this version.
>> 
>> This release also contains critical security fixes.
>> Details can be found on http://groovy-lang.org/security.htm
>> In particular, see:
>> CVE-2016-6814 Apache Groovy Information Disclosure
>> 
>> This release includes 85 bug fixes/improvements as outlined in the
>> changelog:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123
>> &version=12335950
>> 
>> 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.
>> 
>> Known issues
>> 
>> Just prior to release an issue was discovered when using final fields
>> in traits. In earlier versions of Groovy, modifiers like final and
>> transient on fields in traits were ignored but Groovy now honors those
>> modifiers. Unfortunately, in some cases trait generation when final
>> fields are in use is incorrect and will be fixed shortly. The
>> following issue will be updated as this progresses:
>> https://issues.apache.org/jira/browse/GROOVY-8048
>> 
>> 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/
>> 
>> 
>> Best regards,
>> 
> > The Apache Groovy community.

RE: [ANNOUNCE] Apache Groovy 2.4.8 released

Posted by Uwe Schindler <uw...@thetaphi.de>.
Thank you very much!

Release process of Apache Lucene/Solr already started on Saturday, as our build and testing now works again with Java 9! Many thanks.

Uwe

-----
Uwe Schindler
Achterdiek 19, D-28357 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Paul King [mailto:paulk@asert.com.au]
> Sent: Saturday, January 14, 2017 8:27 AM
> To: dev@groovy.apache.org; users@groovy.apache.org;
> announce@apache.org
> Subject: [ANNOUNCE] Apache Groovy 2.4.8 released
> 
> Dear community,
> 
> The Apache Groovy team is pleased to announce version 2.4.8 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 release is a maintenance release of the GROOVY_2_4_X branch.
> It is strongly encouraged that all users using prior versions on this
> branch upgrade to this version.
> 
> This release also contains critical security fixes.
> Details can be found on http://groovy-lang.org/security.htm
> In particular, see:
> CVE-2016-6814 Apache Groovy Information Disclosure
> 
> This release includes 85 bug fixes/improvements as outlined in the
> changelog:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123
> &version=12335950
> 
> 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.
> 
> Known issues
> 
> Just prior to release an issue was discovered when using final fields
> in traits. In earlier versions of Groovy, modifiers like final and
> transient on fields in traits were ignored but Groovy now honors those
> modifiers. Unfortunately, in some cases trait generation when final
> fields are in use is incorrect and will be fixed shortly. The
> following issue will be updated as this progresses:
> https://issues.apache.org/jira/browse/GROOVY-8048
> 
> 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/
> 
> 
> Best regards,
> 
> The Apache Groovy community.


Re: [ANNOUNCE] Apache Groovy 2.4.8 released

Posted by Graeme Rocher <gr...@gmail.com>.
Awesome. Congrats!

On Sat, Jan 14, 2017 at 8:26 AM, Paul King <pa...@asert.com.au> wrote:
> Dear community,
>
> The Apache Groovy team is pleased to announce version 2.4.8 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 release is a maintenance release of the GROOVY_2_4_X branch.
> It is strongly encouraged that all users using prior versions on this
> branch upgrade to this version.
>
> This release also contains critical security fixes.
> Details can be found on http://groovy-lang.org/security.htm
> In particular, see:
> CVE-2016-6814 Apache Groovy Information Disclosure
>
> This release includes 85 bug fixes/improvements as outlined in the changelog:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12335950
>
> 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.
>
> Known issues
>
> Just prior to release an issue was discovered when using final fields
> in traits. In earlier versions of Groovy, modifiers like final and
> transient on fields in traits were ignored but Groovy now honors those
> modifiers. Unfortunately, in some cases trait generation when final
> fields are in use is incorrect and will be fixed shortly. The
> following issue will be updated as this progresses:
> https://issues.apache.org/jira/browse/GROOVY-8048
>
> 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/
>
>
> Best regards,
>
> The Apache Groovy community.



-- 
Graeme Rocher

RE: [ANNOUNCE] Apache Groovy 2.4.8 released

Posted by Paul King <pa...@asert.com.au>.
Hi Jason, cut and paste error. Someone told me about it a few minutes after
I sent the email!


On 18 Jan 2017 2:19 AM, "Winnebeck, Jason" <Ja...@windstream.com>
wrote:

Great job to the Groovy team!

One note about the announcement, the security link is
http://groovy-lang.org/security.html.

The link http://groovy-lang.org/security.htm gives 404.

Jason

-----Original Message-----
From: Paul King [mailto:paulk@asert.com.au]
Sent: Saturday, January 14, 2017 2:27 AM
To: dev@groovy.apache.org; users@groovy.apache.org; announce@apache.org
Subject: [ANNOUNCE] Apache Groovy 2.4.8 released

Dear community,

The Apache Groovy team is pleased to announce version 2.4.8 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 release is a maintenance release of the GROOVY_2_4_X branch.
It is strongly encouraged that all users using prior versions on this
branch upgrade to this version.

This release also contains critical security fixes.
Details can be found on http://groovy-lang.org/security.htm
In particular, see:
CVE-2016-6814 Apache Groovy Information Disclosure

This release includes 85 bug fixes/improvements as outlined in the
changelog:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?
projectId=12318123&version=12335950

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.

Known issues

Just prior to release an issue was discovered when using final fields in
traits. In earlier versions of Groovy, modifiers like final and transient
on fields in traits were ignored but Groovy now honors those modifiers.
Unfortunately, in some cases trait generation when final fields are in use
is incorrect and will be fixed shortly. The following issue will be updated
as this progresses:
https://issues.apache.org/jira/browse/GROOVY-8048

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/


Best regards,

The Apache Groovy community.

This email message and any attachments are for the sole use of the intended
recipient(s). Any unauthorized review, use, disclosure or distribution is
prohibited. If you are not the intended recipient, please contact the
sender by reply email and destroy all copies of the original message and
any attachments.

RE: [ANNOUNCE] Apache Groovy 2.4.8 released

Posted by "Winnebeck, Jason" <Ja...@windstream.com>.
Great job to the Groovy team!

One note about the announcement, the security link is http://groovy-lang.org/security.html.

The link http://groovy-lang.org/security.htm gives 404.

Jason

-----Original Message-----
From: Paul King [mailto:paulk@asert.com.au] 
Sent: Saturday, January 14, 2017 2:27 AM
To: dev@groovy.apache.org; users@groovy.apache.org; announce@apache.org
Subject: [ANNOUNCE] Apache Groovy 2.4.8 released

Dear community,

The Apache Groovy team is pleased to announce version 2.4.8 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 release is a maintenance release of the GROOVY_2_4_X branch.
It is strongly encouraged that all users using prior versions on this branch upgrade to this version.

This release also contains critical security fixes.
Details can be found on http://groovy-lang.org/security.htm
In particular, see:
CVE-2016-6814 Apache Groovy Information Disclosure

This release includes 85 bug fixes/improvements as outlined in the changelog:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12335950

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.

Known issues

Just prior to release an issue was discovered when using final fields in traits. In earlier versions of Groovy, modifiers like final and transient on fields in traits were ignored but Groovy now honors those modifiers. Unfortunately, in some cases trait generation when final fields are in use is incorrect and will be fixed shortly. The following issue will be updated as this progresses:
https://issues.apache.org/jira/browse/GROOVY-8048

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/


Best regards,

The Apache Groovy community.

This email message and any attachments are for the sole use of the intended recipient(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message and any attachments.