Changelog for Groovy 2.0.8

Bug

  • [GROOVY-4641] - Defining an abstract method in enum
  • [GROOVY-6041] - Cannot implement method from java interface with varargs and generics
  • [GROOVY-6042] - Change to ConfigSlurper broke non-string keys
  • [GROOVY-6065] - Overriding enum methods in constant specific body does not work if non-default constructor is used
  • [GROOVY-6086] - @CompileStatic problem with methods returning array of Objects - Error msg: "Cannot return value of type [LSomeClass; on method returning type SomeClass[]"