Tags: vaadin/flow
Tags
fix: do not mistakenly run 2 npm installs (#20612) * fix: do not mistakenly run 2 npm installs Fixes #19370 * format * fix test log checks. * wait a bit longer for jetty to stop * Make a marking that npm install is running. * unused import revert stopWait change --------- Co-authored-by: Teppo Kurki <[email protected]>
fix: re-build production bundle if index.html changes (#20729) Stores index.html hash in stats.json and forces production bundle to be re-built if file contents have changed. Changes to index.html do not trigger a dev bundle re-generation since in dev mode the file is served directly from the frontend folder. Fixes #20629
fix: ensure requestEnd clears Vaadin thread locals (#20687) (#20692) 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.
fix: fix redirect URL for PUSH with websocket transport (#20666) (CP:… … 24.6) (#20676) * fix: fix redirect URL for PUSH with websocket transport (#20666) When PUSH is enabled with websocket transport, the redirect URL to be used after a successfull login is not correctly computed because it is based on the PUSH servlet mapping. This change detects the situation and computes the correct URL. Fixes #20575 * fix version --------- Co-authored-by: Marco Collovati <[email protected]>
chore(deps): bump com.vaadin:license-checker from 1.13.2 to 1.13.3 (#… …20594) Bumps [com.vaadin:license-checker](https://github.com/vaadin/license-checker-vaadin10) from 1.13.2 to 1.13.3. - [Commits](https://github.com/vaadin/license-checker-vaadin10/commits) --- updated-dependencies: - dependency-name: com.vaadin:license-checker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext