Description
Ticket #263 contains the discussion about a @RouteScope
that originated from the request of a @ViewScope
for Vaadin Flow Spring Add-on. The discussion - as far as I understood - focuses on implementing a comparable scope for Vaadin Flow based (parts of) a project.
We're planning to migrate Vaadin 7 projects to Vaadin 14 using MPR with the "old" Vaadin 7 components for the vast majority of the views and functionality. The current projects heavily rely on @ViewScope
when navigating between views.
Thus using Vaadin 14 with MPR and Vaadin Spring Add-on will not work for us due to the missing Scope.
Are there any plans to restore the old functionality in order to support such scenarios? Maybe using a special legacy package and warnings in JavaDoc that this scope will work with Vaadin 7 / Vaadin 8 navigator based navigation, only?