github vaadin/platform 24.1.0.alpha1
Vaadin 24.1.0.alpha1

latest releases: 24.3.20, 23.5.9, 24.4.15...
pre-release19 months ago

Changelogs · Upgrading guides · Docs · Get Started

This is a pre-release for the Vaadin 24.1. 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>

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.1.0.alpha1)
  • CDI add-on (15.0.0)
  • Maven plugin (24.1.0.alpha1)
  • Gradle plugin (24.1.0.alpha1)
  • Quarkus plugin (2.0.0)

Known Vulnerabilities

  • TestBench brings the dependency pkg:maven/com.google.guava/guava@31.1-jre, that has the vulnerability described in CVE-2020-8908, the problematic method has been deprecated in guava and it is not used in Vaadin.

  • Spring 6.0.6 Version has two vulnerabilities CVE-2023-20861 in pkg:maven/org.springframework/spring-expression@6.0.6 and CVE-2023-20860 in pkg:maven/org.springframework/spring-webmvc@6.0.6 they has been fixed in 6.0.7 as described in this article, for people using spring, please update these Spring packages to 6.0.0. We plan to fix it in 24.1.0.alpha2 Version

Don't miss a new platform release

NewReleases is sending notifications on new releases.