Skip to content

Releases: vaadin/platform

Vaadin 25.0.0-alpha10

19 Sep 14:25

Choose a tag to compare

Vaadin 25.0.0-alpha10 Pre-release
Pre-release

Upgrading · Docs · Get Started

This is a pre-release for the Vaadin 25.0. We appreciate if you give it a try and report any issues you notice. To use this release, you'll need to have following repositories declared in your project (Vaadin pre-releases are not pushed to Maven central) :

<repositories>
    <repository>
        <id>vaadin-prereleases</id>
        <url>
            https://maven.vaadin.com/vaadin-prereleases/
        </url>
    </repository>
</repositories>

<pluginRepositories>
    <pluginRepository>
        <id>vaadin-prereleases</id>
        <url>
            https://maven.vaadin.com/vaadin-prereleases/
        </url>
    </pluginRepository>
</pluginRepositories>

Major Breaking Changes Since Vaadin 24
Vaadin 25 is under developing at the moment, the full migration guide will come when it gets close to beta release.
Thanks for your patience. For now, you can take the following link/contents as reference.

Changelogs

Official add-ons and plugins:

Vaadin 24.7.14

18 Sep 07:56
fc7ef9d

Choose a tag to compare

This is a maintenance release for Vaadin 24.7. See 24.7.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.7.13)
  • CDI add-on (15.1.0)
  • Maven plugin (24.7.14)
  • Gradle plugin (24.7.14)
  • Quarkus plugin (2.1.3)

Vaadin 24.9.0

17 Sep 09:09
f831b10

Choose a tag to compare

Upgrading · Docs · Get Started

New and Noteworthy Since Vaadin 24.8

Since Vaadin 24.9, you can start using Vaadin Beta and Release Candidate versions from Maven Central.
Flow:

  • add new HTML component <code>
  • add new style methods: STYLE_BACKGROUND_POSITION, STYLE_BACKGROUND_SIZE, STYLE_FILTER, STYLE_GAP, STYLE_ROTATE
  • add a short method to SortDirection enum (Thanks to @abdurasul29052002)
  • add convenient API to set item from DataView
  • Upgraded commercial trial experience (read more)

Design System:

  • add Tooltip support for SideNavItem

Hilla:

  • support matching wildcard views with subdirectories

Copilot:

Deprecation

Flow:

  • Deprecate HierarchyMapper, HierarchicalCommunicationController, HierarchicalArrayUpdater and HierarchicalUpdate
  • Deprecate methods in HierarchicalDataCommunicator (listed here)
  • Deprecate webpackOutputDirectory
  • Deprecate VaadinSession::setConfiguration(configuraiton)
  • Deprecate setRequestedRange and computeRequestedRange
  • Deprecate VaadinWebSecurity
  • Deprecate arrayUpdater and dataupdater

Design System:

  • Deprecate CookieConsent
  • Deprecate legacy Grid API (listed here)
  • Deprecate TreeGridElement's getNumberOfExpandedRows and isLoadingExpandedRows

*Deprecated APIs will be removed in Vaadin 25

Known Vulnerability

Vaadin 24.9 uses Spring Boot 3.5.x, which includes commons-lang3:3.17.0. Security scanners may report CVE-2025-48924 due to this version. To address the issue, users can override the dependency by adding <commons-lang3.version>3.18.0</commons-lang3.version> to the <properties> section in their pom.xml. More details about the missing latest version of commons-lang3 in the Spring Boot 3.5.x BOM can be found here

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.9.0)
  • CDI add-on (15.2.0)
  • Maven plugin (24.9.0)
  • Gradle plugin (24.9.0)
  • Quarkus plugin (2.2.1)

Upgrading guides

Support

Vaadin 24 is the latest stable version, with extended support options available (release model).

Vaadin also provides commercial support and warranty.

Supported technologies

Desktop browser
  • Chrome (evergreen).
  • Firefox (evergreen).
    • Firefox Extended Support Release (ESR).
  • Safari 15 or newer (latest minor version in each major series).
  • Edge (Chromium, evergreen).
Mobile browser
  • Chrome (evergreen) for Android (4.4 or newer).
  • Safari 15 for iOS or newer (latest minor version in each major series).
Development OS
  • Windows
  • macOS
  • Linux
IDE

Any IDE or editor that works with the language of your choice should work well. Our teams often use IntelliJ, Eclipse, VS Code among others.

Vaadin IDE plugins (IntelliJ and VS Code) support the IDE versions released during the last 12 months

Vaadin Designer supports the following IDEs:

  • Eclipse from Photon and upwards

  • JetBrains IntelliJ IDEA from 2017 upwards

Java Version 17 of any JDK or JRE
Maven Version 3.5 or newer
Gradle Version 8.7 or newer
Application server

Vaadin Flow requires Java Servlet API 6 and Java 17 or newer. It is tested on:

  • Apache Tomcat 10.1

  • Open Liberty 23

  • RedHat JBoss EAP 8.1

  • Apache Tomcat 10.1

  • Open Liberty 23

  • RedHat JBoss EAP 8.1

    • There is an incompatibility issue with the Jackson dependency when run with RedHat JBoss EAP 8.0 for develpment mode. To fix this, you will need to add the following content to the jboss-deployment-structure.xml placed under WEB-INF folder
    workaround for JBoss EAP 8.0
     <jboss-deployment-structure>
       <deployment>
         <exclude-subsystems>
           <subsystem name="jaxrs" />
         </exclude-subsystems>
       </deployment>
     </jboss-deployment-structure>
  • WildFly 35

  • Jetty 12

  • Payara Server 6

  • Payara Micro 6

Node.js Version 20 or newer
Spring Boot Version 3.5 or later from the 3.x series

Known issues and limitations

Flow

Vaadin 24.9.0-rc2

11 Sep 17:28
928e688

Choose a tag to compare

Vaadin 24.9.0-rc2 Pre-release
Pre-release

Upgrading · Docs · Get Started

*This is a pre-release for the Vaadin 24.9. We appreciate if you give it a try and report any issues you notice.

New and Noteworthy Since Vaadin 24.8

Since Vaadin 24.9, you can start using Vaadin Beta and Release Candidate versions from Maven Central.
Flow:

  • add new HTML component <code>
  • add new style methods: STYLE_BACKGROUND_POSITION, STYLE_BACKGROUND_SIZE, STYLE_FILTER, STYLE_GAP, STYLE_ROTATE
  • add a short method to SortDirection enum (Thanks to @abdurasul29052002)
  • add convenient API to set item from DataView
  • Upgraded commercial trial experience (read more)

Design System:

  • add Tooltip support for SideNavItem

Hilla:

  • support matching wildcard views with subdirectories

Copilot:

Deprecation

Flow:

  • Deprecate HierarchyMapper, HierarchicalCommunicationController, HierarchicalArrayUpdater and HierarchicalUpdate
  • Deprecate methods in HierarchicalDataCommunicator (listed here)
  • Deprecate webpackOutputDirectory
  • Deprecate VaadinSession::setConfiguration(configuraiton)
  • Deprecate setRequestedRange and computeRequestedRange
  • Deprecate VaadinWebSecurity
  • Deprecate arrayUpdater and dataupdater

Design System:

  • Deprecate CookieConsent
  • Deprecate legacy Grid API (listed here)
  • Deprecate TreeGridElement's getNumberOfExpandedRows and isLoadingExpandedRows

*Deprecated APIs will be removed in Vaadin 25

Known Vulnerability

Vaadin 24.9 uses Spring Boot 3.5.x, which includes commons-lang3:3.17.0. Security scanners may report CVE-2025-48924 due to this version. To address the issue, users can override the dependency by adding <commons-lang3.version>3.18.0</commons-lang3.version> to the <properties> section in their pom.xml. More details about the missing latest version of commons-lang3 in the Spring Boot 3.5.x BOM can be found here

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.9.0-rc2)
  • CDI add-on (15.2.0)
  • Maven plugin (24.9.0-rc2)
  • Gradle plugin (24.9.0-rc2)
  • Quarkus plugin (2.2.1)

Vaadin 24.9.0-rc1

10 Sep 10:42
fd2ba87

Choose a tag to compare

Vaadin 24.9.0-rc1 Pre-release
Pre-release

Upgrading · Docs · Get Started

*This is a pre-release for the Vaadin 24.9. We appreciate if you give it a try and report any issues you notice.

New and Noteworthy Since Vaadin 24.8

Since Vaadin 24.9, you can start using Vaadin Beta and Release Candidate versions from Maven Central.
Flow:

  • add new HTML component <code>
  • add new style methods: STYLE_BACKGROUND_POSITION, STYLE_BACKGROUND_SIZE, STYLE_FILTER, STYLE_GAP, STYLE_ROTATE
  • add a short method to SortDirection enum (Thanks to @abdurasul29052002)
  • add convenient API to set item from DataView
  • Upgraded commercial trial experience (read more)

Design System:

  • add Tooltip support for SideNavItem
  • control manually when CustomField updates value

Hilla:

  • support matching wildcard views with subdirectories

Copilot:

Deprecation

Flow:

  • Deprecate HierarchyMapper, HierarchicalCommunicationController, HierarchicalArrayUpdater and HierarchicalUpdate
  • Deprecate methods in HierarchicalDataCommunicator (listed here)
  • Deprecate webpackOutputDirectory
  • Deprecate VaadinSession::setConfiguration(configuraiton)
  • Deprecate setRequestedRange and computeRequestedRange
  • Deprecate VaadinWebSecurity
  • Deprecate arrayUpdater and dataupdater

Design System:

  • Deprecate CookieConsent
  • Deprecate legacy Grid API (listed here)
  • Deprecate TreeGridElement's getNumberOfExpandedRows and isLoadingExpandedRows

*Deprecated APIs will be removed in Vaadin 25

Known Vulnerability

Vaadin 24.9 uses Spring Boot 3.5.x, which includes commons-lang3:3.17.0. Security scanners may report CVE-2025-48924 due to this version. To address the issue, users can override the dependency by adding <commons-lang3.version>3.18.0</commons-lang3.version> to the <properties> section in their pom.xml. More details about the missing latest version of commons-lang3 in the Spring Boot 3.5.x BOM can be found here

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.9.0-rc1)
  • CDI add-on (15.2.0)
  • Maven plugin (24.9.0-rc1)
  • Gradle plugin (24.9.0-rc1)
  • Quarkus plugin (2.2.1)

Vaadin 24.9.0-beta3

08 Sep 10:11
7dc25b1

Choose a tag to compare

Vaadin 24.9.0-beta3 Pre-release
Pre-release

Upgrading · Docs · Get Started

*This is a pre-release for the Vaadin 24.9. We appreciate if you give it a try and report any issues you notice.

New and Noteworthy Since Vaadin 24.8

Since Vaadin 24.9, you can start using Vaadin Beta and Release Candidate versions from Maven Central.
Flow:

  • add new HTML component <code>
  • add new style methods: STYLE_BACKGROUND_POSITION, STYLE_BACKGROUND_SIZE, STYLE_FILTER, STYLE_GAP, STYLE_ROTATE
  • add a short method to SortDirection enum (Thanks to @abdurasul29052002)
  • add convenient API to set item from DataView
  • Upgraded commercial trial experience (read more)

Design System:

  • add Tooltip support for SideNavItem

Hilla:

  • support matching wildcard views with subdirectories

Copilot:

Deprecation

Flow:

  • Deprecate HierarchyMapper, HierarchicalCommunicationController, HierarchicalArrayUpdater and HierarchicalUpdate
  • Deprecate methods in HierarchicalDataCommunicator (listed here)
  • Deprecate webpackOutputDirectory
  • Deprecate VaadinSession::setConfiguration(configuraiton)
  • Deprecate setRequestedRange and computeRequestedRange
  • Deprecate VaadinWebSecurity
  • Deprecate arrayUpdater and dataupdater

Design System:

  • Deprecate CookieConsent
  • Deprecate legacy Grid API (listed here)
  • Deprecate TreeGridElement's getNumberOfExpandedRows and isLoadingExpandedRows

*Deprecated APIs will be removed in Vaadin 25

Known Vulnerability

Vaadin 24.9 uses Spring Boot 3.5.x, which includes commons-lang3:3.17.0. Security scanners may report CVE-2025-48924 due to this version. To address the issue, users can override the dependency by adding <commons-lang3.version>3.18.0</commons-lang3.version> to the <properties> section in their pom.xml. More details about the missing latest version of commons-lang3 in the Spring Boot 3.5.x BOM can be found here

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.9.0-beta3)
  • CDI add-on (15.2.0)
  • Maven plugin (24.9.0-beta3)
  • Gradle plugin (24.9.0-beta3)
  • Quarkus plugin (2.2.1)

Vaadin 24.8.8

09 Sep 05:54
420a0e6

Choose a tag to compare

This is a maintenance release for Vaadin 24.8. See 24.8.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.8.7)
  • CDI add-on (15.2.1)
  • Maven plugin (24.8.8)
  • Gradle plugin (24.8.8)
  • Quarkus plugin (2.2.1)

Vaadin 25.0.0-alpha8

01 Sep 11:34
85d4e84

Choose a tag to compare

Vaadin 25.0.0-alpha8 Pre-release
Pre-release

Upgrading · Docs · Get Started

This is a pre-release for the Vaadin 25.0. We appreciate if you give it a try and report any issues you notice. To use this release, you'll need to have following repositories declared in your project (Vaadin pre-releases are not pushed to Maven central) :

<repositories>
    <repository>
        <id>vaadin-prereleases</id>
        <url>
            https://maven.vaadin.com/vaadin-prereleases/
        </url>
    </repository>
</repositories>

<pluginRepositories>
    <pluginRepository>
        <id>vaadin-prereleases</id>
        <url>
            https://maven.vaadin.com/vaadin-prereleases/
        </url>
    </pluginRepository>
</pluginRepositories>

Major Breaking Changes Since Vaadin 24
Vaadin 25 is under developing at the moment, the full migration guide will come when it gets close to beta release.
Thanks for your patience. For now, you can take the following link/contents as reference.

Changelogs

Official add-ons and plugins:

Vaadin 23.6.3

01 Sep 08:14
e5f97b4

Choose a tag to compare

This is a maintenance release for Vaadin 23.6. See 23.6.0 release notes for details and resources.

Notable Changes

Changelogs

Official add-ons and plugins:

  • Spring add-on (23.6.5)
  • CDI add-on (14.1.1)
  • Maven plugin (23.6.3)
  • Gradle plugin (23.6.3)
  • OSGi plugin (8.1.2)
  • Quarkus plugin (1.1.4)
  • Portlet plugin (2.1.1)

Vaadin 24.9.0-beta2

29 Aug 18:11
f7de275

Choose a tag to compare

Vaadin 24.9.0-beta2 Pre-release
Pre-release

Upgrading · Docs · Get Started

*This is a pre-release for the Vaadin 24.9. We appreciate if you give it a try and report any issues you notice.

New and Noteworthy Since Vaadin 24.8

Since Vaadin 24.9, you can start using Vaadin Beta and Release Candidate versions from Maven Central.
Flow:

  • add new HTML component <code>
  • add new style methods: STYLE_BACKGROUND_POSITION, STYLE_BACKGROUND_SIZE, STYLE_FILTER, STYLE_GAP, STYLE_ROTATE
  • add a short method to SortDirection enum (Thanks to @abdurasul29052002)
  • add convenient API to set item from DataView
  • Upgraded commercial trial experience (read more)

Design System:

  • add Tooltip support for SideNavItem

Hilla:

  • support matching wildcard views with subdirectories

Deprecation

Flow:

  • Deprecate HierarchyMapper, HierarchicalCommunicationController, HierarchicalArrayUpdater and HierarchicalUpdate
  • Deprecate methods in HierarchicalDataCommunicator (listed here)
  • Deprecate webpackOutputDirectory
  • Deprecate VaadinSession::setConfiguration(configuraiton)
  • Deprecate setRequestedRange and computeRequestedRange
  • Deprecate VaadinWebSecurity
  • Deprecate arrayUpdater and dataupdater

Design System:

  • Deprecate CookieConsent
  • Deprecate legacy Grid API (listed here)
  • Deprecate TreeGridElement's getNumberOfExpandedRows and isLoadingExpandedRows

*Deprecated APIs will be removed in Vaadin 25

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.9.0-beta2)
  • CDI add-on (15.2.0)
  • Maven plugin (24.9.0-beta2)
  • Gradle plugin (24.9.0-beta2)
  • Quarkus plugin (2.2.1)