github vaadin/flow 23.7.0-beta2
Vaadin Flow 23.7.0-beta2

latest releases: 25.0.9, 25.1.0
pre-release6 hours ago

Changes since 23.7.0-beta1

All changes

New features

  • Implement production mode license verification in VaadinServlet (#23864)
    Commit · Pull request

    Add runtime license verification for production mode. License check failure is only logged, it does not prevent the application from running.

Fixes

  • Move thread start out of DevServerWatchDog constructor (#23898)
    Commit · Pull request

    Starting a thread in a constructor can expose a partially constructed object. Extract the thread start into a separate start() method that callers invoke after construction completes.

  • Set required Java and Maven versions in flow-maven-plugin
    Commit · Pull request

    Prevents potential issues with Maven versions >= 3.9.12 if a Java version newer than the supported one is used to package the Maven plugin.

Don't miss a new flow release

NewReleases is sending notifications on new releases.