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 forSideNavItem
Hilla:
- support matching wildcard views with subdirectories
Copilot:
Deprecation
Flow:
- Deprecate
HierarchyMapper
,HierarchicalCommunicationController
,HierarchicalArrayUpdater
andHierarchicalUpdate
- Deprecate methods in
HierarchicalDataCommunicator
(listed here) - Deprecate
webpackOutputDirectory
- Deprecate
VaadinSession::setConfiguration(configuraiton)
- Deprecate
setRequestedRange
andcomputeRequestedRange
- Deprecate
VaadinWebSecurity
- Deprecate
arrayUpdater
anddataupdater
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
- Flow (24.9.0) and Hilla (24.9.0)
- Design System
- TestBench (9.5.0)
- Feature Pack(24.8.2)
- Modernization Toolkit (Documentation)
- Feature Pack (Documentation)
- Dragonfly (Documentation)
- Modernization Toolkit Analyzer (Analyzer for Eclipse, Analyzer for Maven)
- Multiplatform Runtime (MPR) (7.0.11)
- Router (2.0.0)
- Vaadin Kits
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 |
|
---|---|
Mobile browser |
|
Development OS |
|
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:
|
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:
|
Node.js | Version 20 or newer |
Spring Boot | Version 3.5 or newer |
Known issues and limitations
Flow |
|
---|