Skip to content

Releases: vaadin/platform

Vaadin 25.1.0-alpha1

13 Jan 10:42
deb415e

Choose a tag to compare

Vaadin 25.1.0-alpha1 Pre-release
Pre-release

Upgrading · Docs · Get Started

This is a pre-release for the Vaadin 25.1. We appreciate if you give it a try and report any issues you notice. You can get this version from Maven Central directly.

Changelogs

Official add-ons and plugins:

Vaadin 25.0.3

12 Jan 10:42
e6ac3fd

Choose a tag to compare

This is a maintenance release for Vaadin 25.0. See 25.0.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (25.0.4)
  • CDI add-on (16.0.0)
  • Maven plugin (25.0.3)
  • Gradle plugin (25.0.3)
  • Quarkus plugin (3.0.2)

Vaadin 24.9.9

12 Jan 13:08
1870286

Choose a tag to compare

This is a maintenance release for Vaadin 24.9. See 24.9.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.9.10)
  • CDI add-on (15.2.1)
  • Maven plugin (24.9.9)
  • Gradle plugin (24.9.9)
  • Quarkus plugin (2.2.3)

Vaadin 23.6.7

12 Jan 08:18
e576f40

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.8)
  • CDI add-on (14.1.1)
  • Maven plugin (23.6.7)
  • Gradle plugin (23.6.7)
  • OSGi plugin (8.1.2)
  • Quarkus plugin (1.1.4)
  • Portlet plugin (2.1.1)

Vaadin 14.14.1

12 Jan 14:39
ecdbd58

Choose a tag to compare

Vaadin 14.14.1

Vaadin consists of a set of web components, a Java web framework, configurable themes, tools and a set of app templates.

This is a maintenance release of Vaadin.
See the full release notes for Vaadin 14.14 in GitHub releases, including new features, getting started, supported browsers and other technologies, and migration notes.

Visit vaadin.com to get started.

Support

Vaadin 14 free support has been ended after 5 years (2019-2024) since the GA (general availability) release. Vaadin 14.14 is Extended Maintenance support version, which is served under Vaadin Commercial License and Service Terms. More details of our release model are available on our roadmap page. You can contact us for you licenses.

New and Noteworthy

Here are the highlighted new and improved features in this maintenance release.

Framework

Web Component versions used in 14.14.1

Getting Started with Vaadin 14

App starters

The best way to get started with Vaadin 14 is to go to https://vaadin.com/hello-world-starters#v14 and configure your new application by setting up your views, entities, and styles.

For the full list of how to get started go to the GitHub releases.

Reporting Issues

We appreciate if you try to find the most relevant repository to report the issue in. If it is not obvious which project to add issues to, you are always welcome to report any issue at https://github.com/vaadin/platform/issues.

A few rules of thumb will help you and us in finding the correct repository for the issue:

  1. Bug tickets and enhancement requests that are specific to a certain Vaadin component should be posted in the component's Web Component repostory (e.g. https://github.com/vaadin/vaadin-button for Button).
  2. Issues that are not component-specific (e.g. requests for new components) or encompass multiple components should be posted in vaadin-flow-components repository.
  3. If you encounter an issue with Flow which does not seem to be related to a specific component, the problem is likely in Flow itself. The Flow repository is https://github.com/vaadin/flow
  4. If you encounter an issue with Designer, the repository is https://github.com/vaadin/designer
  5. If you encounter an issue with TestBench, the repository is https://github.com/vaadin/testbench

Vaadin 25.0.2

23 Dec 14:29
e5c34fb

Choose a tag to compare

This is a maintenance release for Vaadin 25.0. See 25.0.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (25.0.3)
  • CDI add-on (16.0.0)
  • Maven plugin (25.0.2)
  • Gradle plugin (25.0.2)
  • Quarkus plugin (3.0.0)

Vaadin 24.9.8

22 Dec 15:19
e4a10d5

Choose a tag to compare

This is a maintenance release for Vaadin 24.9. See 24.9.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.9.9)
  • CDI add-on (15.2.1)
  • Maven plugin (24.9.8)
  • Gradle plugin (24.9.8)
  • Quarkus plugin (2.2.3)

Vaadin 25.0.0

17 Dec 13:24
f7582b4

Choose a tag to compare

Upgrading · Docs · Get Started

New and Noteworthy

Supported versions

  • Java version 21+ (up from 17+)
  • Spring Boot 4 (up from 3)
  • JakartaEE 11 (up from 10)
  • Node 24 (up from 20)
  • pnpm 11 (up from 7)
  • React 19 (up from 18)
  • JUnit 6 (up from 5)

Vaadin Eclipse plugin

In addition to IntelliJ and VS Code, there is now a plug-in for Eclipse

Simplified production builds

The default in new projects is that mvn install builds a production artifact without needing a production profile. Projects must have an optional dependency on com.vaadin/vaadin-dev. Optional dependencies are automatically left out of the production artifact.

This works out of the box for Maven + Gradle with Spring Boot or Quarkus. For other project types, you might still need a development and/or production profile.

New Aura theme, no material theme

There is a new Aura theme with a fresh, modern look. The Lumo theme remains as another theme option.

Components have new base styles to make it easier to create a completely custom theme.

Theme and styling changes

It is recommended that you write CSS as static files and use @StyleSheet to load them instead of using @Theme and frontend/themes. You can use @ColorScheme to define dark mode.

With themes as static CSS files, they can be unloaded and you can switch themes at runtime.

You can keep using @CssImport which places the CSS files inside the frontend bundle but that requires a bundle build and CSS cannot be unloaded.

Tailwind CSS support (experimental)

You can use Tailwind classes in your CSS and in your views once you enable to feature flag.

Components use Lit

All web components have been migrated from Polymer to Lit

Component updates

  • Cluster support in Map component
  • Markdown (& HTML) support in Tooltips
  • TreeGrid flat hierarchy format support

High-level component communication

When building your own components or add-ons, you can now use beans, lists, maps and other collections instead of the Elemental JSON API, which was removed.

Fewer dependencies

Many Java and Node dependencies have been removed in favor of using built-in APIs,
for example guava, commons-(codec|compress|fileupload2|io|lang3), ph-css, swagger, gwt-elemental
Both the production JAR/WAR and the frontend bundle are smaller thanks to this.
Projects relying on these as transitive dependencies need to add them explicitly.

Offline license format change

The format of the offline license has slightly changed and you need to download a new license from vaadin.com

We have added two Maven goals: mvn vaadin:download-license which downloads your online license and mvn vaadin:download-offline-license which helps you obtain an offline license.

Signals (Experimental)

Convenience methods for Element have been added along with a new ReferenceSignal type. High level API is still in progress.

Hilla

Hilla features are bound to be integrated into Flow. In this version, Hilla has only been changed to be an opt-in dependency. Add com.vaadin/hilla-spring-boot-starter to keep using Hilla.

Miscellaneous changes

Uploads are now sent as raw data instead of multipart request, removing the need to configure size limits in many cases and providing a better user experience.

Browser details such as viewport size, timezone are available when initializing the view.

When automatically installing Node, the full Node distribution is installed in a Node version specific folder instead of overwriting an old installation.

Changelogs

Official add-ons and plugins:

  • Spring add-on (25.0.0)
  • CDI add-on (16.0.0)
  • Maven plugin (25.0.0)
  • Gradle plugin (25.0.0)
  • Quarkus plugin (3.0.0)

Upgrading guides

Support

Vaadin 25 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 17 or newer (latest minor version in each major series).
  • Edge (Chromium, evergreen).
Mobile browser
  • Chrome (evergreen) for Android (4.4 or newer).
  • Safari 17 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 21 of any JDK or JRE
Maven Version 3.8 or newer
Gradle Version 8.14 or newer
Application server

Vaadin Flow requires Java Servlet API 6.1 and Java 21 or newer. It is tested on:

  • Apache Tomcat 11

  • Open Liberty 23

  • RedHat JBoss EAP 8.1

    • To work with RedHat JBoss EAP 8.0, the following content needs to be added under WEB-INF folder as jboss-deployment-structure.xml
    Workaround for supporting RedHat JBoss EAP 8.0
     <jboss-deployment-structure>
       <deployment>
         <exclude-subsystems>
           <subsystem name="jaxrs" />
         </exclude-subsystems>
       </deployment>
     </jboss-deployment-structure>
  • WildFly 36 +

    • WildFly 39 is compatible with Vaadin 25. But WildFly 36.x, 37.x, 38.x are using a conflict version of Jackson 2, in order to work with Vaadin 25, the following content needs to be added under WEB-INF folder as jboss-deployment-structure.xml
    Workaround for supporting WildFly 36
     <jboss-deployment-structure>
       <deployment>
         <exclude-subsystems>
           <subsystem name="jaxrs" />
         </exclude-subsystems>
       </deployment>
     </jboss-deployment-structure>
    Workaround for supporting WildFly 37-38
     <jboss-deployment-structure>
       <deployment>
         <exclusions>
             <module name="com.fasterxml.jackson.core.jackson-annotations"/>
         </exclusions>
       </deployment>
     </jboss-deployment-structure>
  • Jetty 12

  • Payara Server 6

  • Payara Micro 6

Node.js Version 24
Spring Boot Version 4.0
Quarkus latest LTS (3.27) or newer

Vaadin 24.8.16

16 Dec 16:59
d494df4

Choose a tag to compare

This is a the LAST 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.15)
  • CDI add-on (15.2.1)
  • Maven plugin (24.8.16)
  • Gradle plugin (24.8.16)
  • Quarkus plugin (2.2.3)

Vaadin 25.0.0-rc2

15 Dec 10:07
c8410a5

Choose a tag to compare

Vaadin 25.0.0-rc2 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. You can get this version from Maven Central directly.

This is a Major version Upgrade for Vaadin Framework, which contains breaking changes, behavior alters, feature enhancements and UX/DX improvements. We kindly ask for your patience, as we are working on the documentation to make your upgrade path smoother. Meanwhile we try to list all changes in each product's release note

*Notable changes and supported technologies can be found from release note 25.0.0-beta1

Changelogs

Official add-ons and plugins: