Skip to content

Releases: vaadin/platform

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:

Vaadin 24.9.7

11 Dec 12:58
ece264a

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.7)
  • CDI add-on (15.2.1)
  • Maven plugin (24.9.7)
  • Gradle plugin (24.9.7)
  • Quarkus plugin (2.2.3)

Vaadin 24.8.15

11 Dec 13:49
66660cd

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.14)
  • CDI add-on (15.2.1)
  • Maven plugin (24.8.15)
  • Gradle plugin (24.8.15)
  • Quarkus plugin (2.2.3)

Vaadin 25.0.0-rc1

10 Dec 16:16
c30d072

Choose a tag to compare

Vaadin 25.0.0-rc1 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:

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 and Java 21 or newer. It is tested on:

  • Apache Tomcat 10.1

  • 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 +

    • Latest WildFly versions are still using 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+
     <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 or newer
Spring Boot Version 4.0 or newer
Quarkus latest LTS (3.27) or newer

Vaadin 25.0.0-beta9

04 Dec 14:06
825f9e4

Choose a tag to compare

Vaadin 25.0.0-beta9 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:

Vaadin 25.0.0-beta8

28 Nov 12:37
2afa066

Choose a tag to compare

Vaadin 25.0.0-beta8 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:

Vaadin 24.9.6

27 Nov 10:58
defddf5

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.6)
  • CDI add-on (15.2.1)
  • Maven plugin (24.9.6)
  • Gradle plugin (24.9.6)
  • Quarkus plugin (2.2.2)

Vaadin 24.8.14

26 Nov 16:04
9d76f6a

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.13)
  • CDI add-on (15.2.1)
  • Maven plugin (24.8.14)
  • Gradle plugin (24.8.14)
  • Quarkus plugin (2.2.2)

Vaadin 25.0.0-beta7

25 Nov 10:33
1209fac

Choose a tag to compare

Vaadin 25.0.0-beta7 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:

Vaadin 25.0.0-beta6

20 Nov 15:35
1b1e4d7

Choose a tag to compare

Vaadin 25.0.0-beta6 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: