-
Notifications
You must be signed in to change notification settings - Fork 100
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
Request for a Spring ViewScope as in V8 for MPR based projects #508
Comments
The plan is to introduce the I'm closing this issue, please follow and +1 #263 instead, thanks. |
@pleku The ultimate goal is: If there is a Vaadin 7 Application that should be migrated to Vaadin 14 using MPR I'd like to have a replacement for BUT: As far as I read the discussion in #263 the Without such a functionality step-by-step migration using MPR would be impossible. |
@KyleRogers thanks for the feedback, I see now what you mean. We have to discuss on the technical semantics of this issue first, and then try to figure out where this could fit in the backlog. I'm not sure if it would help if we have I want to be honest and say that unless this is fairly trivial, it might take a while since I don't recall any other requests for this issue. If this is trivial, then probably we could look at this as we go about |
Acceptance Criteria
|
The docs PR is not yet merged: accidentally closed , so reopened. |
* chore: explain how RouteScope can be used instead of ViewScope part of vaadin/spring#508 * Update articles/tools/mpr/introduction/3-spring-boot.asciidoc Co-authored-by: Marko Grönroos <[email protected]> * Update articles/tools/mpr/introduction/3-spring-boot.asciidoc Co-authored-by: Marko Grönroos <[email protected]> Co-authored-by: Mikhail Shabarov <[email protected]>
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?
The text was updated successfully, but these errors were encountered: