https://www.podbean.com/media/share/pb-yt6by-119741f News and views from the Groovy programming language ecosystem. Topics include the release of Groovy 4.0 and Micronaut 3.3.0, as well as discussions of recent blog posts, the move to Java 17, working with Spock, and people on the move. Show notes at https://github.com/groovy-podcast/groovypodcast
Groovy Podcast episode 85 (S05E05) with Sergio del Amo and Guillaume Laforge
https://www.podbean.com/media/share/pb-q8tak-11603dc News and views from the Groovy programming language ecosystem, hosted by Ken Kousen, Sergio del Amo, and Guillaume Laforge. We talked about the new Micronaut AOT module (7ms startup time!), the latest Grails 5.1 release, dealing with the log4J CVE problems, and a tribute to Stéphane Maldini, who left us all too soon. … Read More
Groovy Podcast 84 (S05E04) with Sergio del Amo and Paul King
https://www.podbean.com/media/share/pb-jqvtd-112b50d News and views from the Groovy programming language ecosystem. This time with Sergio del Amo and Puneet Behl, including a deep dive into Grails 5 and Micronaut 3. Show notes: https://github.com/groovy-podcast/groovypodcast/blob/master/ep-84.asciidoc
Groovy Podcast, S05E03, with Paul King
https://www.podbean.com/media/share/pb-c5c4t-11199c8 News and views from the Groovy programming language ecosystem, with Paul King, the head of the Groovy project! Topics include the upcoming Groovy 4 release, the IDE situation for Groovy, the recent Grails 5 release, the recent ApacheCon at Home conference, and more. Show notes at https://github.com/groovy-podcast/groovypodcast/blob/master/ep-83.asciidoc
Simple Demo of Gradle Parallel Tests
The maxParallelForks property runs test classes in parallel, but not individual tests in a class. Read More