github vaadin/flow 24.8.12
Vaadin Flow 24.8.12

6 hours ago

Changes since 24.8.11

All changes

Fixes

  • Flush outputStream after write (#22660)
    Commit · Pull request

    transfer() method should call flush() on the OutputStream before returning to ensure all buffered data is actually written

  • Use ResourceProvider to search for frontend resources (#22627)
    Commit · Pull request · Issue

    Using resource provider to search for frontend resources prevents potential issues with environment that use multiple classloaders, like Quarkus. Every environment can provide its own resource provider implementation that uses the best approach for loading resources from classpath.

Don't miss a new flow release

NewReleases is sending notifications on new releases.