GROOVY-3601
- Fixing broken build caused by having examples all be
in the default package namespace. Added a package to
the examples and tested using ant install and ant
compileExamples
GROOVY-3601
- Added examples of both local and global AST
transformations to the /src/examples/transforms
directory. They have ant scripts and readme.txt files
attached.
GROOVY-3574 toString() call was getting delegated to the
proxy when ConvertedClosure was mapped to an interface.
It was supposed to happen only for ConvertedMap
subclass of ConversionHandler(
GROOVY-2801)
and not for ConvertedClosure. Fixed it.
GROOVY-3570:
Causes application to crash due to too many files being
open (added more aggressive closing as per patch) plus
removed some deprecated methods