Vaadin Flow 24.4.8
Changes since 24.4.7
New features
-
Add option to not modify readonly files during copy, add logging of time (#19894)
Commit · Pull request · IssueAllows to skip setting writable flag on copied files by providing the vaadin.frontend.disableWritableFlagCheckOnCopy system property. This may improve performance in certain scenarios with Windows OS.
Fixes
-
Wait for output reading to complete before parsing version (#19921)
Commit · Pull requestNodeInstall.getVersion currently does not block waiting for STDOUT and STDERR to be read completely. This causes random failure during node installation because of forcing an empty version. This change waits for future to complete before parsing the version value.