Skip to content

Vaadin Flow 23.3.0.rc1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 05 Dec 10:26
· 202 commits to 23.3 since this release
bc2bc2b

Changes since 23.3.0.beta4

All changes

Breaking changes

  • Use dedicated mapping for Vaadin push endpoint (#15188)
    Commit · Pull request · Issue

    A dedicated fixed url is now used in Flow for PUSH requests: /VAADIN/push.
    This might be a breaking change for configurations including reverse-proxies, see #14641, so this change needs a reconfiguration of the proxy redirect rules.
    Also removes pushUrl configuration parameter, because it was introduced to workaround an issue in old version of JBoss and shouldn't be used by developers.

Fixes

  • Use root servlet mapping for push url in OSGi case
    Commit · Pull request

    Fallback to a root mapping for push in case if not servlet registration is available (OSGi runtime).

  • Prefix web component client app with wc- (#15315)
    Commit · Pull request

    Avoids conflicts with the application