Changes since 23.3.0.beta4
Breaking changes
-
Use dedicated mapping for Vaadin push endpoint (#15188)
Commit · Pull request · IssueA 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 removespushUrl
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 requestFallback 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 requestAvoids conflicts with the application