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 VaadinPushHandlercan work. -
Fixes on user servlet registrations (#58)
@WebServlet.urlPatternsare read as string array from annotation.@WebServlet.valueis also taken into account for mappings. Added check to prevent NPE when reading init parameters. Use@WebServlet.nameas servlet name, if present.
Here is a list of all changes since 1.0.0