The Groovy 1.6 release candidate is out!
The Groovy development team and SpringSource are happy to announce the release of the first release candidate of Groovy 1.6.
The JIRA report for this new version lists 74 bug tickets, 26 improvements and 8 new features:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10242&styleName=Html&version=14009
Among the bugs being fixed, we tackled issues about:
- the compiler
- bytecode errors
- varargs handling
- covariant returns
- Windows startup scripts
As well as a few regressions:
- the
argsvariable not bound in Groovy scripts - a performance regression in
MarkupBuilder - a problem with
DOMCategorywhich was particularly problematic for Grails
Fixes in line error reporting should be handy for IDE vendors, as well as for Cobertura code coverage.
Compatibility with Java has also been improved slightly, for instance the empty for(;;) {} loop wasn’t behaving the same as in Java (no loop, instead of an infinite loop).

I’m very pleased to echo, here on my blog, the
I’m very happy to echo the release of the first issue of
After the