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...@apache.org> on 2021/09/06 14:49:25 UTC

[ANNOUNCE] Apache Groovy 3.0.9 released

Dear community,

The Apache Groovy team is pleased to announce version 3.0.9 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.
It is strongly encouraged that all users using prior
versions on this branch upgrade to this version.

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

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/

Best regards,

The Apache Groovy team.

Re: [ANNOUNCE] Apache Groovy 3.0.9 released

Posted by Alexander Veit <gr...@nezwerg.de>.
Hi,

> The Apache Groovy team is pleased to announce version 3.0.9 of Apache
> Groovy.
> 
> This release is a maintenance release of the GROOVY_3_0_X branch.
> It is strongly encouraged that all users using prior
> versions on this branch upgrade to this version.

There's possibly a breaking change in 3.0.9

At least with Java 16 we're experiencing a

java.lang.IllegalArgumentException: argument type mismatch

in method dispatch on a category class.

With Groovy 3.0.8 things worked.

https://issues.apache.org/jira/browse/GROOVY-10214


Best regards,
Alex