Changelog for Groovy 2.1.5

Bug

  • [GROOVY-4632] - in eachRow's closures rows do not always respond to getClass()
  • [GROOVY-5349] - ICO file in distribution is broken/missing
  • [GROOVY-6187] - GroovyResultSet Proxy not working with Object methods
  • [GROOVY-6192] - @EqualsAndHashCode override not working when used with @Immutable if @Immutable appears first
  • [GROOVY-6195] - Use of overloaded methods with empty/varags parameters fails if type checking is active
  • [GROOVY-6200] - Ant groovyc throws a NoClassDefFoundError compiling a groovy class with @DelegatesTo and @CompileStatic
  • [GROOVY-6205] - META-INF/services/org.codehaus.groovy.runtime.ExtensionModule missing from groovy-all.jar
  • [GROOVY-6206] - @CompileStatic compilation fails sometimes in gradle build with error message Reference to method is ambiguous. Cannot choose between
  • [GROOVY-6207] - Incorrect flow typing reset after if branch