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
- [GROOVY-11160] - Bump ivy to 2.5.2 (includes CVE-2022-46751)
- [GROOVY-11162] - Bump ant version to 1.10.14
- [GROOVY-11171] - Bump slf4j to 2.0.9 (test and standard install dependency)
- [GROOVY-11172] - Bump jqwik to 1.8.0 (test dependency)
- [GROOVY-11173] - Bump picocli to 4.7.5
- [GROOVY-11175] - Bump javaparser to 3.25.5
- [GROOVY-11177] - Bump logback-classic to 1.3.11 (test dependency)
Improvement
- [GROOVY-11167] - JsonOutput should handle Records like POGOs