Skip to content

Vaadin Flow 24.5.9

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 05 Dec 11:04
· 22 commits to 24.5 since this release
0b5c6ca

Changes since 24.5.8

All changes

Fixes

  • Remove timeout for browser websocket connection for Vite (#20611)
    Commit · Pull request

  • Enforce plugin-required dependencies and log incompatibilities (#20601)
    Commit · Pull request · Issue

    The Flow Maven Plugin uses a class loader that combines project and plugin dependencies to ensure class scanning happens on runtime artifacts. However, plugin execution may fail if the project defines dependency versions incompatible with those used by the plugin. This change enforces the use of plugin-defined versions for certain dependencies not directly used by Flow at runtime. Additionally, it logs potential incompatibilities for other dependencies if the build fails.