❯ Guillaume Laforge

Groovy Weekly #22

Releases keep coming, with a second RC for Grails 2.4, with Gaelyk and Griffon upgrading to Groovy 2.3, and already a bug-fix release of Groovy with version 2.3.1! Don’t forget it’s the last week to register to the GR8Conf Europe conference! Releases Second release candidate for Grails 2.4 Guillaume Laforge announces a Groovy 2.3.1 bug-fix release Gaelyk 2.1.2 released, built atop Groovy 2.3.0 Kunal Dabir released version 2.1.2 of the Gaelyk template Andrés Almiray is upgrading Griffon 2. Read more...

Groovy 2.3.1 is out

The Groovy development team is happy to announce the bug fix release of Groovy 2.3.1. Lots of bugs have been reported and fixed. Some of the highlights among those fixes: the classloader related problems with @Grab several generics handling issues a problem preventing Groovy from loading its modules on IBM mainframes a problem preventing Groovy from being loaded as an OSGi module in certain OSGi containers You can read the JIRA release notes, and download the latest distribution. Read more...

Groovy Weekly #21

Now that Groovy 2.3.0 is out, it’s going to be Grails turn! Graeme announced a release candidate for Grails 2.4, so take your chance to test drive it to make Grails 2.4 an awesome release! Last but not least, you still have two weeks to buy your tickets for the GR8Conf Europe 2014! Releases Graeme Rocher announces the release of Grails 2.4 RC1 with Groovy 2.3 and Spring Framework 4.0.4 Version 0. Read more...

Groovy Weekly #20

Tthe big news of the week is the release of Groovy 2.3.0! With traits, support for running on JDK 8, new AST transformations, lightning fast JSON support, and more! Be sure to read the Groovy 2.3.0 release notes to get all the juicy details! And vote up the DZone link to make a bit of buzz on the small interview of Guillaume Laforge about the release. Also, Hubert Klein Ikking was on a blogging spree, as he wrote many new items in the Groovy Goodness series with snippets showing the new features in action. Read more...

Groovy 2.3.0 is out!

The Groovy development team is proud to announce the final release of Groovy 2.3.0! Groovy 2.3 is the new major release of Groovy, featuring official support for running Groovy on JDK 8, traits, new and improved AST transformations like @TailRecursive, @Builder and @Sortable, a new NIO2 module with Path support, lightening fast JSON parsing and building, closure parameter type inference, a new markup template engine, Groovysh and GroovyConsole ease of use improvements, a new GroovyAssert test utility, more @BaseScript class capabilities, and more. Read more...

Groovy 2.3.0 RC 4 is out

To celebrate the International Workers’ Day (a holiday in half of the world’s countries, no less! including mine), we’re announcing the release of Groovy 2.3.0-RC-4. Yes, RC-4 and not RC-3, as we’re still having some issues with our build and deployment infrastructure which made us have to skip a bit. Thanks to your feedback, we managed to iron out some more issues and regressions we were having with the tricky generics handling. Read more...

Groovy Weekly #19

Another busy week for the Groovy ecosystem, with key releases of Groovy, Grails, Gradle, GPars, and CodeNarc! This can be labeled as a “release week”! Releases Guillaume Laforge announces the release candidate of Groovy 2.3 Guillaume Laforge announces the second release candidate of Groovy 2.3 Graeme Rocher announces a Grails joint release with Grails 2.3.8 and Grails 2.4-milestone-2 Gradle 1.12 released with some nice universal performance improvements, more control of the dependency resolution process, an improved API for IDE integration, Clang and CUnit support for native code and a slew of bug and compatibility fixes Release of GORM for MongoDB v3. Read more...

Second release candidate of Groovy 2.3

The Groovy team is happy to announce the release of Groovy 2.3.0-rc-2. This should be the last release candidate until the final release in a couple days. This release ironed out a few bugs, for instance in generics handling, or made the groovydoc tool aware of traits. Note that the latest fixes in the traits support introduce a binary incompatibility compared to the previous release candidate. You can have a look at the JIRA release notes: https://jira. Read more...

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...

Groovy Weekly #18

The Easter bunny is delivering the latest Groovy Weekly column! With your chocolate eggs, you’ll get some bits of functional programming, a tutorial on Groovy traits, details of the JSON serialization performance improvements, and also get the chance of voicing your feedback on things like Groovy’s support of Java 8 lambda syntax, on the Ratpack async support, and more. Releases groovy-comprehension is a groovy extension module / AST transformation which provides simple list comprehension functionality similar to that of Haskell, Scala or Python. Read more...