Vaadin Flow Spreadsheet brakes serialization #6612
Labels
known issue
Known issue that can't be easily fixed
refactor
Internal improvement
requires new major
This would be a breaking change
vaadin-spreadsheet
wontfix
This will not be worked on
Description
When we want to use Session replication using by Vaadin along with kubernetes-kit and Vaadin Flow Spreadsheet then the issue will occur that
SpreadsheetHandlerImpl.java
doesn't serializable.Added link to a test project which help to reproduce this issue.
Stacktrace which describe the issue was added to the project and here as well. (non_serializable_issue_logs.txt)
Expected outcome
I'd like to expect that Vaadin Flow Spreadsheet is fully serializable that I can use it along with Session replication.
Minimal reproducible example
Steps to reproduce
--add-opens java.base/java.io=ALL-UNNAMED -Dsun.io.serialization.extendedDebugInfo=true
Environment
Vaadin version(s): 24.4.11
Kubernetes Kit version: 2.2.2
OS: Windows 11
Browsers
Issue is not browser related
The text was updated successfully, but these errors were encountered: