-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: prevent Optional capture in serializable predicate #20360
Conversation
Optional is not serializable, so capturing it into a SerializablePredicate will prevent serialization to succeed.
|
@tepi @mshabarov do you think we should also address #20361 in this PR? |
@mcollovati yes, let's address here all these reported issues with Optional, if possible. |
Should be reviewed again after changes for #20361
#20361 has been closed because the real culprit of the serialization issue was in |
Optional is not serializable, so capturing it into a SerializablePredicate will prevent serialization to succeed.
Optional is not serializable, so capturing it into a SerializablePredicate will prevent serialization to succeed.
Optional is not serializable, so capturing it into a SerializablePredicate will prevent serialization to succeed.
Optional is not serializable, so capturing it into a SerializablePredicate will prevent serialization to succeed.
This ticket/PR has been released with Vaadin 24.6.0.alpha2 and is also targeting the upcoming stable 24.6.0 version. |
Optional is not serializable, so capturing it into a SerializablePredicate will prevent serialization to succeed.