Skip to content

Vaadin Flow 24.8.12

Choose a tag to compare

@vaadin-bot vaadin-bot released this 10 Nov 07:35
· 4 commits to 24.8 since this release
6273b4a

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.