github vaadin/flow 24.4.0.beta4
Vaadin Flow 24.4.0.beta4

latest releases: 24.4.4, 24.5.0.alpha6, 24.5.0.alpha5...
pre-releaseone month ago

Changes since 24.4.0.beta3

All changes

New features

Fixes

  • Add reflection hints for VaadinRolePrefixHolder (#19413)
    Commit · Pull request · Issue

  • Avoid blocking thread on ViteWebsocketConnection creation (#19409)
    Commit · Pull request · Issue

    It may happen that the thread that is createing ViteWebsocketConnection gets blocked when trying to create the internal websocket client, because a message from Vite server may be received and forwarded to the browser websocket before the websocket client creation future is completed, leaving the browser request thread pending indefinitely. This change creates the websocket client asynchronously, but immediately closing the browser connection if the client connection cannote be established.

  • Add explicit dependency to JDK classes in vaadin-dev-server (#19322)
    Commit · Pull request · Issues 17159, 636

    Adds the Dependencies manifest entry to the vaadin-dev-server artifact to prevent runtime errors raised by FileWatcher when application is deployed in Wildfly.

  • Clear preseved chain cache for inactive UI (#19360)
    Commit · Pull request

    Prevents potential memory leaks caused by UIs being retained by the preserve on refresh cache when the browser page is closed.

Don't miss a new flow release

NewReleases is sending notifications on new releases.