Changelog for Groovy 5.1.0

Bug

  • [GROOVY-12073] - reject dot-dot segments in grape coordinate validation
  • [GROOVY-12125] - deleteDir() should treat symbolic links as leaves
  • [GROOVY-12225] - STC: property access to a record component fails for precompiled records
  • [GROOVY-12226] - Double-nested non-static class in trait calling outer method compiles, but fails at runtime
  • [GROOVY-12235] - Interface default method without dynamic calls references unemitted call-site helper under indy=false
  • [GROOVY-12247] - NPE "Cannot invoke MetaMethod.isAbstract() because method is null" on super call to inherited generic method with default parameter

Dependency upgrade

Improvement

  • [GROOVY-12236] - Allow @ASTTest to be disabled via a groovy.asttest.enable system property