github vaadin/flow 23.6.10
Vaadin Flow 23.6.10

latest releases: 25.0.9, 25.1.0, 23.7.0-beta2...
5 hours ago

Changes since 23.6.9

All changes

New features

  • Implement production mode license verification in VaadinServlet
    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.

Don't miss a new flow release

NewReleases is sending notifications on new releases.