Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.1, 1.7.2, 1.7.3
-
None
-
None
Description
Groovy's Reference class doesn't implement serializable. If the variable captured is serializable so should be the reference. This problem presents itself in many frameworks that serialize the state of Groovy code that uses closures.