github vaadin/flow 24.6.12
Vaadin Flow 24.6.12

latest releases: 24.9.0-beta3, 25.0.0-alpha12, 25.0.0-alpha11...
3 months ago

Changes since 24.6.11

All changes

Fixes

  • Prevent file watcher threads from slowing down JVM shutdown (#21365)
    Commit · Pull request

    FileWatcher was using an executor that creates non-daemon threads to watch for file changes. This caused a delay in JVM shutdown, as it would wait at least 60 seconds for all threads in the executor pool to be evicted. This change provides a custom thread factory that creates daemon threads for the executor to prevent JVM shutdown delays.

Don't miss a new flow release

NewReleases is sending notifications on new releases.