github vaadin/flow 23.3.0.rc1
Vaadin Flow 23.3.0.rc1

latest releases: 24.5.0.beta2, 23.5.5, 24.5.0.alpha20...
pre-release22 months ago

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

Don't miss a new flow release

NewReleases is sending notifications on new releases.