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