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

mark the BootstrapHandler API as depricated (in favor of the ClientIndexHandler API) #6484

Closed
vlukashov opened this issue Sep 18, 2019 · 0 comments
Assignees
Labels
hilla Issues related to Hilla
Milestone

Comments

@vlukashov
Copy link

When reading about bootstrapping in the Vaadin platform documentation I want to see the description of client-side bootstrapping, not the description of the BootstrapHandler API, so that I get the relevant info for the default recommended way of building apps (see #6367).

DoD:

  • all public BootstrapHandler APIs are marked as deprecated (BootstapListner, BootstrapPageResponse, etc)
  • platform documentation is updated to talk about the ClientIndexHandler APIs (ClientIndexBootstrapListener, ClientIndexBootstrapPage, etc)
@vlukashov vlukashov added the hilla Issues related to Hilla label Sep 18, 2019
@vlukashov vlukashov added this to the CCDM MVP milestone Sep 20, 2019
@qtdzz qtdzz self-assigned this Sep 20, 2019
@project-bot project-bot bot moved this from Needs triage to WIP in OLD Vaadin Flow bugs & maintenance (Vaadin 10+) Sep 20, 2019
qtdzz added a commit that referenced this issue Sep 25, 2019
Fixes #6484
This PR deprecates BootstrapListener related APIs in favor of ClientIndexBootstrapListener.
@manolo manolo closed this as completed Sep 26, 2019
OLD Vaadin Flow bugs & maintenance (Vaadin 10+) automation moved this from WIP to Closed - pending release Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hilla Issues related to Hilla
Development

No branches or pull requests

3 participants