|
Hi all,
The Groovy development team is happy to announce the releases of Groovy 1.8.3 and Groovy 1.9-beta-4. At the same time as working on newer branches like the static type checking support, the invoke dynamic support, and modularization of Groovy, we have fixed quite a few bugs, and integrated several patches that have been kindly submitted by the community.
In the minor enhancements for both versions, you'll be able to customize the groovy shell prompt with -Dgroovysh.prompt=cool or by exporting the GROOVYSH_PROMPT variable. You can run a remote groovy script with the groovy command by passing it a URL pointing at the script or class you want to run (instead of the local file): groovy http://example.com/foo.groovy
The Groovy JDK doc will now show you the version number of Groovy for which it's been generated. There's a new method to format dates, with timezone information. For 1.9 exclusively, we have a new tab in the Groovy console AST browser to watch the bytecode generated by the groovy compiler (select the class generation phase, and the classnode for which you want to see the bytecode).
We also have a new mechanism for controlling how Global AST transformations are applied or not. You can download those versions on the Groovy website here:
The JIRA release notes can be viewed here:
Thanks a lot everybody for your many contributions, patches, pull requests on GitHub! Keep on Groovying :-) Guillaume Laforge Groovy Project Manager SpringSource, a division of VMware Blog: http://glaforge.appspot.com/ Twitter: @glaforge Google+: http://gplus.to/glaforge
|
|
Here are a bit more details on the new little features of those releases:
Guillaume
On Wed, Oct 12, 2011 at 19:47, Guillaume Laforge <[hidden email]> wrote: Hi all, Guillaume Laforge Groovy Project Manager SpringSource, a division of VMware Blog: http://glaforge.appspot.com/ Twitter: @glaforge Google+: http://gplus.to/glaforge |
|
Very nice, congratz!
[]'s Paulo Poiati blog.paulopoiati.com On Wed, Oct 12, 2011 at 8:03 PM, Guillaume Laforge <[hidden email]> wrote: Here are a bit more details on the new little features of those releases: |
|
In reply to this post by Guillaume Laforge-2
I was looking for the changelog on the Groovy site, and I found the
search feature a little confusing: I searched for "changelog". The first link is titled "Groovy - Change Log", points to the groovy.codehaus.org/Change+Log URL but it's actually the changelog for Scriptom. The second link is titled "Groovy - Changelog", points to the groovy.codehaus.org/Changelog URL but it's actually the GroovySWT changelog. I couldn't find the actual Groovy changelog on the website. Regards, Daniel Serodio Guillaume Laforge wrote: > Hi all, > > The Groovy development team is happy to announce the releases of > Groovy 1.8.3 and Groovy 1.9-beta-4. > > At the same time as working on newer branches like the static type > checking support, the invoke dynamic support, and modularization of > Groovy, we have fixed quite a few bugs, and integrated several patches > that have been kindly submitted by the community. > > In the minor enhancements for both versions, you'll be able to > customize the groovy shell prompt with -Dgroovysh.prompt=cool or by > exporting the GROOVYSH_PROMPT variable. > You can run a remote groovy script with the groovy command by passing > it a URL pointing at the script or class you want to run (instead of > the local file): groovy http://example.com/foo.groovy > The Groovy JDK doc will now show you the version number of Groovy for > which it's been generated. > There's a new method to format dates, with timezone information. > > For 1.9 exclusively, we have a new tab in the Groovy console AST > browser to watch the bytecode generated by the groovy compiler (select > the class generation phase, and the classnode for which you want to > see the bytecode). > We also have a new mechanism for controlling how Global AST > transformations are applied or not. > > You can download those versions on the Groovy website here: > http://groovy.codehaus.org/Download > > The JIRA release notes can be viewed here: > > * For Groovy 1.8.3: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10242&version=17657 > > <http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10242&version=17657> > > * For Groovy 1.9-beta-4: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10242&version=17656 > > <http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10242&version=17656> > > > Thanks a lot everybody for your many contributions, patches, pull > requests on GitHub! > > Keep on Groovying :-) > > -- > Guillaume Laforge > Groovy Project Manager > SpringSource, a division of VMware > > Blog: http://glaforge.appspot.com/ > Twitter: @glaforge <http://twitter.com/glaforge> > Google+: http://gplus.to/glaforge > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Powered by Nabble | See how NAML generates this page |
