❯ Guillaume Laforge

Groovy Weekly #37

SpringOne2GX 2014 in Dallas is over. And next week starts JavaOne. It’s conference season! Speaking of which… the fine GR8Conf US crew released many more presentations this week! There’s a lot of content to go through! Releases GrooScript 0.6 is out, on the road to 1.0, and Jorge Franco is looking for your feedback Gradle Android plugin 0.13 works with Gradle 2.1 JBake 2.3.2 with Asciidoctor 1.5 News Incremental Java compilation landed in Gradle 2. Read more...

Groovy Weekly #36

The SpringOne2GX 2014 conference is over, but you can see below more tweets and presentations from the second part of the conference, and the videos will be available later on on InfoQ. Apart from the excitement around Grails 3, Spring Boot, Groovy, and more, I’d like to highlight the very interesting feedback from Scott Hickey who comes back on 6 years of production usage of Groovy at Mutual of Omaha, saying “Groovy is a phenomenal language for businnes applications”, and that there’s nothing “better” on the JVM! Read more...

Groovy Weekly #35

Direct live from SpringOne2GX, in Dallas! So you can expect some news and presentations from the show this week and the next, and certainly tons of tweets! Speaking of tweets from SpringOne2GX, you’ll notice the flurry of very positive and excited reactions regarding the upcoming Grails 3 release. In the release section, don’t miss the release of Gradle 2.1. Releases Gradle 2.1 released with community plugins, and incremental java compilation GVM 2. Read more...

Beta 3 for Groovy 2.4

The Groovy development team is happy to announce the release of a third beta for Groovy 2.4. This release contains various bug fixes and minor improvements. I’ll highlight the fact that you can now use multiple labels on your statements (instead of just one). With beta-3 now, many of the unneeded synthetic methods generated by Groovy are not generated anymore, reducing the number of methods nicely yielding smaller bytecode. This is of particular interest for Android developers limited in the overall number of methods used in Android applications. Read more...

Groovy Weekly #34 back from vacations!

After a long summer break, it’s high time we resume Groovy Weekly, and come back to our every-Tuesday agenda! Get ready for lots of content! If there were one particular item of news I’d like to highlight in this edition, that’s the news about the New York Times that is going to use Groovy and its Android support (in the upcoming Groovy 2.4), as well as RxJava, to revamp its Android application to make more “reactive”. Read more...

Disable @Grab with a global AST transformation

On the Groovy mailing-list, we had an interesting question about how to disable annotations like @Grab, to prevent users from downloading third-party dependencies. There are a few possibilities for that, but my favorite was to create a global AST transformation that would generate a compilation error if the @Grab annotation is found on an import. I created a first small prototype within a script, but I used an injected local transformation to get everything working with a simple script. Read more...

Groovy Weekly #33

You probably remember Groovy and Gradle being selected in RebelLabs’ report as part of the 10 “kick-ass” technologies developers love? But I’m also happy to report that Groovy won the Geek Choice Award, showing how groovy Groovy is! GR8Conf US 2014 last week is delivering tons of great videos and materials from all the speakers that came to the conference, and I hope you’ll find time to watch a few. My personal highlight was the great Q&A talk by Scott Hickey and Jim McGill on looking back into 9 years of using Groovy at a big US insurance company. Read more...

Groovy receives Geek Choice Award

RebelLabs launched an annual study and awards to select 10 “kick-ass” technologies that developers love, and both Gradle and Groovy were among the winners! You can learn more about this “kick-ass” technology study in the PDF report they crafted and which can be downloaded there (form filing required to download the PDF). Details are available for: Groovy Gradle It’s always nice to see such reports and awards recognizing the great work and energy the Groovy and Gradle teams have been put into developing those technologies, and making developers around the world delighted to work with them. Read more...

Groovy Weekly #32

Live from GR8Conf US 2014, in Minneapolis, MN, USA! The code samples and slides of presentations are already flowing and are listed below in the presentations section. Lots of great content and talks to learn from. Releases Andrés Almiray released Griffon 2.0.0-rc-1 live on stage at GR8Conf US 2014, along with the announcement of the new Griffon website Cédric Champeau announces the releases of Groovy 2.3.6 and Groovy 2.4.0-beta-2 Guillaume Laforge announced Groovy 2. Read more...

Groovy 2.3.5 out with upward compatibility

The Groovy team is pleased to announce the release of Groovy 2.3.5. Groovy 2.3.5 is a bug fix release of our Groovy 2.3 branch. You’ll find fixes for static compilation and type-checking, JSON serialization issues, markup template engine errors, and performance improvements. We care a lot about backward and binary compatibility, but in this release, we also thought about upward compatibility, so that code compiled with a newer version can even run on an older runtime. Read more...