Changelog for Groovy 4.0.15

Bug

  • [GROOVY-10974] - Fail to perform SAM conversion using method references
  • [GROOVY-10975] - STC rejects program when passing method reference in parameterized function
  • [GROOVY-11163] - Class parsing does not set erasure of type param with bounds
  • [GROOVY-11170] - Fix edge cases for SecureASTCustomizer

Dependency upgrade

Improvement

  • [GROOVY-11167] - JsonOutput should handle Records like POGOs