Vaadin Quarkus add-on 1.1.2
This version targets Vaadin 23.2, 23.1 and 22.
Changes since 1.1.1:
Fixes:
-
Set load-on-startup for automatically registered Vaadin servlets (#84) | 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 all Vaadin Servlet registered by the extension, to ensure that Vite is loaded at the startup of the Web application. A warning message is shown for custom Vaadin servlets that do not set loadOnStartup on WebServlet annotation.
-
Add RouterLayout as bean classes (#85) | Issue
Currently RouterLayout implementations are ignored by CDI in Quarkus. This change specify RouterLayout implementors as additional bean classes to be analysed during bean discovery.
Here is a list of all changes since 1.1.1