github vaadin/platform 24.7.0.alpha5
Vaadin 24.7.0.alpha5

pre-releaseone day ago

Upgrading · Docs · Get Started

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

Note

  • Due to the issue from spring framework, we recommend you to use Springboot 3.4.1 or newer to build Vaadin 24.7 project
  • Vaadin 24.7 is compatible with React Router v7, when upgrading application from v24.6, please remove the opt-in feature flag, i.e.: future={{ v7_startTransition: true }}, from custom routing file.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.7.0.alpha7)
  • CDI add-on (15.1.0)
  • Maven plugin (24.7.0.alpha5)
  • Gradle plugin (24.7.0.alpha5)
  • Quarkus plugin (2.1.0)

Don't miss a new platform release

NewReleases is sending notifications on new releases.