Skip to content

Vaadin Quarkus add-on 1.1.1

Compare
Choose a tag to compare
@taefi taefi released this 05 Jul 11:06
77d63fb

This version targets Vaadin 23.1 on top of Flow 23.

Changes since 1.1.0:

Fixes:

  • Skip user VaadinServlets without @WebServlet instead of throwing NPE (#77)
    If VaadinServlet 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