-
Bug
-
Resolution: Fixed
-
Major
Not currently possible to use a Java 5-style for loop on an ArrayList (for example) from within CPS-transformed code, since its Iterator implementation is not marked Serializable.
- is blocking
-
JENKINS-26481 Mishandling of binary methods accepting Closure
-
- Resolved
-
- is duplicated by
-
JENKINS-34645 for in loop over result of String.split() gives NotSerializableException
-
- Resolved
-
- is related to
-
JENKINS-25925 More polite reporting of NotSerializableException
-
- Open
-
- links to
(3 links to)
It is still open and affecting users. There is a fix for some common cases but I have not managed to either generalize it or extend it to some other important cases.