Skip to content

Vaadin CDI Add-on 14.0.1 for Vaadin 23

Choose a tag to compare

@mshabarov mshabarov released this 20 Sep 06:06
· 1 commit to 14.0 since this release
373210c

This is a maintenance release of the Vaadin CDI add-on for Vaadin 23, built on top of Flow 23.2.

Changes in Vaadin CDI add-on version 14.0.1

  • Throw on not existing scope only if bean creation is requested (#393) | Issue

    If bean creation is not requested, just return a null value from context storage instead of throwing an exception because route owner instance is not available in current navigation components chain.

  • Set load-on-startup for automatically registered Vaadin servlet (#398) | Issue

    When using Vite, DevModeInitializer blocks dev-server startup until a VaadinServlet is deployed because it needs to get the servlet path to use. If the container lazily loads servlets, Vite will not start until the first HTTP request for the Vaadin servlet is received. This change sets load-on-startup feature for automatically deployed Vaadin servlet, to ensure that the servlet and Vite are loaded on the startup of the Web application.

All changes since version 14.0.0.