http://groovy.dzone.com/announcements/groovy-173-released


Groovy 1.7.3 is out.

You can download Groovy at the usual place:
http://groovy.codehaus.org/Download

New features:

   - new AST transformations, like
@Synchronized<http://groovy.codehaus.org/gapi/groovy/transform/Synchronized.html>(safer
use of synchronization) and
   
@InheritConstructors<http://groovy.codehaus.org/gapi/groovy/transform/InheritConstructors.html>(nice
for inheriting Exception constructors)
   - first() / last() / head() / tail() methods on arrays for consistency
   with lists (primitive arrays not covered yet)
   - some BigDecimal handling improvements for better results on some edge
   cases calculations
   - an update to the static imports for properties
   - new method on Date so you can do cal[DAY_OF_WEEK] = MONDAY
   - new String handling methods, like capitalize(), UNIX's tr(),
   expand()/unexpand(), as well as stripIndent() and stripMargin()
   - a nice Groovy icon for the Groovy Swing Console on Mac OS X

-- 
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en.

Reply via email to