Release candidate for Groovy 2.3
The Groovy team is happy to announce the first release candidate of Groovy 2.3!
The major changes between this version and the last beta include:
- a simplification of the semantics of traits, by removing
@ForceOverride
and making it the default - the implementation of stackable traits for improved composition of behavior
- a new
@Builder
AST transformation to generate builders for immutable classes - bug fixes on generics type inference
For more details on the changes in this version, please refer to the JIRA release notes.
Read more...