Skip to content

Releases: vaadin/quarkus

Vaadin Quarkus add-on 1.1.2

15 Sep 10:19
8b8e795
Compare
Choose a tag to compare

This version targets Vaadin 23.2, 23.1 and 22.

Changes since 1.1.1:

Fixes:

  • Set load-on-startup for automatically registered Vaadin servlets (#84) | Issue

    When using Vite, DevModeInitializer blocks dev-server startup until a VaadinServlet is deployed because it needs to get the servlet path to use. If the container lazily loads servlets, Vite will not start until the first HTTP request for the Vaadin servlet is received. This change sets load-on-startup feature for all Vaadin Servlet registered by the extension, to ensure that Vite is loaded at the startup of the Web application. A warning message is shown for custom Vaadin servlets that do not set loadOnStartup on WebServlet annotation.

  • Add RouterLayout as bean classes (#85) | Issue

    Currently RouterLayout implementations are ignored by CDI in Quarkus. This change specify RouterLayout implementors as additional bean classes to be analysed during bean discovery.

Here is a list of all changes since 1.1.1

Vaadin Quarkus add-on 1.1.1

05 Jul 11:06
77d63fb
Compare
Choose a tag to compare

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

Vaadin Quarkus add-on 1.1.0

05 Apr 05:52
94693a1
Compare
Choose a tag to compare

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

Vaadin Quarkus add-on 1.0.0

29 Nov 12:53
5242193
Compare
Choose a tag to compare

This version targets Vaadin 22 on top of Flow 9.0.0.

No changes since 1.0.0.rc1.

Vaadin Quarkus add-on 1.0.0.rc1 pre-release

23 Nov 13:15
5242193
Compare
Choose a tag to compare

Pre-release for Vaadin 22 on top of Flow 9.0.0.rc1.

No changes since 1.0.0.beta1.

Vaadin Quarkus add-on 1.0.0.beta1 pre-release

03 Nov 06:29
5242193
Compare
Choose a tag to compare

Pre-release for Vaadin 22 on top of Flow 9.0.0.beta1.

No changes since 1.0.0.alpha2.

To see what is included, take a look at the changes since version 1.0.0.alpha2

Vaadin Quarkus add-on 1.0.0.alpha2 pre-release

17 Oct 16:32
5242193
Compare
Choose a tag to compare

Pre-release for Vaadin 22 on top of Flow 9.0.0.alpha10.

Changes since 1.0.0.alpha1

No user-facing changes, but only integration tests improvements and Quarkus version upgrade (2.3.0.Final).

To see what is included, take a look at the changes since version 1.0.0.alpha2

Vaadin Quarkus add-on 1.0.0.alpha1 pre-release

16 Sep 07:01
04dd941
Compare
Choose a tag to compare

Initial Quarkus add-on release.