Skip to content

Vaadin Flow 23.5.11

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 18 Dec 13:16
· 1 commit to 23.5 since this release
5b0a847

Changes since 23.5.10

All changes

Fixes

  • Ensure requestEnd clears Vaadin thread locals (#20687)
    Commit · Pull request

    Makes sure that Vaadin thread locals are cleared even if something fails durung requestEnd execution. It also wraps Vaadin interceptors execution in a try/catch block to ensure all of them are invoked and that potential failures does not affect the continuation of requestEnd method.