Skip to content

feat: Initial support for async bootstraping - #25012

Open
AB-xdev wants to merge 2 commits into
vaadin:mainfrom
AB-xdev:async-bootstraping
Open

feat: Initial support for async bootstraping#25012
AB-xdev wants to merge 2 commits into
vaadin:mainfrom
AB-xdev:async-bootstraping

Conversation

@AB-xdev

@AB-xdev AB-xdev commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Description

This PR adds initial/rough support for async bootstrapping.
This can be enabled using vaadin.bootstrap.async.

The overall code is based on spring-projects/spring-boot@91f4bc9

Further more it fixes a problem that currently affects 24.3 where Vaadin crashes if another Controller is present (I was not able to boot the application I tested against otherwise).

Fixes #24882
Fixes #25007

Please note that this PR serves as a baseline.
A Vaadin dev should have a look over it and fine tune it before merging.

Type of change

  • Bugfix
  • Feature

Checklist

  • I have read the contribution guide: https://vaadin.com/docs/latest/guide/contributing/overview/
  • I have added a description following the guideline.
  • The issue is created in the corresponding repository and I have referenced it.
  • I have added tests to ensure my change is effective and works as intended.
  • New and existing tests are passing locally with my change.
    • Tests are already failing locally on the default branch
  • I have performed self-review and corrected misspellings.

Additional for Feature type of change

  • Enhancement / new feature was discussed in a corresponding GitHub issue and Acceptance Criteria were created.
    • No Acceptance Criteria were outlined in the corresponding GitHub issue

@mcollovati mcollovati added the Contribution PRs coming from the community or external to the team label Jul 20, 2026
@mshabarov mshabarov moved this to 🔎Iteration reviews in Vaadin Flow | Hilla | Kits ongoing work Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Contribution PRs coming from the community or external to the team

Projects

Status: 🔎Iteration reviews

Development

Successfully merging this pull request may close these issues.

Make it possible to supply a custom VaadinServletContextInitializer Provide an option to execute VaadinServletContextInitializer async

3 participants