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
VaadinServlets without@WebServletinstead of throwing NPE (#77)
IfVaadinServletwithout@WebServletannotation 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