Releases: vaadin/quarkus
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
Vaadin Quarkus add-on 1.1.1
This version targets Vaadin 23.1 on top of Flow 23.
Changes since 1.1.0:
Fixes:
- Skip user
VaadinServlet
s without@WebServlet
instead of throwing NPE (#77)
IfVaadinServlet
without@WebServlet
annotation present (like when vaadin-cdi happened to be in classpath) currently quarkusBuild will fail with NPE. This patch skips such servlets with a warning in log.
Here is a list of all changes since 1.1.0
Vaadin Quarkus add-on 1.1.0
This version targets Vaadin 23.1 on top of Flow 23.
Changes since 1.0.0:
-
Make Vaadin Push functionality work (#69)
Added a build step to initialise a customised Vert.x handler that attaches HTTP session from upgrade request to the WebSocket exchange so that VaadinPushHandler
can work. -
Fixes on user servlet registrations (#58)
@WebServlet.urlPatterns
are read as string array from annotation.@WebServlet.value
is also taken into account for mappings. Added check to prevent NPE when reading init parameters. Use@WebServlet.name
as servlet name, if present.
Here is a list of all changes since 1.0.0
Vaadin Quarkus add-on 1.0.0
This version targets Vaadin 22 on top of Flow 9.0.0.
No changes since 1.0.0.rc1.
Vaadin Quarkus add-on 1.0.0.rc1 pre-release
Pre-release for Vaadin 22 on top of Flow 9.0.0.rc1.
No changes since 1.0.0.beta1.
Vaadin Quarkus add-on 1.0.0.beta1 pre-release
Pre-release for Vaadin 22 on top of Flow 9.0.0.beta1.
No changes since 1.0.0.alpha2.
To see what is included, take a look at the changes since version 1.0.0.alpha2
Vaadin Quarkus add-on 1.0.0.alpha2 pre-release
Pre-release for Vaadin 22 on top of Flow 9.0.0.alpha10.
Changes since 1.0.0.alpha1
No user-facing changes, but only integration tests improvements and Quarkus version upgrade (2.3.0.Final
).
To see what is included, take a look at the changes since version 1.0.0.alpha2
Vaadin Quarkus add-on 1.0.0.alpha1 pre-release
Initial Quarkus add-on release.