Skip to content

Vaadin Quarkus add-on 1.1.0

Choose a tag to compare

@mshabarov mshabarov released this 05 Apr 05:52
94693a1

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 Vaadin PushHandler 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