Changelog for Groovy 4.0.29

Bug

  • [GROOVY-11292] - Class without sealed parent cannot be non-sealed
  • [GROOVY-11675] - split property definitions aren't carrying final modifier to getters
  • [GROOVY-11719] - Generics Compilation Bug
  • [GROOVY-11720] - [GINQ] Failed to recognize sub-query in where clause
  • [GROOVY-11739] - continue statement in do...while skips conditional
  • [GROOVY-11750] - Cannot compile subclass of non-sealed class
  • [GROOVY-11770] - StackOverflowError processing generics for kubernetes-client library
  • [GROOVY-11776] - Overload resolution of trait methods does not work properly
  • [GROOVY-11782] - Inconsistent unboxing of null, and resulting exceptions

Dependency upgrade

Improvement