Skip to content

Vaadin Flow 23.5.4

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 12 Sep 12:10
· 3 commits to 23.5 since this release
7127763

Changes since 23.5.3

All changes

New features

Fixes

  • Prevent NPE when creating init parameters (#19856) (CP: 23.5)
    Commit · Pull request · Issue

    ServletConfig might contain init parameter with null values. This is however not supported by java Properties class. This change adds a null check and logs offending keys for debugging purpose.