Changelog for Groovy 3.0.25
Bug
- [GROOVY-11579] - Reproduction of GROOVY-11548 with Generic Parameters
- [GROOVY-11581] - byte array casted to array list when calling parent method from nested class
- [GROOVY-11607] - Nested <src> in <groovyc> Ant task is not handled nicely
- [GROOVY-11621] - Assigning null to a List or Map using bracket notation does not work with @CompileStatic
- [GROOVY-11622] - Unix scripts files have windows line endings in 3.0.24
- [GROOVY-11642] - source offset of inner class declaration with annotation
- [GROOVY-4843] - Mocking a method with byte[] parameter type throws a ClassCastException: ArrayList cannot be cast to Number
- [GROOVY-8560] - Spread operator type conversion error
Improvement
Sub-task