Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
4.2.0
-
None
-
None
-
Tiger Sprint 143
Description
The ReadOnlyModel stores a reference to a lambda supplier instance. This reference needs to be serializable and lambda's are not by default.
Easy to fix by changing the supplier argument into a custom supplier interface that also extends Serializable.
Attachments
Issue Links
- is backported by
-
CMS-10540 [Backport to 4.1] ReadOnlyModel value supplier needs to be serializable
- Closed