-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Originally by lrozenblyum
AppWidgetset generated by maven plug-in causes eclipse generating warning about serialization (after Eclipse : Maven -> Update project...) :
-The serializable class AppWidgetset does not declare a static final serialVersionUID field of type long* in target/generated-sources/wscdn
(surprisingly eclipse validates target directory as well).
Ideas to fix:
-
Make com.vaadin.server.WidgetsetInfo interface not Serializable (not sure if it's really needed to be Serializable)
-
Make vaadin-maven-plugin generate new serialVersionUID inside UpdateWidgetsetMojo.java)
If you approve one of ways of fixing the problem, I can contribute a patch.
Imported from https://dev.vaadin.com/ issue #20241