Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpringInstantiator, SpringServlet are not serializable #679

Open
fluorumlabs opened this issue Nov 6, 2020 · 1 comment
Open

SpringInstantiator, SpringServlet are not serializable #679

fluorumlabs opened this issue Nov 6, 2020 · 1 comment

Comments

@fluorumlabs
Copy link

fluorumlabs commented Nov 6, 2020

Classes SpringInstantiator and SpringServlet implement Serializable but contain a non-serializable non-transient field:

    private final ApplicationContext context;
@fluorumlabs fluorumlabs changed the title SpringInstantiator is not serializable SpringInstantiator, SpringServlet and SpringVaadinServletService are not serializable Nov 6, 2020
@fluorumlabs fluorumlabs changed the title SpringInstantiator, SpringServlet and SpringVaadinServletService are not serializable SpringInstantiator, SpringServlet are not serializable Nov 6, 2020
@mshabarov mshabarov moved this to 🔖 Normal Priority (P2) in Vaadin Flow bugs & maintenance (Vaadin 10+) Sep 27, 2023
@yash11K
Copy link

yash11K commented Apr 18, 2024

Hi, I would like to work on this issue.
How about using a wrapper class for ApplicationContext and implementing a standard readObject writeObject methods ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🔖 Normal Priority (P2)
Development

No branches or pull requests

4 participants