Skip to content

Vaadin Flow 2.11.4

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 19 Dec 10:23
ff037b6

Changes since 2.11.3

All changes

Fixes

  • Do not mistakenly run 2 npm installs
    Commit · Pull request · Issue

  • 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.