You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@groovy.apache.org by Andres Almiray <aa...@gmail.com> on 2015/06/03 18:54:09 UTC

[ANN] Griffon 2.3.0 released!

The Griffon team is happy to announce the release of Griffon 2.3.0!
The following list summarizes the changes brought by this release:

 * Upgraded to Groovy 2.4.3 and Guice 4.0.
 * JavaFX support received lots up updates:
 ** `@FXObservable` AST transformation can handle List/Map/Set properties
correctly.
 ** new AST transformations: `@ChangeListener` and `@InvalidationListener`.
 ** Integration test support via `GriffonTestFXRule`.
 ** Functional test support via `GriffonTestFXClassRule`.
 ** Builder actions can be applied to comboBox nodes.
 * Threading methods are now available on builder nodes, like in the old
days.
 * Allow blank messages/resources to be formatted/resolved.

A more detailed description of the changes and compatibility issues can be
found at the release notes
<http://new.griffon-framework.org/releasenotes/griffon_2.2.0.html>.

We look forward to your feedback. Please report any problems you find to
the Griffon User list, or better yet, file a bug at http://github.com/
griffon/griffon/issues

Remember you can also contact the team on Twitter: @theaviary
<http://twitter.com/theaviary>.

Many thanks to all who contributed to this release!

The Griffon Team