Changelog for Groovy 2.5.20

Bug

  • [GROOVY-10105] - Groovy Shell having trouble evaluating script
  • [GROOVY-10109] - IllegalAccessError with package-access base class
  • [GROOVY-10846] - Unable to resolve field from a bounded type parameter
  • [GROOVY-10847] - Crash with arity generics parameter mismatch during the instruction selection phase
  • [GROOVY-7025] - Static member in enum class definition not initialized before enums created
  • [GROOVY-7789] - ClosureParams type inference compilation error when wrapping closure with object

Dependency upgrade

Improvement

  • [GROOVY-7141] - Static type checker does not recognize closure input parameter when implementing an interface with a map